November 2020
Intermediate to advanced
136 pages
2h 9m
English
In the previous chapters, we have learned about Kubernetes nodes. Let's finally deploy an application using a Kubernetes deployment, scale the application up, and create a service for it.
A Kubernetes deployment is one way to deploy applications from Docker images, and we are going to use it for our example applications.
Kubernetes supports a few container runtimes, all of which can run Docker images:
In this chapter, we're going to cover the following topics:
A pod is a collocated group of application containers with shared volumes.
The applications in a pod ...
Read now
Unlock full access