The data center is moving towards a container-centric world where the role of the host operating system becomes far more static and disposable. Modern configuration management tools (CM) solve some problems but create many more. Existing CM solutions with their complex abstractions and domain specific languages are built for servers with life spans of several months or years. In a container-centric data center the life span of a host operating system should last only as long as it can provide fundamental services without interruption (e.g. docker daemon, networking services, etc).

Declarative State

Otter provides a declarative state system allowing operators to describe host configuration in a with a simple YAML configuration file.

Battries Included

A “batteries included” approach to configuration management providing with support for all major container orchestration frameworks.

Massively concurrent exeuction

Run shell commands and state “executions” against thousands of servers concurrently.