Cloud Native
Cloud Native
云原生技术相关的博客文章。
云原生技术相关的博客文章。
20220109-day2 1. 云原生 cat /etc/system/system/apiserver.service kubeproxy 配置修改 cat /etc/systmd/system/kube-proxy.service 里的–config 参数 coredns 服务发现 etcd etcdctl member list etcdctl …
02-docker+k8s 1. Kubernetes 1.1 kubectl 常用命令 kc get service --all-namespaces -o wide kc get pods --all-namespaces -o wide kc get nodes --all-namespaces -o wide kc get deployment …
02 Kubernetes CNCF 生态图 1. 基于dockerfile构建nginx镜像 1.1 编写 dockerfile # Nginx image FROM ubuntu:20.04 LABEL "maintainer"="1ch0 github1ch0@163.com" # COPY sources.list …
— title: kubectl Cheat Sheet reviewers: - erictune - krousey - clove content_type: concept card: name: reference weight: 30 — This page contains a list of commonly used kubectl …