-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve documentation around running Envoy in Docker container #13408
Comments
Sharing my experience in migrating to 1.15 in a Kubernetes environment :
Here is an example deployment that will work in Kubernetes with 1.15, running with default uid & gid = 101.
And Envoy config file should also reflect the port change:
If I may, I really think that some example Kubernetes manifests would be a very nice to have in the Envoy github repository. |
thanks @supasteev0 im updating docs around this anyway - so ill take on board and incorporate your suggestions on how we can improve them. feel free to PR any specific changes that you think would help |
/assign phlax |
description
a conversation came up in the slack channel around running Envoy in (non-root) docker containers.
i think most of the relevant information is there (https://www.envoyproxy.io/docs/envoy/latest/start/start#using-the-envoy-docker-image) but the section could do with being broken up a bit and possibly moved
The text was updated successfully, but these errors were encountered: