Simply call this command.
- Get all available services:
kubectl get service -o wide
- Then you can delete any services like this:
kubectl delete svc <YourServiceName>
Simply call this command.
kubectl get service -o wide
kubectl delete svc <YourServiceName>