#kubernetes
Read more stories on Hashnode
Articles with this tag
Questions 1. What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform that automates the deployment,...
What are Persistent Volumes in K8s In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that has been provisioned by an...
In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively. ConfigMaps store configuration data as key-value...
Pre-requisites Ubuntu OS (Xenial or later) sudo privileges Internet access t2.medium instance type or higher Setup Master and Worker Node Run...
What are Services in K8s In Kubernetes, Services are objects that provide stable network identities to Pods and abstract away the details of Pod IP...
What are Namespaces and Services in k8s In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a...