#devops-journey
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...
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...
1. What is Minikube? 🐾 Minikube is a lightweight, open-source tool designed for developers and DevOps engineers to run a single-node Kubernetes...