Kubernetes is the de facto standard for Container Orchestration. It automates the deployment, scaling, and management of containerised workloads across clusters of machines.

Tooling

  • vCluster runs virtual Kubernetes clusters inside a single physical cluster. Each virtual cluster has its own API server, which makes it better isolated than a namespace but cheaper than a dedicated cluster.
  • Argo is a suite of open-source tools for GitOps continuous delivery, workflows, and event-driven automation on Kubernetes.

References