#continuouslearning
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...
What are Kubernetes Nodes ? A Kubernetes node is a machine that runs containerized workloads as part of a Kubernetes cluster. A node can be a physical...
Kubernetes follows the client-server architecture where we have the master installed on one machine and the node on separate Linux machines. It...
What is Kubernetes? Kubernetes, abbreviated as K8s, is an open-source container orchestration platform that automates the deployment, scaling, and...