Kubernetes 管理平台

Summary: Author: 张亚飞 | Read Time: 1 minute read | Published: 2018-08-08
Filed under Categories: KubernetesTags: Kubernetes, Dashboard,

Kubernetes 管理后台

Kubernetes - Dashboard

https://47.244.154.194:30443

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 相关

Istio 相关

提取 NodePort 端口

$(kubectl get service/grafana -n istio-system -o jsonpath={.spec.ports..nodePort})

Kubernetes 服务管理

RabbitMQ 相关

用户名: admin 密码: admin

EMQX 相关

用户名: admin 密码: public

Ejabberd 相关

用户名: zyf@nocs.cn 密码: 123456

ELK 相关

  • [ELK - ES接口]
curl http://47.244.154.194:9200

Kubernetes 托管网站

相关网络链接

博客文档:

Kubernetes 收藏

监控相关

Prometheus 监控相关

Weave-Scope 监控相关

Rook 分布式存储相关

登录[账号: admin][密码: *]

$(kubectl -n rook-ceph get secret rook-ceph-dashboard-password -o yaml | grep "password:" | awk '{print $2}' | base64 --decode)

Rook 分布式存储测试相关

Comments

Cor-Ethan, the beverage → www.iirii.com