Skip to content

Add egress and route options to container network config#826

Merged
mattoni merged 4 commits into
mainfrom
mattoni/eng-4608-add-egress-and-route-options-to-container-config-in-api-spec
Jun 22, 2026
Merged

Add egress and route options to container network config#826
mattoni merged 4 commits into
mainfrom
mattoni/eng-4608-add-egress-and-route-options-to-container-config-in-api-spec

Conversation

@mattoni

@mattoni mattoni commented Jun 21, 2026

Copy link
Copy Markdown
Member

Adds two new options to the container network config

  • egress_via_gateway: Routes traffic from the container out to the environment's gateway service, operating the same as a virtual machine in the same environment.
  • routes: Custom network routes, where you can match CIDRs and forward that traffic to a target gateway. This allows for very advanced network options like utilizing VPNs within an environment for outbound traffic.

@mattoni mattoni requested review from aubuchcl and blewisCycle June 21, 2026 10:33
@mattoni mattoni self-assigned this Jun 21, 2026
Comment thread components/schemas/containers/config/network/NetworkRoute.yml
Comment thread components/schemas/containers/config/ContainerNetwork.yml
@mattoni mattoni merged commit fcac2cc into main Jun 22, 2026
1 check passed
@mattoni mattoni deleted the mattoni/eng-4608-add-egress-and-route-options-to-container-config-in-api-spec branch June 22, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants