首页 > TAG信息列表 > kuma
云原生的年代service mesh不止Istio,还有另一个选择-Kuma
Kuma、Kuma 什么是Kuma 官方给出的解释:A modern distributed Control Plane with a bundled Envoy Proxy integration. (一个与Envoty代理组件捆绑在一起的现代化分布式控制平面)。 简单来说Kuma就是基于Envoy作为数据平面的控制平面组件。 可能Kuma 0.4 发布支持7层链路追踪以及grafana dashboard
Kuma 0.4 发布了,基于opentracing 以及promethues ,我们可以更好的观测系统的指标了 同时grafana dashboard也已经到grafana 的marketplace 了 参考资料 https://konghq.com/blog/kuma-0-4-released-with-l7-tracing-grafana-dashboards https://github.com/Kong/kuma/blob/masterkuma 学习二 centos 安装
前边有使用minikube运行kuma,以下是在centos 上安装使用 环境准备 下载软件包 wget https://kong.bintray.com/kuma/kuma-0.1.1-centos.tar.gz 配置环境变量 tar xvzf kuma-0.1.1-centos.tar.gz export PATH=$PATH:$PWD/bin 运行 启动控制面