Connect to the Application
Learn to connect to an application deployed to Kubernetes.
We'll cover the following...
We always connect to Pods through a Service.
A Service is a Kubernetes object designed to provide stable networking for Pods. As shown in the following figure, they have a front-end and a back-end. The front-end provides a name, IP, and a port that clients send requests to. The back-end forwards these requests to Pods with matching labels.
Access this course and 1400+ top-rated courses and projects.