December 2019
Intermediate to advanced
494 pages
11h 41m
English
Kubernetes provides us with a declarative way to deploy and manage objects inside the cluster. You can define a configuration in YAML or JSON format and submit it to the Kubernetes master for processing. You can also deploy the application using the kubectl command option (similar to docker run); however, that's only recommended for dev environments where you want to run some containers quickly.
In this section, we'll look at a YAML configuration manifest so that we can deploy the voting app on AKS. We'll be creating the following objects in the Kubernetes cluster: