Update tracing in kiali
parent
1de94d6bf4
commit
2006a73516
|
@ -249,9 +249,13 @@ Kiali是一个用于提供Istio service mesh观察性的项目,更多信息请
|
|||
kubectl apply -n istio-system -f addon/kiali
|
||||
```
|
||||
|
||||
![Kiali动画](https://github.com/rootsongjc/kubernetes-vagrant-centos-cluster/raw/master/images/kiali.gif)
|
||||
Kiali web地址:`http://172.17.8.101:31439`
|
||||
|
||||
**注意**:当前还不支持jeager追踪,请使用上文中提到的jeager地址。
|
||||
用户名/密码:admin/admin
|
||||
|
||||
![Kiali页面](https://github.com/rootsongjc/kubernetes-vagrant-centos-cluster/raw/master/images/kiali.gif)
|
||||
|
||||
**注意**:Kilia使用Jaeger做追踪,请不用屏蔽kilia页面的弹出窗口。
|
||||
|
||||
### Weave scope
|
||||
|
||||
|
@ -271,7 +275,7 @@ kubectl apply -f addon/weave-scope
|
|||
|
||||
现在打开浏览器,访问 `http://scope.weave.jimmysong.io/`
|
||||
|
||||
![Kiali动画](https://github.com/rootsongjc/kubernetes-vagrant-centos-cluster/raw/master/images/weave-scope-animation.gif)
|
||||
![Scope页面](https://github.com/rootsongjc/kubernetes-vagrant-centos-cluster/raw/master/images/weave-scope-animation.gif)
|
||||
|
||||
## 管理
|
||||
|
||||
|
|
Loading…
Reference in New Issue