#trainwithshubham
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...
🔹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? 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...
What is Minikube? Minikube is a tool that quickly sets up a local K8s cluster on any OS. It can deploy as a VM, a container, or on bare...
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...