This is the first public release of Kuma! 🚀 You can see the public announcement and visit the official website, and you can join the conversation on Slack.
Download Kuma 0.1.0 and run it now:
The main features of this release are:
- Multi-Tenancy: With the
Mesh
entity. - Platform-Agnosticity: With
universal
andkubernetes
modes. - Mutual TLS: By setting
mtls
property inMesh
. - Logging: By setting the
logging
property inMesh
. - Traffic Permissions: With the
TrafficPermission
entity. - Proxy Templating: For low-level Envoy configuration via the
ProxyTemplate
entity.