Skip to content

Kubernetes101 - Load-balancing with the Service resource #534

Description

@omarst9

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions