Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 569 Bytes

run.md

File metadata and controls

15 lines (9 loc) · 569 Bytes

Operator

Description

Operator framework

The Operator Framework provides extensive support for developing operators:

  • The Operator SDK provides a high-level API for accessing a Kubernetes cluster and a scaffolding to start an operator project.
  • The Operator Lifecycle Manager manages the release and updates of operators and their CRDs.
  • Operator Hub is a publicly available catalog of operators dedicated to shared operators.

References

[1] Simple Operator in Java