does apisix-dashboard support deploy multiple node as loadbalance?
Issue description
I deploy two nodes.Every node has apisix-dashboard and apisix and I use a host point to the two nodes.But the porblem is I can't login the dashboard.How can I realize dashboard loadbalance?
Expected behavior
login success
How to Reproduce
deploy two nodes.Every node has apisix-dashboard and apisix use a host point to the two nodes
Screenshots
No response
Environment
- apisix version (cmd:
apisix version): - OS (cmd:
uname -a): - OpenResty / Nginx version (cmd:
nginx -Voropenresty -V): - etcd version, if have (cmd: run
etcd --version): - apisix-dashboard version, if have:
- Browser version, if have:
Additional context
No response
But the porblem is I can't login the dashboard
Can you provide some more detailed steps? What version of the dashboard do you have and which way it is running
@mygrsun. It is not support to manage multiple apisix node for now. So if we have an apisix that needs a dashboard to manage.
Hi @mygrsun, I'm wondering if the two nodes are just load balancing? If so they are configured from the same etcd, then we can use one Dashboard to manage?
yes ,the two dashboard use zhe same etcd。In fact,I use k8s deploy the node。Every nodes has dashboard-apisix and apisix。
@mygrsun. It is not support to manage multiple apisix node for now. So if we have an apisix that needs a dashboard to manage.
I use k8s deply 。So can't I deploy two pods?
But the porblem is I can't login the dashboard
Can you provide some more detailed steps? What version of the dashboard do you have and which way it is running
I use k8s deploy,dashboard version is 2.10.1
yes ,the two dashboard use zhe same etcd。In fact,I use k8s deploy the node。Every nodes has dashboard-apisix and apisix。
If it's the same etcd, why not use one Dashboard?
yes ,the two dashboard use zhe same etcd。In fact,I use k8s deploy the node。Every nodes has dashboard-apisix and apisix。
If it's the same etcd, why not use one Dashboard?
if i use only one dashboard ,how to avoid it crash。I want use two node as high reliability
cc @nic-chen PTAL ~
@mygrsun Actually, I don't understand what your problem is. Are your two dashboard configurations the same? If it is exactly the same, there should be no login problems.
On my side, @mygrsun wants to know if there has a High availability solution.