Kuma means vagina in Swahili, vagina.io is kinda funny.
Kuma, a new universal service mesh
21–30 of 36 posts
Re: Kuma, a new universal service mesh
#22>"It can be used natively in Kubernetes via CRDs or via a RESTful API across other environments, and it doesn't require a change to your application's code in order to be used."
Sorry if this is naive question but I'm not that up on service meshes. Aren't other service meshes generally implemented as sidecar containers? Why wouldn't those also be considered native? Could someone help me understand the distinction of a native service mesh vs non-native? I'm having a hard time getting my head around it.
Re: Kuma, a new universal service mesh
#23The early service meshes were all built on top of Kubernetes, due to the fact that k8s/etcd is an easy platform to build control planes on top of (SD, networking, etc. already done) but very few large companies are ready to move everything over to Kubernetes.
Re: Kuma, a new universal service mesh
#24Yet Another Service Mesh.
Re: Kuma, a new universal service mesh
#25Semi-tangential: I found it really interesting that Kong linked to HN/newest in the announcement email they sent out instead of directly to the HN conversation. Clever way to avoid getting their votes penalized, maybe?
Re: Kuma, a new universal service mesh
#26anyone else randomly got added to their mailing list?
How did they do that, exactly?
Re: Kuma, a new universal service mesh
#27Re: Kuma, a new universal service mesh
#28Y'all emailed me without me giving you my email address. Please don't do that
Re: Kuma, a new universal service mesh
#29The documentation states: >"It can be used natively in Kubernetes via CRDs or via a RESTful API across other environments, and it doesn't require a change to your application's code in order to be used." Sorry if this is naive question but I'm not that up on service meshes. Aren't other service meshes generally implemented as sidecar containers? Why wouldn't those also be considered native? Could someone help me unde…