What's Next?

This lesson summarizes what we have learned so far and what we are going to learn next.

We'll cover the following

Summary

That was it. We went through the most important aspects of Services. There are a few other cases we did not yet explore, but the current knowledge should be more than enough to get you going.

Services are indispensable objects without which communication between Pods would be hard and volatile. They provide static addresses through which we can access them not only from other Pods but also from outside the cluster. This ability to have fixed entry points is crucial as it provides stability to otherwise dynamic elements of the cluster. Pods come and go, Services stay.

We are one crucial topic away from having a fully functional, yet still simple, strategy for deployment and management of our applications. We are yet to explore how to deploy and update our services without downtime.

Destroying Everything

We have exhausted this topic and the time has come to destroy everything we did so far.

Get hands-on with 1200+ tech skills courses.