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

do we support to create multiple kafka clusters in the diff namespaces using different koperator ? #986

Open
CoffeeHi opened this issue May 27, 2023 · 2 comments

Comments

@CoffeeHi
Copy link

Hi, I want to create two kafka clusters in two different namespaces, and two koperator own the two kafka clusters seperately, does it support now ?

@bartam1
Copy link
Contributor

bartam1 commented May 27, 2023

Hello @CoffeeHi !
Yes, it is supported. You need to configure Koperator to watch specific namespaces. So every koperator instance will watch different namespaces so you can create as many as you want.

# In constrained environments where operator cannot

@CoffeeHi CoffeeHi changed the title does we support to create multiple kafka clusters in the diff namespaces using different koperator ? do we support to create multiple kafka clusters in the diff namespaces using different koperator ? May 27, 2023
@CoffeeHi
Copy link
Author

Hi @bartam1 thanks for your so quick answer! I'm using supertubes to build my kafka clusters in k8s actually,

apiVersion: supertubes.banzaicloud.io/v1beta1
kind: ApplicationManifest
metadata:
  name: dev-app
  namespace: supertubes
spec:
...
  kafkaOperator:
    enabled: true
    namespace: another-kafka
    valuesOverride: 
...

For ApplicationManifest CR, I don't know how I can change the koperator namesapaces parameters inside it, seems it can only add params thru valuesOverride right ? I haven't found any more detail descriptions in https://docs.calisti.app/sdm/reference/crd/applicationmanifests.supertubes.banzaicloud.io/ ,
could you provide me a guide ? 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

2 participants