You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Service resource is one of the core resources in kubernetes used to loadbalance requests accross multiple pods or can be used to expose an application publicly.
This ticket will go through the 4 types of services:
ClusterIP
NodePort
LoadBalancer
ExternalName
A simple exercise can be to create a service that exposes the Hello world App that was deployed as part of a previous issue
The text was updated successfully, but these errors were encountered:
Description
The Service resource is one of the core resources in kubernetes used to loadbalance requests accross multiple pods or can be used to expose an application publicly.
This ticket will go through the 4 types of services:
A simple exercise can be to create a service that exposes the Hello world App that was deployed as part of a previous issue
The text was updated successfully, but these errors were encountered: