logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

基于k8s集群 搭建efk日志系统

1.官方地址https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd-elasticsearch/下载路径下的所有yaml文件建议:把所有镜像下载传到私有仓库,然后改yaml镜像地址为私有仓库2.搭建es集群kubectl apply -f es-statefulset.yamlkubectl...

手把手教程:为k8s集群增加prometheus的gpu监控

参考文档:https://github.com/NVIDIA/gpu-monitoring-tools一、k8s环境1、查看k8s集群kubectl get nodes -o wide2、查看k8s集群gpu所在节点kubectl get nodes "-o=custom-columns=NAME:.metadata.name,GPU:.status.allocat...

#kubernetes
git clone报错error: RPC failed;

运行git config --global http.sslVerify false再执行clone

到底了