I have deployed a k8s service, however its not showing any pods. This is what I see
kubectl get deployments
It should create on the default namespace
kubectl get nodes
(this shows me nothing)
How do I troubleshoot a failed deployment. The test-control-plane
is the one deployed by kind
this is the k8s one I'm using.