Service and Ingress -Traffic Management in Kubernetes

Update 2022-08 – Read my latest article on ingress traffic management. In this post we discuss the traffic management in Kubernetes, specifically on Service and Ingress objects. Let’s start with a traditional architecture: Network Load Balancer Network Load Balancer Client Client VM VM nginX nginX App1Service App1… App2Service App2… VM VM nginX nginX App1Service App1… … Read moreService and Ingress -Traffic Management in Kubernetes

Basic Resource Object in Kubernetes 1 of 2

For someone from a system administration background, it would be amazing to discover that Kubernetes provides a solution to every pain point in the traditional software deployment landscape. On the contrary, it also brings about a lot of complexity due to the types of resource objects introduced. A Pod is a shared execution environment for … Read moreBasic Resource Object in Kubernetes 1 of 2