Skip to content

Commit

Permalink
Update tracing in kiali
Browse files Browse the repository at this point in the history
  • Loading branch information
rootsongjc committed Oct 10, 2018
1 parent 1de94d6 commit 2006a73
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions cloud-native/cloud-native-local-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

## 管理

Expand Down

0 comments on commit 2006a73

Please sign in to comment.