kubernetes可视化工具k8dash

参考:https://github.com/herbrandson/k8dash

修改kubernetes-k8dash.yml端口类型为nodeport

kubectl apply -f https://raw.githubusercontent.com/herbrandson/k8dash/master/kubernetes-k8dash.yaml

创建token

# Create the service account in the current namespace (we assume default)
kubectl create serviceaccount k8dash-sa

# Give that service account root on the cluster
kubectl create clusterrolebinding k8dash-sa --clusterrole=cluster-admin --serviceaccount=default:k8dash-sa

# Find the secret that was created to hold the token for the SA
kubectl get secrets

# Show the contents of the secret to extract the token
kubectl describe secret k8dash-sa-token-xxxxx


文章作者: Ciwei
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 Ciwei !
 上一篇
【工具】Carbon(代码界美图秀秀) 【工具】Carbon(代码界美图秀秀)
这个无需多言,明眼人一看就知道是用来装什么的 :) 网站链接:https://carbon.now.sh 添加阴影让其更炫酷 选择Drop shadow document.querySelectorAll('.
2019-08-25
下一篇 
git可视化工具gitkraken git可视化工具gitkraken
介绍是不是一直在找一款git可视化工具呢 有很多比如sourcetree也不错 但是gitkraken是几乎最好用的啦 合并代码 解决冲突 界面都非常的人性化呀 Glo Boards集成到gitkraken client中的话 可以记录
2019-08-24
  目录