- Регистрация
- 9 Май 2015
- Сообщения
- 1,483
- Баллы
- 155

operator pattern?: A specialized controller used to manage a custom resource. It lets you extend the cluster's behavior w/o modifying k8s code by linking controllers to one or more custom resources.
- publishing a Service to applications that don't support Kubernetes APIs to discover them
Custom Resource is running.
Controller queries the control plane to find out what Custom Resource is configured.
An Operator tells the API server, how to align the current state with the desired state.
- Control loop
- Custom resource
- Control plane: Formerly called Master Node
Источник: