#automation
Read more stories on Hashnode
Articles with this tag
What is Infrastructure as Code(IAC)? Infrastructure as Code (IaC) is the process of managing your IT infrastructure using automatic scripts instead...
Kubernetes and Its Importance: Kubernetes is a platform that automates the deployment, scaling, and management of containerized applications. It's...
Persistent Volumes & Persistent Volume Claim (PV & PVC) A PersistentVolume (PV) is a piece of storage in the cluster that has been provisioned by...
ConfigMaps in Kubernetes A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as...
What are Services in K8s? In Kubernetes, a service is an entity that represents a set of pods running an application or functional component. The...
Kubenetes namespaces In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. Names of resources...