当前位置:网站首页>Kuboardv3 and monitoring kit installation
Kuboardv3 and monitoring kit installation
2022-06-29 01:28:00 【Glomi loves learning】
Kuboardv3 install
Kuboard: It's a free one Kubernetes Management tools , Provides a wealth of features , Combined with code warehouse 、 Mirror warehouse 、CI/CD Tools etc. , It is convenient to build a production usable Kubernetes Container cloud platform , Easily manage and run cloud native applications .
Kuboardv3 Installation tutorial :( It is suggested that docker Form installed on K8s Outside the cluster )
https://kuboard.cn/install/v3/install.html# Installation mode
for example :Kuboardv3 HTTPS certificate +LDAP The installation command is as follows : Be careful ldap Users need to configure email, Otherwise, an error will be reported .
sudo docker run -d \
--name=kuboard \
--restart=unless-stopped \
-v /root/kuboard/kuboard.cer:/etc/certs/kuboard.project.com/kuboard.cer \
-v /root/kuboard/kuboard.key:/etc/certs/kuboard.project.com/kuboard.key \
-v /root/kuboard-data:/data \
-e KUBOARD_TLS_CERT=/etc/certs/kuboard.project.com/kuboard.cer \
-e KUBOARD_TLS_KEY=/etc/certs/kuboard.project.com/kuboard.key \
-p 8080:80/tcp \
-p 4430:443/tcp \
-p 10081:10081/tcp \
-p 10081:10081/udp \
-e KUBOARD_LOGIN_TYPE="ldap" \
-e KUBOARD_ENDPOINT="https://10.1.1.50:4430" \
-e KUBOARD_AGENT_SERVER_UDP_PORT="10081" \
-e KUBOARD_AGENT_SERVER_TCP_PORT="10081" \
-e KUBOARD_ROOT_USER="KuboardAdmin" \
-e LDAP_HOST="project.com:389" \
-e LDAP_SKIP_SSL_VERIFY="true" \
-e LDAP_BIND_DN="CN=KuboardAdmin,OU=Headquarter,DC=project,DC=com" \
-e LDAP_BIND_PASSWORD="password123" \
-e LDAP_BASE_DN="DC=project,DC=com" \
-e LDAP_FILTER="(objectclass=*)" \
-e LDAP_ID_ATTRIBUTE="cn" \
-e LDAP_USER_NAME_ATTRIBUTE="cn" \
-e LDAP_EMAIL_ATTRIBUTE="mail" \
-e LDAP_DISPLAY_NAME_ATTRIBUTE="cn" \
-e LDAP_GROUP_SEARCH_BASE_DN="dc=project,dc=com" \
-e LDAP_GROUP_SEARCH_FILTER="(objectClass=*)" \
-e LDAP_USER_MACHER_USER_ATTRIBUTE="gidNumber" \
-e LDAP_USER_MACHER_GROUP_ATTRIBUTE="gidNumber" \
-e LDAP_GROUP_NAME_ATTRIBUTE="cn" \
eipwork/kuboard:v3

Kuboard Monitoring kit installation :
We can use it directly Kuboard Quick installation kit , Realize to K8s Index monitoring , Additional functions such as log analysis . The advantage of this is , We don't need to use it ourselves helm And other tools for manual installation , Saved a lot of time , And it can be directly in Kuboard View and manage these suites within this unified platform .
The most common one is K8s The kit is Prometheus-operation (pod、node Node indicator monitoring ) The detailed installation steps are as follows :https://mp.weixin.qq.com/s/PJQd4w8sBv-PNxsoKXbPNg author :rundba.
The rest kuboard Kit ( for example elastic Log monitoring ) The deployment method is the same as Prometheus-operation similar . Follow the steps prompted to automate the installation .
It is worth noting that , When the kit is installed , The main task we need to do is to create pv Do persistent data storage ; also K8s The cluster needs to be able to access Internet resources normally .
边栏推荐
- Vulnerability mining | routine in password retrieval
- Typescript (7) generic
- Edrawmax mind map, edrawmax organization chart
- Misunderstanding of innovation by enterprise and it leaders
- 分享自己平时使用的socket多客户端通信的代码技术点和软件使用
- Statistical learning method (2/22) perceptron
- 华泰证券安全吗
- Teach you how to understand the test environment project deployment
- Design and development of VB mine sweeping game
- Database - optimizer
猜你喜欢

linux7(centos7)设置oracle11开机自启动

PAT甲级真题1165

Finally understand the difference between DOM XSS and reflection XSS

DO280分配持久性存储

Kuboardv3与监控套件安装

致我们曾经遇到过的接口问题

Battle drag method 1: moderately optimistic and build self-confidence (2)

How to solve the problem of Caton screen when easycvr plays video?

Typescript (6) function

TypeScript(6)函数
随机推荐
Kuboardv3与监控套件安装
Pytorch -- use and modification of existing network model
[TS] type alias
The metadata request parsing principle of OData XML format applied by SAP ui5 is based on domparser
XML and other file contents in idea cannot be highlighted, and the file becomes gray
数据库-优化器
3D, point cloud splicing
一条update语句到底加了多少锁?带你深入理解底层原理
Sword finger offer 14- I. cut rope
EasyCVR接入Ehome协议的设备,无法观看设备录像是什么原因?
Statistical learning method (3/22) k-nearest neighbor method
我想今天买股票,可以么?现在网上开户安全么?
be based on. NETCORE development blog project starblog - (13) add friendship link function
[RRT 3D path planning] rapid expansion of random tree UAV 3D path planning based on MATLAB [including Matlab source code phase 1914]
After easycvr creates a new user, the video access page cannot be clicked. Fix the problem
Maximum path and problem (cherry picking problem)
统计学习方法(4/22)朴素贝叶斯
Large-scale case applications to developing post-click conversion rate estimation with MTL
ASP. Design and implementation of net+sql online alumni list
Different subsequence problems I