-
Notifications
You must be signed in to change notification settings - Fork 352
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
doc: add standalone deployment doc #4518
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: shawnh2 <shawnhxh@outlook.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4518 +/- ##
=======================================
Coverage 65.53% 65.53%
=======================================
Files 211 211
Lines 31954 31954
=======================================
+ Hits 20941 20942 +1
+ Misses 9770 9768 -2
- Partials 1243 1244 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: shawnh2 <shawnhxh@outlook.com>
Signed-off-by: shawnh2 <shawnhxh@outlook.com>
wait #4535 |
/retest |
site/content/en/latest/tasks/operations/standalone-deployment-mode.md
Outdated
Show resolved
Hide resolved
Signed-off-by: shawnh2 <shawnhxh@outlook.com>
75894a4
to
a73d014
Compare
spec: | ||
endpoints: | ||
- ip: | ||
address: 0.0.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add a comment in the YAML saying 0.0.0.0
is only used for demo purposes, do not use this in a production environment
Envoy Gateway also supports running in standalone mode. In this mode, Envoy Gateway | ||
does not need to rely on Kubernetes and can be deployed directly on bare metal or virtual machines. | ||
In the standalone deployment mode, the functions and features supported by Envoy Gateway are | ||
basically the same as those in the Kubernetes deployment mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my suggestion would be to rm L13-14 or specifically specify which features will not work in standalone mode
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #1393
Release Notes: No