Kubernetes services
K8s exposes pods functionality through services. Services in the Kubernetes world are abstractions that describe a set of endpoints that are related together: multiple web servers multiple mail transfer agents that share the sending load multiple applications that expose a functionality When deploying an application in Kubernetes you have several options to choose from: deployments Read More »