0
I have some pods
, and I noticed that I just erase the pod
in itself not yet
liberated necessary computational resources, because I have a cluster with little resource.
Using the command:
kubectl delete pod xxxxx
It’s removed, but it still has the service, so I delete it too:
kubectl delete svc xxxxx
My question is, what else can I erase related to this pod
servant?