This document discusses how Pulsar operators can be used to automate lifecycle management of Pulsar clusters on Kubernetes. It describes how operators use custom resource definitions and controllers to reconcile the actual cluster state with the desired state. Specific examples are provided for how operators can perform controlled cluster upgrades, scale bookies, and clean up after cluster deletion. The integration of operators with Helm charts is also covered.