#kubernetes
Read more stories on Hashnode
Articles with this tag
What is Istio? Istio is an open-source service mesh that provides a way to control how microservices share data with one another. It offers a...
1.What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform that automates the deployment, scaling,...
🔹Persistent Volume (PV) A Persistent Volume (PV) is a resource that represents a piece of storage in a cluster. PVs are provisioned and managed by...
🔹ConfigMaps A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment...
🔹What are Services in K8s? Services: Services are a K8s resource that defines a logical set of pods and a policy for accessing them. They ensure that...
What are Namespaces? Namespaces: In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. Names of...