Hi everyone,
I have deployed LitmusChaos in my Kubernetes cluster and currently I am accessing the Litmus Portal UI using port forwarding:
kubectl -n litmus port-forward --address 0.0.0.0 svc/litmusportal-frontend-service 9091:9091
This allows me to open the UI locally using the forwarded port.
I wanted to know if there is an alternative way to expose the Litmus Portal so that other users can directly access the UI without needing to run port-forward on the cluster node.
Any guidance or best practices would be really helpful.
Thanks!
Hi everyone,
I have deployed LitmusChaos in my Kubernetes cluster and currently I am accessing the Litmus Portal UI using port forwarding:
kubectl -n litmus port-forward --address 0.0.0.0 svc/litmusportal-frontend-service 9091:9091
This allows me to open the UI locally using the forwarded port.
I wanted to know if there is an alternative way to expose the Litmus Portal so that other users can directly access the UI without needing to run port-forward on the cluster node.
Any guidance or best practices would be really helpful.
Thanks!