kube-ops-view
kube-ops-view copied to clipboard
Ops view loses connection to cluster on EKS
It works for about 10 minutes then it "flashes" and then it seems to not work anymore. Pity I really like it!
EKS deployment using supplied manifests
Seems to work OK with not using redis
@dmarkey can you check where the problem might be? The frontend assumes that "no data" for some time means the cluster went away, I guess the backend is too slow refreshing in this time frame. Logs with timing would help.
Pretty sure this is related to https://github.com/hjacobs/kube-ops-view/issues/193
The failure starts happening for me about the time redis starts failing to offload data to disk.
I change the security context in the redis deployment to run as UID 100 instead of 1000, and changed the query rate to 10s and it stays running forever.
@dmarkey I changed the UID to 100 in the deployment file (#193) and it works fine, can you check?