#kubernetes
Read more stories on Hashnode
Articles with this tag
For Cluster Management CommandDescription kubectl cluster-infokubectlGet cluster information. kubectl get nodesViews all the nodes present in...
What is kubectl? Kubectl is command-line software that helps to run commands in the Kubernetes Cluster. It acts as a bridge between clients and the...
What is a Service in Kubernetes? For Kubernetes, a service is an abstraction that represents a set of logical pods where an application or component...
In Kubernetes, namespaces provides a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within...
A Replica Set's purpose is to maintain a stable set of replica Pods running at any given time. It is responsible for monitoring the health of the...
What is a Kubernetes Deployment? Kubernetes deployment is a high-level resource object by which you can manage the deployment and scaling of the...