#kubernetes
Read more stories on Hashnode
Articles with this tag
Pre-requisites: Two machines running on Ubuntu 20.04. 2 GiB or more of RAM per machine. At least 2 CPUs on the machine that you use as a...
In Kubernetes, labels and selectors are key concepts used to identify and organize objects within the cluster. Labels are key-value pairs attached to...
What is Deployment? A Deployment provides declarative updates for Pods and ReplicaSets. You describe a desired state in a Deployment, and the...