10 2020 档案

摘要:1. node信息: kubectl get po -o wide 2.pod信息: kubectl get pods --all-namespaces 3.service信息: kubectl get svc --all-namespaces 4.组件信息: kubectl get cs --al 阅读全文
posted @ 2020-10-30 11:36 frantzz 阅读(93) 评论(0) 推荐(0)
摘要:安装logstash服务。 logstash主目录下:vim es-es.conf input { elasticsearch { hosts => ["10.128.120.171", "10.128.120.172", "10.128.120.173", "10.128.120.179", "1 阅读全文
posted @ 2020-10-13 16:29 frantzz 阅读(1518) 评论(0) 推荐(0)
摘要:在/usr/local/bin目录下载esm工具。 将脚本也放在/usr/local/bin目录下。 vim /usr/local/bin/es-to-es.sh #!/usr/bin/env bash set euxset -o pipefail workspace="/usr/local/bin 阅读全文
posted @ 2020-10-13 16:09 frantzz 阅读(279) 评论(0) 推荐(0)
摘要:1.进入容器后想要退出:exit 2.查看pod的配置yaml:kubectl get po -o wide -n <pod_name> 3.查看helm的包列表:helm list 阅读全文
posted @ 2020-10-10 18:27 frantzz 阅读(339) 评论(0) 推荐(0)