November 2018
Intermediate to advanced
404 pages
10h 16m
English
Once you have a containerized application, you are going to plan deploying your container to a cluster. A cluster refers to a set of resources, networks, working nodes, and storage services in the backend that your containerized application needs to work with. Connected computing units, resources, and services in a cluster work as a single unit.
When working with a cluster, you usually choose a container-orchestration tool to automate deployment, scale your containerized applications, and manage your containers in the cluster. Kubernetes is a production-ready open source container-orchestration platform that was originally developed by Google and is now maintained by the Cloud Native Computing Foundation. ...
Read now
Unlock full access