Skip to content
Discussion options

You must be logged in to vote

Running two APISIX releases in the same namespace can work, provided their Kubernetes resources and configuration stores are properly isolated. Whether it is advisable depends on the desired operational and security boundaries; separate namespaces would usually make that isolation clearer.

More importantly, the commands shown do not actually configure separate etcd prefixes. In chart 2.16.0, etcd.prefix is a top-level value, so these should be:

--set etcd.prefix=/apisix-http
--set etcd.prefix=/apisix-stream

The current --set apisix.etcd.prefix=... values are accepted by Helm but are not read by the chart. Rendering 2.16.0 with that flag leaves the generated APISIX configuration on the def…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by deekshith-hadil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants