What's Next?
Recap what is 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.
ℹ️ If you’d like to know more about Services, please explore Service v1 core API documentation.
The above illustration shows and defines the Kubernetes components we have explored so far.