kubelet does not have ClusterDNS IP configured in Microk8s
I'm using MicroK8S in Ubuntu. I'm trying to run a simple "hello world" program but I got the error when a pod is created. kubelet does not have ClusterDNS IP configured and cannot create Pod using "ClusterFirst" policy. Falling back to "Default" policy Here is my deployment.yaml file which I'm trying to apply : apiVersion: v1 kind: Service metadata: name: gr