Kubernetes

Kubernetes is a robust platform for managing containerized workloads and services. It provides a framework to run distributed systems resiliently, scaling and managing failover for your applications, providing deployment patterns, and more.

It's commonly used to manage Docker containers, though it can work with any container system that conforms to the Open Container Initiative (OCI) standards.