#kubernetes
Read more stories on Hashnode
Articles with this tag
#90 DaysofDevOps Challenge - Day 37 · What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform that...
Day 36 Task · Volume in k8s. In Kubernetes, a volume is a way to provide storage to containers running within a pod. It allows data to be shared and...
Day 35 Task · What are ConfigMaps and Secrets in k8s ConfigMaps and Secrets in Kubernetes are used to manage and provide configuration data to...
Day 34 Task · What are Services in K8s In Kubernetes, a Service is a method for exposing a network application that is running as one or more Pods in...
Day 33 Task · What are Namespaces and Services in Kubernetes Namespaces: In Kubernetes, Namespaces are like virtual clusters within a physical cluster....
Day 32 Task · What is Deployment in k8s? In simple terms, a Deployment in Kubernetes is a way to manage and ensure the availability of your application...