
CoreOS announced "Operators" - a new capability for making applications easier to run and update on Kubernetes.
An Operator is application-specific software that extends the Kubernetes API to create, configure, and manage instances of complex stateful applications on behalf of a Kubernetes user. Like the built-in Kubernetes API resources, it doesn't manage just a single instance of the application, but multiple instances across the entire cluster.
“An...