Delete service
cloud_user@ip-10-0-1-101:~$ kubectl get services
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 17m
webfront-deploy NodePort 10.98.99.135 <none> 80:30080/TCP 4m32s
cloud_user@ip-10-0-1-101:~$ kubectl delete services webfront-deploy
Last updated
Was this helpful?