#containers
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...
Pods are the smallest deployable units of computing that you can create and manage in Kubernetes. A Pod is a group of one or more containers, with...
Kubernetes follows the client-server architecture where we have the master installed on one machine and the node on separate Linux machines. It...