#docker
Read more stories on Hashnode
Articles with this tag
Replication set A Kubernetes object that ensures that a specified number of pod replicas are running at any given time. Controller A Kubernetes object...
Labels Label are the mechanism you use to organize Kubernetes object. A Label is a key value pair without any pre-defined meaning that can be...
kubeconfig file A kubeconfig file is a YAML file that contains information about Kubernetes clusters, users, and authentication mechanisms. The...
Generally for local setup people use minikube , basically minikube is a lightweight Kubernetes implementation that creates a single-node Kubernetes...
Node in Kubernetes Kubernetes runs your workload by placing containers into Pods to run on Nodes. Nodes are the machines where containers run in a...
"In a Kubernetes cluster, containers can run on bare metal servers, virtual machine (VM) instances, cloud instances, or a mix of these. Kubernetes...