Facing intermittent timeout issues with GKE

So there are two VMs in different network , One on Private VPC of Gcloud lets call it GCVM , and another being on-premise OPVM , both VMs have appropirate permissions to access Kubernetes Cluster , When i run kubectl commands on OPVM all commands work fine always , But GCVM is showing abnormal behaviour , Out of 5 times i run a kubectl command on GCVM , 3 times i get timeout error

Unable to connect to the server: dial tcp 10.0.0.1:443: i/o timeout error

What could be the problem , Is there any thing you can suggest .

I have tried checking KUBECONFIG file for GCVM , and status of Kube-api Server of Cluster , everything is working fine , I was expecting no timeout issue

  • Consider to ask sys-admin and networking questions on serverfault.com instead. Stack Overflow is for programming questions.

    – 

Leave a Comment