Kubernetes Controller

    Once the CRDs are installed you can use to manage the streams and consumers as follows:

    1. $ kubectl get streams
    2. NAME STATE STREAM NAME SUBJECTS
    3. mystream Created mystream [orders.*]
    4. $ kubectl get consumers
    5. NAME STATE STREAM CONSUMER ACK POLICY
    6. my-pull-consumer Created mystream my-pull-consumer explicit
    7. # If you end up in an Errored state, run kubectl describe for more info.
    8. # kubectl describe streams mystream