Operators
Operator is a method for packaging, deploying, and managing Kubernetes applications, which can be used to manage the entire lifecycle of Kubernetes resources.
To deploy an Operator in a specific cluster or namespace, it is used by developers and testers to create and manage instances.
Guidance on deploying common Operators and managing and using resource instances in Operators.
Uninstall the Operator that has been deployed in the current cluster. Uninstalling the Operator will not delete the created resource instances.
Subscription describes the upgrade strategy, channel, and deployment information such as location for the Operator. Correct subscription information ensures that the Operator can successfully pull the required images and operate correctly.