#90daysofdevops
Read more stories on Hashnode
Articles with this tag
1. What is Kubernetes? Kubernetes, often abbreviated as K8s, is an open-source container orchestration platform designed to automate the deployment,...
Understanding Persistent Volumes in Kubernetes 🤔 In the Kubernetes world, Persistent Volumes provide a durable way to store data independently of...
ConfigMaps: Your File Cabinet of Knowledge 🗄️ ConfigMaps acts as the organized file cabinet of your spaceship. In this metaphor, each piece of...
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...
Welcome to another exciting journey in the world of DevOps and Kubernetes! In this blog post, we're going to cover two essential tasks that every...
What is Deployment in K8s? Deployment in Kubernetes (K8s) is a critical concept for DevOps engineers. It is a declarative way to manage and scale...