#kubernetes
Read more stories on Hashnode
Articles with this tag
DevOps Learning · 1. What is Kubernetes and why is it important? Kubernetes is an open-source platform designed to automate deploying, scaling, and...
DevOps Learning · Let’s dive into the details of ConfigMaps and Secrets in Kubernetes. ConfigMaps ConfigMaps are used to store non-confidential...
DevOps Learning · On Day 32, we covered how to create a service for the application. Lets take it to a next level. Make sure your Minikube is...
DevOps Learning · Namespaces Namespaces in Kubernetes are a way to divide cluster resources between multiple users or teams. They provide a mechanism for...
DevOps Learning · Before launching application, let's cover some important terms. What Is a Kubernetes Deployment? A Deployment is like the conductor of...
DevOps Learning · What Is Kubernetes? Kubernetes (often abbreviated as K8s) is an open-source container orchestration system. Its primary purpose is to...