Adding own service to Kubernetes Cluster Info
Last week, while going through some of the Kubernetes manifest files, I stumbled upon this label: kubernetes.io/cluster-service: “true” I searched about this in Documentation but could not find much information, so I thought of writing a small blog post about it. https://surajincloud.gumroad.com/l/own-kubectl-command When you add this label to any resource of type Kind: Service , it means it is part of cluster service, and the user needs to know when they are looking for cluster information. Hence it appears in the following command: ...