Unable to access Web Console using Getting Started Guide #427
-
Morning All, We've just followed the Getting Started Guide on deploying our first AMQ instance using the operator. That all went fine until we try to access the Web Console via kubectl poer-forward.
I've not been able to find any documentation to advise further configurations is required to make the conole availablel; according to the ActiveMQ Artemis docs it should be there by default - https://activemq.apache.org/components/artemis/documentation/2.21.0/management-console.html When digging around I see 2 problems;
Am I doing something silly? Have I missed something? Can anyone offer some advice as I can't be the only person to of had this problem. We're using the latest version of the operator and deploying an AMQ instance with the following:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We can now access but we had to go via ingress. Is this expected? Is there a reason we can't just use port-forwarding with the server running the web console on 0.0.0.0 inside the container. |
Beta Was this translation helpful? Give feedback.
-
The #385 PR will add a new container port for the console but the embedded web server only listens the internal IP address for security reasons, the only way to access to the console is via ingress/route setting |
Beta Was this translation helpful? Give feedback.
The #385 PR will add a new container port for the console but the embedded web server only listens the internal IP address for security reasons, the only way to access to the console is via ingress/route setting
console.expose
to true.