#devops-journey
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...
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...
Exposing Kubernetes workloads Kubernetes offers several types of Services to expose workloads: ClusterIP (Default): Exposes the Service only within...