bakins / kubernetes-envoy-example

Teaching myself about Envoy on Kubernetes
Apache License 2.0
122 stars 23 forks source link

Is this a production ready solution? #7

Open ysyyork opened 6 years ago

ysyyork commented 6 years ago

I wanna combine kubernetes + envoy + grpc in production. This solution looks great from my point of view but since I'm new in this area, really wanna hear if this architecture is production ready. My only concern is within each pod, there will always be a envoy container alongside with the application container. Won't this cause issue about consuming too much resource just for envoy? Thanks.

bakins commented 6 years ago

This was just an example for my own learning. I currently use istio for my projects.

Istio uses the side car pattern (container in each pod) as well.