webkubectl
webkubectl copied to clipboard
ERROR: INVALID TOKEN while connecting to Webkubectl
This error happens many times
we are using 5 replicas of webkubectl
kubernete server version : 1.20.6
webkubectl : latest version

Hi there, The token is temporarily stored in the memory of webkubectl server by default, so for multiple replicas you have two solutions.
- Use ip_hash or any other sticky session algorithm in your load balance proxy.
- Use a redis to share token among all of the replicas, please refer to https://github.com/KubeOperator/webkubectl/issues/18