We are happy to announce a new major release of Kuma! Kuma 1.2 ships with 20 new features and countless improvements. We strongly suggest to upgrade, in order to take advantage of the latest and greatest when it comes to service mesh.
/bar
traffic to a foo
service with:type: TrafficRoute
name: l7-http-route
mesh: default
sources:
- match:
kuma.io/service: '*'
destinations:
- match:
kuma.io/service: '*'
conf:
http:
- match:
method: GET
path:
prefix: /foo
modify:
path:
rewritePrefix: /
destination:
kuma.io/service: foo
With this feature, it’s also easy to implement feature flagging across different versions of our services.
backend
service with:apiVersion: kuma.io/v1alpha1
kind: RateLimit
mesh: default
metadata:
name: rate-limit-all-to-backend
spec:
sources:
- match:
kuma.io/service: '*'
destinations:
- match:
kuma.io/service: backend
conf:
http:
requests: 5
interval: 10s
And a lot more! The full changelog is available here.
Watch a livestream about Kuma 1.2 showcasing some of the new features on Youtube. Also, feel free to ask any question on Slack.
Join us on our community channels to learn more about Kuma, including our official Slack chat. The community channels are useful to get up and running with Kuma, as well as to learn how to contribute to and discuss the project roadmap. Kuma is a CNCF Sandbox project: neutral, open and inclusive.
The next community call will be hosted on June 23rd at 8:30am PDT. Also don’t forget to follow Kuma on Twitter and star it on GitHub!
Be sure to carefully read the Upgrade Guide before upgrading Kuma.
Sign up for our Kuma community newsletter to get the most recent updates and product announcements.
Thank you!
You're now signed up for the Kuma newsletter.
Whoops!
Something went wrong! Please try again later.