#kubernetes
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...
Introduction: Congratulations on reaching Day 36 of the #90DaysOfDevOps Challenge! Yesterday, we delved into the realms of ConfigMaps and Secrets in...
What are ConfigMaps and Secrets in k8s In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively....
What are Services in K8s? A Kubernetes Service is a mechanism to expose applications both internally and externally. Every service will create an...
What are Namespaces and Services in k8s? In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a...
🙏 Introduction: In this blog, we will explore deployment in Kubernetes and how it works. What is Deployment in Kubernetes? In Kubernetes, a...