Some queries regarding Envoy Gateway #1533
saurabh-tiket
started this conversation in
General
Replies: 1 comment 2 replies
-
great questions @saurabh-tiket
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to install the Envoy gateway using https://gateway.envoyproxy.io/v0.4.0/user/quickstart.html
First is to Install the Gateway API CRDs and Envoy Gateway
Then we install the GatewayClass, Gateway, HTTPRoute and example app.
After installation following are my resources
I wanted to understand the difference between deployment
deployment.apps/envoy-gateway
which is installed via helm anddeployment.apps/envoy-default-eg-696e6672
which is installed by kubectlPardon my lack of knowledge regarding Envoy proxy in general. Can someone help me understand the difference
Envoy Gateway
andGateway
Also, in case of traffic increase should we scale up
Envoy Gateway
andGateway
both?Any link or videos explaining the concepts would be really helpful
CC: @arkodg
Beta Was this translation helpful? Give feedback.
All reactions