Example of NATS with externalAccess #566
Unanswered
andretadeu
asked this question in
Q&A
Replies: 2 comments 2 replies
-
for microk8s I think you may have to use something like a nodeport, or is there a load balancer option available? |
Beta Was this translation helpful? Give feedback.
1 reply
-
not very familiar with microk8s, but I think you may need to use a nodeport for k8s which we don't support out of the box in the helm chart or have examples for, so there might be a bit of a learning curve there... The external access is more convenient when you have nodes that have public ips like in an EKS cluster for example. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to configure NATS for external access by following the documentation in Setting up External Access, however I am not having much success on it. I tried both without load balancer or with it.
values.yaml without load balancer configurations:
values.yaml with load balancer configurations:
But I am always having the following issue:
and
What is missing in the configurations here?
Edit 1: redacted user and host
Beta Was this translation helpful? Give feedback.
All reactions