DevOps Tools

Kubernetes

English

Overview

An open-source container-orchestration tool that originated at Google.

Details

A container-orchestration tool that originated at Google, letting you manage deployment, scaling, and self-healing declaratively. At its core is a control loop that continuously compares the current state against the desired state declared in a manifest, and automatically reconciles the two -- this is exactly the mechanism that respawns a new Pod automatically when one crashes.

More OSS terms