--
You received this message because you are subscribed to the Google Groups "Envoy Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to envoy-users...@googlegroups.com.
To post to this group, send email to envoy...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/envoy-users/159ea555-9483-410a-8a0c-2490e59d7998%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/envoy-users/73bd7a25-48ca-4e59-bc00-05eb688cb4a4%40googlegroups.com.
The configuration is currently per-proxy, since it is sourced from the local filesystem (via the -c flag). There has been discussion about moving some of this to a network/RPC model in the future, where a configuration server may be used, but there is no design for this yet.
I was really excited about Enjoy until I started to read about the configuration being complex and the recommendation using a configuration generator (always a bad sign IMHO :-). Is it really this complex? The achilles heal of Envoy?
To unsubscribe from this group and stop receiving emails from it, send an email to envoy-users+unsubscribe@googlegroups.com.
To post to this group, send email to envoy...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/envoy-users/73bd7a25-48ca-4e59-bc00-05eb688cb4a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Envoy Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to envoy-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/envoy-users/CAA4W8ZmvC6LXsNXSAWdXqu1fXN5Bo8UqQXcc7G%2BZLbBDarbG%3Dw%40mail.gmail.com.
I was really excited about Enjoy until I started to read about the configuration being complex and the recommendation using a configuration generator (always a bad sign IMHO :-). Is it really this complex? The achilles heal of Envoy?Unfortunately, what Envoy does is extremely complicated. There is no reasonable way to have a default configuration that will work for everyone. We have tried to build a system of layered complexity. I.e., simple deployments can use simple configurations that are static. More complex deployments can use additional knobs which may include dynamic configuration servers.
At this point, Envoy is being used across a variety of different infrastructures which range from fully custom to k8s. It's my opinion that for the average consumer, Envoy is best used via an orchestration layer that is specific to the infrastructure in question. For example, the Istio system is going to make it trivial to run Envoy in k8s. Hopefully someone will come along and make it easy to use in docker swarm, etc.
On Mon, Mar 6, 2017 at 8:12 AM, 'Harvey Tuch' via Envoy Users <envoy...@googlegroups.com> wrote:The configuration is currently per-proxy, since it is sourced from the local filesystem (via the -c flag).
So in a quite simple implementation of just service-to-service proxying could the configuration for each node be the same?
I assume one may need a different configuration for a front proxy etc.
--
You received this message because you are subscribed to the Google Groups "Envoy Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to envoy-users+unsubscribe@googlegroups.com.
To post to this group, send email to envoy...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/envoy-users/60e109db-512a-465c-a5a4-d4fa18949a36%40googlegroups.com.