NSC and k8s
#676
-
Is there any examples or recommendations on how to use NSC for nats in k8s? |
Beta Was this translation helpful? Give feedback.
Answered by
mixicz
Nov 4, 2024
Replies: 1 comment
-
I'm not sure what is your particular use case or problems you encountered.
If nsc is supposed to run in k8s (e.g. in nats-box), I would not recommend doing it. It would be rather complicated, as you need some writable encrypted storage for private keys. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aricart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure what is your particular use case or problems you encountered.
nsc
itself is agnostic of where nats is running, all you need is accessible URL for nats, so allnsc
examples are valid for nats in k8s.If nsc is supposed to run in k8s (e.g. in nats-box), I would not recommend doing it. It would be rather complicated, as you need some writable encrypted storage for private keys.