DAY-35 | EVERYTHING ABOUT KUBERNETES SERVICES | DISCOVERY | LOAD BALANCING | NETWORKING |
Abhishek.Veeramalla Abhishek.Veeramalla
272K subscribers
44,961 views
0

 Published On Feb 28, 2023

Support my work
https://www.buymeacoffee.com/abhishekprd FREE DEVOPS COURSE
   • DEVOPS ZERO TO HERO COURSE  

Hi Everyone, In today's class Day-35, We will learn about Kubernetes Services.

Problem 1:
------------------
In the last class, we learnt that Kubernetes Deployments can implement the auto-healing capability for pod that goes down using Replica Sets but whenever the new pod comes up, It comes up with a new IP address. So how the customer or user know about this new IP address ?

How is Service Discovery Implemented in Kubernetes ?

Problem 2:
-----------------
If you application requires multiple replicas of a pod to serve multi concurrent users, each replica of a pod has unique IP address but customers or users would need a one common IP address or DNS. Just like we all access google.com(DNS) or 8.8.8.8(IP Address) to access google.

How is this implemented in Kubernetes ?

Problem 3:
-----------------
How are the applications deployed as Pods in Kubernetes are accessed by external or people from other teams in your organization who don't have access to the Kubernetes cluster ?

Problem 1 is solved by Kubernetes Service
Problem 2 is solved by Kubernetes Service
Problem 3 is solved by Kubernetes Service

Watch the video to understand complete details.

Telegram channel
===============
https://telegram.me/abhishekveeramalla

About me:
-----------------
LinkedIn:   / abhishek-veeramalla-77b33996  
GitHub: https://github.com/iam-veeramalla
Medium:   / abhishekveeramalla-av  
YouTube:    / @abhishekveeramalla  

show more

Share/Embed