#kubernetes
Read more stories on Hashnode
Articles with this tag
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 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...