They should have chosen name that doesn`t immediately make users want to uninstall it.
Introducing Conduit – open-source service mesh for Kubernetes
31–40 of 54 posts
Re: Introducing Conduit – open-source service mesh for Kubernetes
#32But what in the hell is it? If your product is so revolutionary it defines a new market segment, you might want to bring the people with the money people up to speed.
Re: Introducing Conduit – open-source service mesh for Kubernetes
#33But what in the hell is it? If your product is so revolutionary it defines a new market segment, you might want to bring the people with the money people up to speed.
https://buoyant.io/2017/04/25/whats-a-service-mesh-and-why-d...
Re: Introducing Conduit – open-source service mesh for Kubernetes
#34We tried istio a while back and it was too slow and hungry. Reverted back to no service mesh and it worked fine. I'm gonna be trying this next!
Re: Introducing Conduit – open-source service mesh for Kubernetes
#35They should have chosen name that doesn`t immediately make users want to uninstall it.
Re: Introducing Conduit – open-source service mesh for Kubernetes
#36How does it work with ingress? Does it ship with its own ingress like istio? We tried istio a while back and it was too slow and hungry. Reverted back to no service mesh and it worked fine. I'm gonna be trying this next!
Re: Introducing Conduit – open-source service mesh for Kubernetes
#37How does this compare to Istio or Envoy?
https://istio.io/docs/concepts/traffic-management/load-balan...
Re: Introducing Conduit – open-source service mesh for Kubernetes
#38Earlier quoted context omitted.
Like Linkerd, Envoy is a proxy that can be used used to build a service mesh. Conduit is a service mesh that includes a proxy. So, yes, Conduit uses something that competes with Envoy ;) But I would not say that Conduit and Envoy are equivalent things.
A service mesh needs a data plane (e.g. Envoy) and a control plane (e.g. Istio). Conduit has both in one product.
https://istio.io/docs/concepts/traffic-management/load-balan...
Re: Introducing Conduit – open-source service mesh for Kubernetes
#39How does it work with ingress? Does it ship with its own ingress like istio? We tried istio a while back and it was too slow and hungry. Reverted back to no service mesh and it worked fine. I'm gonna be trying this next!