Kubernetes 管理平台
Summary: Author: 张亚飞 | Read Time: 1 minute read | Published: 2018-08-08
Filed under
—
Categories:
Kubernetes
—
Tags:
Kubernetes,
Dashboard,
Kubernetes
管理后台
Kubernetes
- Dashboard
kubectl describe secrets $(kubectl get secrets --namespace kube-system | grep admin-coam-serviceaccount-token | awk '{print $1}') --namespace kube-system | grep token: | awk '{print $2}'
Ingress
相关
[Ingress - Traefik] https://traefix-1-aus.iirii.com/dashboard/status
[Ingress - Traefik] https://traefix-1-aus.iirii.com/metrics
Istio
相关
[Istio - Kiali] https://kiali-istio-k8s.iirii.com/kiali
[Istio - Jaeger] https://tracing-istio-k8s.iirii.com/jaeger
[Istio - Prometheus] https://prometheus-istio-k8s.iirii.com/graph
[Istio - Grafana] http://47.244.154.194:port
提取
NodePort
端口
$(kubectl get service/grafana -n istio-system -o jsonpath={.spec.ports..nodePort})
Kubernetes
服务管理
RabbitMQ
相关
- [RabbitMQ - 后台管理] http://47.244.154.194:15672
用户名: admin 密码: admin
EMQX
相关
- [EMQX - 后台管理] http://47.244.154.194:30083
用户名: admin 密码: public
Ejabberd
相关
- [Ejabberd - 后台管理] https://nocs.cn:5280/admin
用户名: zyf@nocs.cn 密码: 123456
ELK
相关
- [ELK - ES接口]
curl http://47.244.154.194:9200
- [ELK - 后台管理] http://47.244.154.194:5601
Kubernetes
托管网站
相关网络链接
[WSA测试脚本] http://wsa.pyios.com/index.php
[WSA测试页面] http://wsa.pyios.com/index.html
博客文档:
- [Docs] https://www.iirii.com
Kubernetes
收藏
监控相关
Prometheus 监控相关
[Prometheus - Grafana] http://47.244.154.194:30100
[Prometheus - Metrics] http://47.244.154.194:30200/metrics
[Prometheus - Graph] http://47.244.154.194:30200/graph
[Prometheus - AlertManager] http://47.244.154.194:30300
Weave-Scope 监控相关
- [Weave - Scope] http://47.244.154.194:30400
Rook 分布式存储相关
- [Rook - Ceph 后台] https://47.244.154.194:30543
登录[账号: admin][密码: *]
$(kubectl -n rook-ceph get secret rook-ceph-dashboard-password -o yaml | grep "password:" | awk '{print $2}' | base64 --decode)
Rook 分布式存储测试相关
- [Rook - WordPress] http://47.244.154.194:30480
Comments