Amazon EKS Operations ssh Tunnel into an EKS NodePort Service
Jump to navigation
Jump to search
Internal
Overview
You will need ssh access to one of the EC2 nodes running any of the EKS cluster nodes.
Note that the NodePort service listens on all network interfaces on the EC2 node:
> netstat -nl | grep 30421
tcp 0 0 0.0.0.0:30421 0.0.0.0:* LISTEN