#90daysofdevops
Read more stories on Hashnode
Articles with this tag
What is Load Balancing? Load balancing is a technique that distributes network or application traffic across several servers. This can improve...
What Are Persistent Volumes in Kubernetes (k8s)? In Kubernetes, a Persistent Volume (PV) signifies a designated storage resource within the cluster,...
Services in Kubernetes The Kubernetes Service API simplifies the process of exposing groups of Pods over a network. Each Service defines a logical set...
Namespaces In Kubernetes, Namespaces serve as a critical feature for creating isolated environments within the same physical cluster. Think of them as...
What is Kubernetes? Kubernetes is an open-source orchestration tool developed by Google for managing microservices or containerized applications...
With Jinkins Master & Slave servers Collaboration on AWS · Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. The...