Slide 7
Slide 7 text
Google Cloud Platform
service.spec.ports[*].nodePort
● maps a port on every node to a service port
● ports are allocated, random
● useful to interface with load-balancers that only understand nodes
cluster
node node node
pod pod pod
31234 31234
3306 8080 8080
31234
pod
3306
pod
8080