Hello xperts !
I have a kubernetes cluster on a private ec2 instance.
The Cluster is not provisioned by a cloud provider (e.g EKS etc) but installed like a bare metal which means there are no External IPs assigned and no Load Balancer supported.
How do we expose kubernetes services without external ip on this private ec2 instance to the internet ? Direct routing to the private ec2 instance is not allowed via dns route 53 as per security rules (this works).
Trying out few things like ALB ( not working) and ReverseProxy ( just started trying this).
[ hate to take the path like Metallb] .
Any recommendations and/or if anyone has tackled something like above and keep it simple ?
-Thanks
SA