Skip to content

Instantly share code, notes, and snippets.

@doug4j
Last active December 3, 2018 11:15
Show Gist options
  • Save doug4j/cd7ab73341bf7bb8971fd5cfcfaf7778 to your computer and use it in GitHub Desktop.
Save doug4j/cd7ab73341bf7bb8971fd5cfcfaf7778 to your computer and use it in GitHub Desktop.

No Frills

kubectl exec foiled-possum-rabbitmq-0 /opt/rabbitmq/sbin/rabbitmqctl list_queues -n act7
Timeout: 60.0 seconds ...
Listing queues for vhost / ...
commandConsumer.anonymous.4tTOYN4sRPqyRlTU1bg4zQ        0
runtimeCmdResults.anonymous.g-9SkTBBQXutfiGM2eTZQQ      0
engineEvents.audit      0
integrationResult:hello-bundle-1.hello-bundle-1 0
signalEvent.mySignalConsumerGroup       0
exampleConnectorConsumer.anonymous.xnpIXyqMS2eUM5FPJ45sWw       0
engineEvents.query      0
integrationResult:test-me-11.test-me-11 0

See rabbitmqctl for more commands.

Fancy

  • TODO: Finish doc on how to setup management UI

Rabbitmq-ha Helm chart has ingress option to expose management Ui on 15672 port and customize reverse proxy (i.e. nginx) hostName: https://github.com/helm/charts/blob/5d0b273c92ec981cb52b0465de9a356ffe2459f2/stable/rabbitmq-ha/values.yaml#L367

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment