Lab 1.1 - OLM Pulsar Operators Install Instructions install operator-sdk brew install operator-sdk Install olm operator operator-sdk olm install Searching operator kubectl -n olm get packagemanifest Installing pulsar-operator kubectl create -f https://operatorhub.io/install/bookkeeper-operator.yaml kubectl create -f https://operatorhub.io/install/zookeeper-operator.yaml kubectl create -f https://operatorhub.io/install/pulsar-operator.yaml kubectl create -f https://operatorhub.io/install/function-mesh.yaml Checking operator status kubectl get csv -n operators