Bring your own networking
The package does not create VPCs, VNets, subnets, route tables, NAT
gateways, firewalls, or security groups. Pass existing network
identifiers to the component.
| Platform | Networking inputs |
|---|---|
| AWS | subnetId, securityGroupIds, associatePublicIpAddress |
| Azure | subnetId, networkSecurityGroupId, assignPublicIp |
| GCP | network, subnetwork, assignPublicIp, networkTags |
| vSphere | networkName |
| Kubernetes | provider context, namespace, chartValues |
The workload needs outbound TCP/443 to Netskope and DNS resolution for
tenant and gateway hostnames.
Guest OS interface override
AWS, Azure, and GCP accept guestNetworkInterface to write a netplan
override before the publisher install runs.
1 | new AwsPublisher("publisher", { |
Static addresses must still be valid for the cloud subnet and must not
collide with addresses managed by the platform.