Two keycloak instances in two different namespaces

Hi, I have a one kubernetes vm for testing purposes, and I configured two keycloak instances in two separated namespaces (stage and prod) with two different nodeports and storage (hostpath).
But it seems that the keycloak installations are in conflict with one another.
I log in to stage instance, and when I log in to prod instance it tells me that I’m already logged in.
Is there a way to have two instances of keycloak in one node kubernetes but in separate namespaces?

Regards

1 Like

I have had the same but it was just for testing purposes, so I ended up using 2 browser sessions (normal and private, or 2 browsers). I’m interested in any useful answer you get…