How to install an app into customer-provided network.
vpc_id
input.
aws-eks-byovpc
sandbox, subnets must be tagged in a way Nuon can look them up.The eks-byovpc
sandbox requires adding a "kubernetes.io/role/internal-elb:1"
tag to all private subnets, and a "kubernetes.io/role/elb:1"
tag to all public subnets.vpc_id
app input.
This sandbox also needs to be given private and public subnets to use. There are 2 way to do this:
visibility:public
, and the private subnets with visibility:private
. This is the default behaviorprivate_subnet_ids
and public_subnet_ids
that each accept a comma-separated string of subnet IDs, and pass them to the sandbox using vars. These will override any tagged subnets that are found.resource_group_name
, network_name
, and subnet_name
.