#kubernetes
Read more stories on Hashnode
Articles with this tag
Day 88: #90DaysOfDevOpsChallenge · Dear Learner's in today topic we will discuss the Kubernetes Architecture in detail. Kubernetes History Kubernetes...
Day 37: #90DaysOfDevOpsChallenge · 1. What is Kubernetes and why it is important? Kubernetes is an open-source platform for automating the deployment,...
Day 36: #90DaysOfDevOpsChallenge · What are Persistent Volumes in k8s In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that...
Day 35: #90DaysOfDevOpsChallenge · What are ConfigMaps and Secrets in k8s In Kubernetes, ConfigMaps and Secrets are used to store configuration data and...
Day 34: #90DaysOfDevOpsChallenge · What are Services in K8s In Kubernetes, Services are objects that provide stable network identities to Pods and...
Day 32: #90DaysOfDevOps Challange · What is Deployment in k8s...!!! A Deployment provides a configuration for updates for Pods and ReplicaSets. You...