Technical discussion about Amazon Container Services for Kubernetes. Please refrain from trolling, flaming or any other non-technical comments
I have 3 questions on my mind:
- Will AWS support NetworkPolicies? Since it gets complicated with many Elastic Interfaces and IPs, it will be hard to manage SecurityGroups for pods.
- I do not like to kube-proxy my services with ingress, we already use ALB and it is fast enough and scales nicely. Since the Pods will get IP addresses from the regular VPC subnets, will there be a special controller that maps containers IP addresses to target groups? As I recall, nginx also does that instead of relying on kube-proxy, it queries the endpoints and adds the each host to upstreams.
- Will we be able to use NAT gateways for our clusters?