2.4 - Kubernetes Services: NodePort - Deep Dive

preview_player
Показать описание
In this video I go over what the Kubernetes Service NodePort. We create a Deployment and a NodePort service, then access our nginx page in a browser. It's the first time we have actually interacted with the pods from a PC/laptop so it's starting to become real!

I also go over the Docker and VirtualBox drivers, how to solve the virtualization problems and resource constraints so that you can get this working without canvassing the Internet for the answer to your problems. I encounter these problems and solve them so you don't have to =)
Рекомендации по теме
Комментарии
Автор

Small correction, 4:40 the node port range is limited to nearly 3000 ports, not up to 50000

flesz_