kuberang
kuberang copied to clipboard
Running Kuberang on a Kubernetes Cluster from a POD is Not working
Hi, I am trying to run Kuberang from a POD which is responsible for running a Cluster... Steps I followed 1> Create a Cluster 2> Access Kubeconfig 3> Run Kuberang - This step is failing (Running in a POD)
But if I run Kuberang on the same cluster from my Host(Ubuntu 18.04) it runs fine. Can you please let me know is there any limitation while running from a POD?
Sample Output : Accessed Nginx pod at 10.244.0.32 from BusyBox [ERROR] -------- OUTPUT -------- wget: can't connect to remote host (10.244.0.32): Connection timed out command terminated with exit code 1
Everytime the error is different. I feel we need to work on POD Networking ... Please suggest ...
Thanks, Shashi