Kubernetes is an open-source system for orchestrating Docker containers.
Declarative
You describe the state you want. Kubernetes makes reality match that description, and keeps it matching.
Origins
It was open-sourced by Google in 2014, drawing on a decade of internal experience with a system called Borg.