academy icon indicating copy to clipboard operation
academy copied to clipboard

Kubernetes101 - Load-balancing with the Service resource

Open omarst9 opened this issue 5 years ago • 0 comments

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

omarst9 avatar Apr 21 '20 03:04 omarst9