academy
academy copied to clipboard
Kubernetes101 - Load-balancing with the Service resource
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:
- 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