学无止境

少年辛苦终身事,莫向光阴惰寸功。——唐·杜荀鹤《题弟侄书堂》


K8s基础操作

k8s获取所有运行的podskubectl get pods –all-namespaces -o wide

获取当前集群名称kubectl get pods -o wide

当前etcd中的注册的宿主机的pod地址网段信息etcdctl ls /kube-centos/network/subnets

而每个node上的Pod子网是根据我们在安装flannel时配置来划分的,在etcd中查看该配置etcdctl get /kube-centos/network/config