Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Environment-Info:
Cloudstack 4.20.3.0
Hypervisor: VMware 7.0.3
Kubernetes-Iso: v1.36.0 from https://download.cloudstack.org/cks/setup-v1.36.0-x86_64.iso
Hi,
we're experimenting with cloudstack kubernetes service right now and in some cases the kubernetes-dashboard started locally with
kubectl --kubeconfig /path/to/kube.conf proxy
gives us a ServiceUnavailability-Message when called in browser

So we started investigating and found out that the cloud-controller-manager often is in state CrashLoopBackOff and collect many restarts after a while:
The log shows us a timeout trying to reach the management-server (192.168.0.87)
This brought us to among other things to #12037 and #10258 and #9267
Leading us to the questions:
Since we're consider the VR-Networks as insecure in general and the cloudstack-ui is an internal-only resource would the reverse-proxy + firewall solution mentioned in the other discussions be advised for our scenario as well?
Beta Was this translation helpful? Give feedback.
All reactions