# Kubernetes
[Kubernetes](https://kubernetes.io/) is the de facto standard for [[Container Orchestration]]. It automates the deployment, scaling, and management of containerised workloads across clusters of machines.
## Tooling
- [vCluster](https://www.vcluster.com/) 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](https://argoproj.github.io/) is a suite of open-source tools for GitOps continuous delivery, workflows, and event-driven automation on Kubernetes.
# References