Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Dashboard in Kubernetes 1.8.4

2025-03-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you how to install Dashboard in Kubernetes 1.8.4. I hope you will get something after reading this article. Let's discuss it together.

Dashboard

Dashboard is a dashboard officially developed by the Kubernetes community. With the dashboard, managers can manage Kubernetes clusters through Web-based, which not only improves management convenience, but also makes resources visual, making people more intuitive to see the presentation results of system information.

Create a kubernetes-dashboard-certs to provide to Dashboard TLS for use

Mkdir-p / etc/kubernetes/addons/certs & & cd / etc/kubernetes/addonsopenssl genrsa-des3-passout pass:x-out certs/dashboard.pass.key 2048openssl rsa-passin pass:x-in certs/dashboard.pass.key-out certs/dashboard.keyopenssl req-new-key certs/dashboard.key-out certs/dashboard.csr-subj'/ CN=kube-dashboard'openssl x509-req-sha256-days 365-in certs/dashboard.csr-signkey certs/dashboard.key-out certs/dashboard.crtrm certs/dashboard.pass .keykubectl create secret generic kubernetes-dashboard-certs\-- from-file=certs-n kube-system

You can set up kubernetes dashboard through kubectl in master

Cat

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report