#kubernetes-architecture
Read more stories on Hashnode
Articles with this tag
Kubernetes Probe: Kubernetes probe acts as a guardian, It continuously monitors the health status or does health checks on pods, containers & hosted...
#90daysdevopsChallenge #day36 Configuration_files : https://github.com/DevUnnati/90daysdevopschallenge What is PV in Kubernetes? PV stands for...
ConfigMaps in Kubernetes: In Kubernetes, Configmaps stores the configuration file, and non-secret or non-sensitive data required to deploy or run our...
What are Namespaces in Kubernetes? Namespaces are used to create isolated environments for resources. Each Namespace is like a separate cluster within...
#90daysdevopschallenge #day30 What is Kubernetes? Write in your own words and why do we call it k8s? Kubernetes is a container orchestration, an...