Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster-scoped installation and NATS clusters #247

Open
danieledraganti opened this issue Feb 10, 2020 · 0 comments
Open

Cluster-scoped installation and NATS clusters #247

danieledraganti opened this issue Feb 10, 2020 · 0 comments

Comments

@danieledraganti
Copy link

danieledraganti commented Feb 10, 2020

Hello everyone,
I have correctly set up the Cluster-scoped installation on my k8s cluster, and I can see the nats-operator in the nats-io namespace. I have also created two NATS clusters in two different namespaces with the following template:

apiVersion: nats.io/v1alpha2
kind: NatsCluster
metadata:
  name: nats-server
  namespace: <inserted the namespaces here>
spec:
  size: 2
  version: "1.3.0"

My micro services can talk to each other in the same namespace, but they can't seem to talk to micro services in other namespaces. Shouldn't the operator take care of handling this? How do I make the NATS clusters in different namespaces see each other?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant