November 2024
Intermediate to advanced
720 pages
19h 47m
English
After reading the previous chapters, you now know how to deploy applications on Kubernetes by building Pods, which can contain one container or multiple containers in the case of more complex applications. You also know that it is possible to decouple applications from their configuration by using Pods and ConfigMaps together and that Kubernetes is also capable of storing your sensitive configurations, thanks to Secret objects.
The good news is that with these three resources, you can start deploying applications on Kubernetes properly and get your first app running. However, you are still missing something important: you need to be able to expose Pods to end users or even to other Pods within the Kubernetes ...
Read now
Unlock full access