Introduction to GKE cluster networking

preview_player
Показать описание
Kubernetes networking is bursting with exciting features, but how does it all work? Having a solid foundational understanding of GKE Networking can set up your implementation for success. In this episode of GKE Essentials, Anthony Bushong discusses how cluster networking functions in GKE.

Chapters:
0:00 - Intro
0:24 - Networking for GKE Nodes
1:10 - Networking for Kubernetes Pods
2:20 - Networking for Kubernetes Services
3:02 - Flexible Pod CIDR
3:50 - Discontiguous multi-pod CIDR
4:22 - Recap

#GKEEssentials

product: Cloud - Containers - Google Kubernetes Engine (GKE); fullname: Anthony Bushong
Рекомендации по теме
Комментарии
Автор

What if I want to specify a totally separate ip address range for my pods (since I have limited ip addresses and do not really want my pods to communicate directly with any of my companys resources) ?

cloudtech
Автор

so when I create a public cluster, my nodes external ip's are not public, they are all something like 10.x.x.x however when I create a public cluster in digital ocean, the cluster node external ip's are all public and are something like 192.168.x.x how do I make my GKE cluster nodes IP public so I can directly access them?

byteslinger
Автор

And this, ladies and gentlemen is exactly how google turned something simple and perfectly usable into a mess. I'll take any day AWS EKS + karpenter instead of GKE + autopilot.

pierreancelot