Kubernetes Controller
Once the CRDs are installed you can use to manage the streams and consumers as follows:
$ kubectl get streams
NAME STATE STREAM NAME SUBJECTS
mystream Created mystream [orders.*]
$ kubectl get consumers
NAME STATE STREAM CONSUMER ACK POLICY
my-pull-consumer Created mystream my-pull-consumer explicit
# If you end up in an Errored state, run kubectl describe for more info.
# kubectl describe streams mystream