Not Your Dad's IT

Updated Solutions to Classic Challenges

A personal website dedicated to helping IT professionals review where we've been, where we are, and maybe where we are headed.

  • Blog
  • About
  • Disclaimer
AWS-Logo_Black.png

Troubleshooting: Unable to connect to the server: dial tcp x.x.x.x:443: i/o timeout

December 29, 2020 by Nathaniel Avery in Tip

Problem:

I recently ran into a problem when trying to connect to an Amazon EKS cluster using the kubectl command. The error, “Unable to connect to the server: dial tcp x.x.x.x:443: i/o timeout” happened whenever I tried to connect to the cluster. For instance, if I ran the the kubectl get svc command the error would appear.

Solution:

The answer was to open port 443 inbound on each of the security groups related to the EKS cluster.

December 29, 2020 /Nathaniel Avery
aws, kubernetes, cloud, Troubleshooting
Tip
  • Newer
  • Older

Powered by Squarespace