I just created a new cluster and to test if it was working fine I executed:
$ kubectl run -it hello --image=busybox -- sh
But now when I'm trying to delete the pods they restart automatically. So I figured that the replicaset might be creating these pods and so I deleted it as well. But even the replicaset as well recreates itself again. What should I do?