#kubernetes
Read more stories on Hashnode
Articles with this tag
1.What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform originally developed by Google. It...
Persistent Volumes in K8S: Persistent Volumes is the way to define the storage data, such as storage classes or storage implementations. Unlike...
ConfigMaps in K8S: A ConfigMap is an API object that allows you to store and manage configuration data separately from your application code. It...
What are services in K8s? In Kubernetes, Services are objects that provide stable network identities to Pods and abstract away the details of Pod IP...
What are Namespaces in K8s? In Kubernetes, namespaces are a way to logically divide and isolate resources within a cluster. They provide a scope for...
What is Deployment in K8s? In Kubernetes (K8s), deployment is an object that provides declarative updates and management for your application...