#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Introduction In the ever-evolving landscape of IT infrastructure management, Infrastructure as Code (IaC) has emerged as a game-changing approach. It...
ConfigMaps A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables,...
What are Namespaces? A namespace is a way to partition and isolate resources within a cluster. It provides a virtual cluster within a physical...
What is Deployment in k8s In Kubernetes (K8s), a Deployment is a resource object that provides declarative updates to applications. It allows you to...
Introduction Welcome back to the "90 Days of DevOps" challenge! I In this blog post, we are diving into the fascinating world of Kubernetes🛳️, the...
What’s the difference between continuous integration, continuous delivery, and continuous deployment? CI/CD stands for Continous Integration and...