How to convince our team leader to use envoy
Description:
I read envoy's docs and used it in my testing environment, it works great, but how to convince the team leader to use it? They thought envoy is new, cannot trust it, and the team needs to make extra efforts to write c++ for implementing the new features or fix bugs, but I think new features are not essentially and bugs can be fixed by the community. Their point is, whether envoy can be trusted. Is there any big company really use it in the production environment? What if envoy cannot handle our business and what should we do?
BTW, the company use Nginx for now and have a big Nginx configuration file. We know that Nginx has some problem with dynamic port listening, need to reload (I'm not sure with the performance) and nginx's configuration is not quite maintainable easily.
Hope someone knows envoy well can answer the questions, thanks.
Is there any big company really use it in the production environment?
https://www.envoyproxy.io/ - Go through this link and search for "USED BY" that tells who all are using Envoy in production
Hi @ramaraochavali , this is obvious, but the boss still cannot trust it since there is no public blogs or something like that shows that these companies use envoy
There are lots of public blogs and videos of Lyft and others talking about their production use of Envoy.
Furthermore, Envoy is an incubating CNCF project which means it
See also the CNCF proposal document which includes adopters and integrators (as of 2017). Some of the integrators are building entire business models around Envoy.
I believe @nrshrivatsan can help to answer this 馃檪.
Hope this helps @wrfly
Thanks @nrshrivatsan
I know that Nginx can hot load some lua scripts as its sub-logic-processor, such as insert some user token(en/decode or encrypt), traffic to different endpoints by the user's token or some complex logic, I'm not sure this is right(use Nginx as a framework and the project management is quite annoying, you know, scripts...)
But is there any way for envoy to do this? By writing extensions? I haven't write any extension so I'm not sure about that. Besides, according to the documents, I know that envoy can modify the header and lead the traffic to different clusters via the header matcher, so it means that envoy can fit into our business, right?
From my understanding, envoy's configuration is quite complex and flexible, and that makes envoy powerful, so it can win Nginx in edge-router, service mash or other sides? I think we can drop the Lua scripts in Nginx if envoy can do that for us.
Thanks a lot.
@wrfly
PS - Personally I don't like to answer tech-comparison questions as it might be VERY subjective friend :-)
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions.
Most helpful comment
Reasons to use Software LBs
Why Envoy
Hope this helps @wrfly