Skip to content

Instantly share code, notes, and snippets.

@subnetmarco
Last active February 28, 2020 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save subnetmarco/7ca188a39264304aebc2c1586c15e819 to your computer and use it in GitHub Desktop.
Save subnetmarco/7ca188a39264304aebc2c1586c15e819 to your computer and use it in GitHub Desktop.
Kuma 0.4 Release Notes

Kuma 0.4 Released With L7 Tracing + Grafana Dashboards!

We are happy to announce the release of Kuma 0.4! This is a major release focused on significantly better observability capabilities, that also includes many new features and improvements across the board.

This release also marks the 10th release of Kuma since September 2019! We are very proud of the release momentum we have executed so far, and we are looking forward to accelerating the delivery of  more advanced L7 features within the next few months, as well as more advanced networking support for more complex Service Mesh deployments across hybrid environments.

Notable Features

  • A new Traffic Trace policy that allows to configure tracing on L7 HTTP traffic.
  • Three official Grafana dashboards to visualize traffic metrics collected by Prometheus.
  • For Kubernetes, selective sidecar injection capability has been introduced.
  • For Universal deployments, a new Dataplane format to better support gateway use-cases.
  • Introducing a new protocol tag to support different L7 protocols.
  • And much more.

For a complete list of features and updates, you can take a look at the full changelog.

L7 Tracing

Kuma now supports L7 tracing with configurable tracing backends by leveraging the new TrafficTrace policy. It supports Zipkin and Jaeger out of the box, and it allows to better identify the flow of traffic among our services in order to identify dependencies and bottlenecks in our systems.

Below you can see a Jaeger example after being integrated with Kuma:

Traffic Trace Example

Grafana Dashboards

Kuma already allowed the collection of metrics via the TrafficMetric, and now it supports three new official Grafana dashboards that - out of the box - allow to visualize vital metrics about the Service Mesh. The dashboards provide:

  • Metrics for a single Dataplane.
  • Metrics for a single Mesh.
  • Metrics for the service traffic in a Mesh.

You can find the dashboards in the Grafana marketplace. Below, you see an example:

Grafana Example

Community

As we keep adding more and more features in Kuma and work with the broader community, don't forget to check out the Community resources including a real-time Slack chat to get an answer to any question you may have when using Kuma.

Kuma's goal is to create a simple, portable and feature-rich Service Mesh that everybody can use in minutes across any system. Contributions are welcomed to get one step closer to this vision on every new release.

Upgrading

Be sure to carefully read the Upgrade Guide, as this new version introduces a few important changes.

Try Kuma 0.4.0!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment