Cluster information:
Kubernetes version: 1.30
Cloud being used: (put bare-metal if not on a public cloud) bare-metal
Installation method: apt-get
Host OS: ubuntu
CNI and version:
CRI and version: cri-o:latest
I used three virtual machines to create a three-node K8S Cluster. After Kubeadm Init, Kubeadm Join was directly installed. Why can I communicate between PODs? According to the description in Creating a cluster with kubeadm | Kubernetes, Cluster DNS (CoreDNS) will not start up before a network is installed.
But I saw coredns was started through kubectl get pods -n kube-system
.