Atthavit Wannasakwong

75%
Flag icon
ClusterIP This will give the Service a stable IP address internally within the cluster and is the default. It will not make the Service available outside of the cluster. NodePort This builds on top of ClusterIP and adds a cluster-wide TCP or UDP port. This makes the Service available outside of the cluster. LoadBalancer This builds on top of NodePort and integrates with cloud-native load-balancers.
The Kubernetes Book
Rate this book
Clear rating
Open Preview