-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Guide EKS public/private request]: How to configure Gefyra with EKS node group in private network #345
Comments
Hello @maxmonterumisi - thank your very much for your feedback! From what I see you're basically asking for something similar to this: #292 - Note We're working on a solution that does not involve the NodePort - but it's not done yet. Moreover - just to make sure I understood you correctly: |
Hi @SteinRobert thank you so much for your reply. |
@maxmonterumisi stay tuned. We are working on an "installation procedure" that will add a loadbalancer to your AWS EKS setup. With that, you can prepare any private EKS cluster to work with Gefyra from your local host. =) |
@maxmonterumisi thank you so much for letting us know about your use case! It does help us to prioritise feature development and you pushed this one a bit further up our roadmap! 😉 |
I have created a new issue to discuss our final solution to these types of challenges: #353 |
My goal
I would to like setup gefyra to connect my frontend application deployed on my laptop on minikube to my database deployed on remote EKS cluster.
My Kubernetes development setup
The EKS cluster is up and running, and had the node instances running on private network. (not EXTERNAL_IP)
Instead the API endpoint is public.
My laptop is a Windows 10 with minikube + docker desktop.
My test
Find AWS EKS cluster SG:
aws eks describe-cluster --name crazy-eks --query "cluster.resourcesVpcConfig.clusterSecurityGroupId" --region eu-central-1 --profile default "sg-9999999a999e9cb99"
Add to sg-9999999a999e9cb99 on ingress the UDP 31820
Find the IP address of the EKS API server Endpoint
Try gefyra up
Can you help me to make this configuration ?
Best Regards
M.M.
The text was updated successfully, but these errors were encountered: