Accessing Apps from Outside the Cluster
Learn how we can access an application from outside the cluster using Services.
We'll cover the following
NodePort
Services
NodePort
Services build on top of ClusterIP
Services by adding a dedicated port on every cluster node that external clients can use. We call this dedicated port the NodePort
.
The following YAML shows a NodePort
Service called skippy
.
Get hands-on with 1400+ tech skills courses.