Lesson 5: Services

3 min
  • Understand the problem Services solve
  • Create different types of Services
  • Expose an application to the outside world
  • Make applications talk to each other

5.1 The problem

Pods have IPs... that change!

Each Pod has an IP address. But:

  • That IP is internal to the cluster
  • It changes if the Pod is recreated
  • It is different for each replica

How do you reach an application if the IP keeps changing?

The solution: Services

A Service provides:

  • A stable IP that never changes
  • A DNS name for easy access
  • Load balancing between the pods

Preview — the rest of the lesson is for enrolled readers.

Already enrolled with a code?

Your access is tied to your account, not to this link. Sign in with the same email you used in class: your course is waiting, no need to enter the code again.

Sign inNo account yet? Create one
This lesson is part of the “Module 5: Kubernetes - Basic Deployment” module

The first modules of the course are open to everyone. For the rest you have three options: buy this course once and for all, subscribe, or enter the code handed out in class.

Are you a student on this course?

The code is tied to your account: sign in or create an account and it will be applied automatically when you come back.

No account yet? Create one