Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes101 - Load-balancing with the Service resource #534

Open
omarst9 opened this issue Apr 21, 2020 · 0 comments
Open

Kubernetes101 - Load-balancing with the Service resource #534

omarst9 opened this issue Apr 21, 2020 · 0 comments
Labels
class content Class content help wanted Extra attention is needed

Comments

@omarst9
Copy link
Contributor

omarst9 commented Apr 21, 2020

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 omarst9 added the class content Class content label Apr 21, 2020
@denstorti denstorti added the help wanted Extra attention is needed label Jun 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
class content Class content help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants