scholzj / terraform-aws-kubernetes

Terraform module for Kubernetes setup on AWS
Apache License 2.0
202 stars 129 forks source link

private subnet #29

Closed leonrado closed 5 years ago

leonrado commented 5 years ago

There is some easy way to deploy the cluster in a private subnet ?

scholzj commented 5 years ago

TBH, I do not have any environment with private subnets to test it right now. Long time ago it did work out of the box since I used it with private subnets, but I might have done some changes which break that TBH. Did you tried it and run into any particular issue?

leonrado commented 5 years ago

TBH, I do not have any environment with private subnets to test it right now. Long time ago it did work out of the box since I used it with private subnets, but I might have done some changes which break that TBH. Did you tried it and run into any particular issue?

Thank you for your message !

What's I really mans to said is that the workers receive a public IP although variable public_worker is false. I just test it right now

leonrado commented 5 years ago

This is working pretty well. My bad sorry. And congratulation for this project.