#k8s
Read more stories on Hashnode
Articles with this tag
1. What is Kubernetes and why it is important? Kubernetes is an open-source platform used to automate the deployment, scaling, and management of...
What are ConfigMaps and Secrets in k8s In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively....
What are Namespaces and Services in k8s? In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a...
Let’s read about minikube and implement k8s in our local machine What is minikube? Minikube is a tool which quickly sets up a local Kubernetes cluster...
Kubernetes Overview With the widespread adoption of containers among organizations, Kubernetes, the container-centric management software, has become...