Are these pods inside the overlay network?
问题 How can I confirm whether or not some of the pods in this Kubernetes cluster are running inside the Calico overlay network? Pod Names: Specifically, when I run kubectl get pods --all-namespaces , only two of the nodes in the resulting list have the word calico in their names. The other pods, like etcd and kube-controller-manager , and others do NOT have the word calico in their names. From what I read online, the other pods should have the word calico in their names. $ kubectl get pods --all