简体   繁体   中英

Connectivity to AWS EKS control plane via Client VPN

I have created EKS cluster with API server endpoint access as "Private". Cluster is configured in private su.net. I'd like to allow kubectl access from local PC. I have created Client VPN, it has access to private.network (verified that by SSH to an EC2 instance running in the same private su.net). But kubectl gets "unable to connect to the server: dial xxxx:443 i/o timout". "aws eks update-kubeconfig" can see that cluster and updates local context properly. What could be the problem?

Found out what was was missing. 443 had to be enabled in authorization rules

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM