Live data from Hacker News

Kuma, a new universal service mesh

kuma.io

21–30 of 36 posts

Re: Kuma, a new universal service mesh

#22
The 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 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

#23
This is the way forward for service meshes. Consul connect is doing something very similar.

The 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

#27
post #5

anyone else randomly got added to their mailing list?

Yes. ...that was very annoying. How did they do that, exactly?

Scraping and storing email addresses is how it usually happens, but most companies recognize it as illegal.

Re: Kuma, a new universal service mesh

#29

The 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…

The other service mesh are indeed native in Kubernetes. What Kuma emphasize as being different with others is the "via a RESTful API across other environments", so it support both orchestrated container environment and legacy environment.

Re: Kuma, a new universal service mesh

#30
Cool news! Just wondering about something. "API Management is Dead", said Kong's CEO in Kong Summit 2018. And then, first Kong GA ship with service mesh capabilities, making it capable for both north-south and east-west (API) traffic management. But now that they released Kuma with Envoy as the data plane, will that means Kong will be focused on being the API Management that they proclaim as being dead? Will the service mesh capability on Kong be removed?
Post reply on HN