#kubernetes
Read more stories on Hashnode
Articles with this tag
What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and...
What are Persistent Volumes in k8s? Kubernetes persistent volumes (PVs) are a unit of storage provided by an administrator as part of a Kubernetes...
What is ConfigMaps in K8S? ConfigMaps are Kubernetes objects that allow you to separate configuration data/files from image content to keep...
What are Services in K8s? Introduction to Service Types in K8s — Types of Kubernetes Services. There are four types of Kubernetes services —...
What Is a Kubernetes Namespace? A Namespace is a Kubernetes object that helps group and structure other Kubernetes objects and partitions them in a...
Congratulation ! on your learning on K8s on Day-31 What is Deployment in k8s? A deployment is an object in Kubernetes that helps you to manage a group...