Skip to content

Envoy Overlay docs#624

Draft
chandler-solo wants to merge 5 commits intokgateway-dev:mainfrom
chandler-solo:chandler/envoycookbook
Draft

Envoy Overlay docs#624
chandler-solo wants to merge 5 commits intokgateway-dev:mainfrom
chandler-solo:chandler/envoycookbook

Conversation

@chandler-solo
Copy link
Copy Markdown
Contributor

@chandler-solo chandler-solo commented Jan 27, 2026

Description

This has lots of common elements with agentgateway/website#123

This work landed on main today in kgateway-dev/kgateway#13266

Change Type

/kind documentation

Changelog

NONE

Additional Notes

@chandler-solo chandler-solo changed the title Chandler/envoycookbook Envoy Overlay docs Jan 27, 2026
Signed-off-by: David L. Chandler <david.chandler@solo.io>
Signed-off-by: David L. Chandler <david.chandler@solo.io>
Signed-off-by: David L. Chandler <david.chandler@solo.io>
Signed-off-by: David L. Chandler <david.chandler@solo.io>
Signed-off-by: David L. Chandler <david.chandler@solo.io>
@chandler-solo chandler-solo force-pushed the chandler/envoycookbook branch from cea2f13 to f6779d4 Compare January 29, 2026 17:25
@chandler-solo chandler-solo marked this pull request as ready for review January 29, 2026 17:25
@chandler-solo
Copy link
Copy Markdown
Contributor Author

Unstacked.

@chandler-solo
Copy link
Copy Markdown
Contributor Author

Probably best to add env var examples:

Overlays will allow you to add/change/delete environment variables on envoy pods. It looks like the following:

spec:
  kube:
    deploymentOverlay:
      spec:
        template:
          spec:
            containers:
            - name: kgateway-proxy
              env:
              # Change existing ENVOY_UID to "1001"
              - name: ENVOY_UID
                value: "1001"
              # Add a new env var
              - name: CUSTOM_ENV
                value: custom-value
              # Delete existing POD_NAMESPACE
              - name: POD_NAMESPACE
                $patch: delete

@chandler-solo chandler-solo marked this pull request as draft February 26, 2026 07:21
@chandler-solo
Copy link
Copy Markdown
Contributor Author

This should be revised to be more like agentgateway/website#142

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