A deeper dive into Kubernetes services

preview_player
Показать описание

When it comes to services, Kubernetes has many different services for specific uses cases. In this episode of Kubernetes Essentials from Google Cloud, we speak to the use cases and helpful tips when working with the ClusterIP, NodePort, and LoadBalancer services in Kubernetes. Watch to gain a better insight on Kubernetes services!

Chapters:
0:00 - Intro
0:30 - Services overview
1:00 - Different types of services
1:54 - ClusterIP service
2:22 - NodePort service
3:01 - LoadBalancer service
3:45 - Recap of services
4:19 - Summary and conclusion

product: Kubernetes; fullname: Carter Morgan, Kaslin Fields;

#KubernetesEssentialsfromGoogleCloud

Disclaimer: This is a Google Cloud series and is not affiliated with the Linux Foundation.
Рекомендации по теме
Комментарии
Автор

I guess if you listen carefully between 1:40 and 1:43, you may need a correction, service is taking traffic at port 80 and routing it to port 9376 of the pod where your app container is listening for TCP traffic.

rohitmishra
Автор

Why is it I always find good videos when I don't need them anymore? 😒 This works have been great when I didn't know what a service was...I'm sure it'll help someone, beer m very well explained.

_truthful_q_