Docker-Kubernetes training
Overview
- Kubernetes is an open-source orchestration system for automating management, placement, scaling and routing of containers.
- It provides an API to control how and where the containers would run.
- Docker is also an open-source container-file format for automating the deployment of applications as portable, self-sufficient containers that can run in the cloud or on-premises.
- Together, Kubernetes and Docker have become hugely popular among developers, especially in the DevOps world.