上一页 1 2 3 4 5 6 ··· 23 下一页
摘要: 创建namespace grafana-namespace.yaml apiVersion: v1 kind: Namespace metadata: name: ns-grafana 拉取镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/r 阅读全文
posted @ 2024-10-22 12:21 BUG弄潮儿 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 创建namespace prometheus-namespace.yaml apiVersion: v1 kind: Namespace metadata: name: ns-prometheus 拉取镜像 docker pull swr.cn-north-4.myhuaweicloud.com/d 阅读全文
posted @ 2024-10-22 12:19 BUG弄潮儿 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 创建namespace nginx-namespace.yaml apiVersion: v1 kind: Namespace metadata: name: ns-nginx 创建Deployment nginx-deployment.yaml apiVersion: apps/v1 kind: 阅读全文
posted @ 2024-10-22 12:17 BUG弄潮儿 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 创建namespace tomcat-namespace.yaml apiVersion: v1 kind: Namespace metadata: name: ns-tomcat 创建Deployment tomcat-deployment.yaml apiVersion: apps/v1 kin 阅读全文
posted @ 2024-10-22 12:17 BUG弄潮儿 阅读(2) 评论(0) 推荐(0) 编辑
摘要: redis mysql nginx的docker-compose version: '3' services: nginx: image: docker.m.daocloud.io/nginx:latest container_name: nginx restart: unless-stopped 阅读全文
posted @ 2024-10-22 12:15 BUG弄潮儿 阅读(3) 评论(0) 推荐(0) 编辑
摘要: prometheus 下载prometheus-2.53.2 prometheus.yml文件修改 global: scrape_interval: 15s evaluation_interval: 15s alerting: alertmanagers: - static_configs: - t 阅读全文
posted @ 2024-10-19 14:22 BUG弄潮儿 阅读(9) 评论(0) 推荐(0) 编辑
摘要: docker-compose 下载 curl -L https://github.com/docker/compose/releases/download/v2.29.7/docker-compose-linux-x86_64 > /usr/local/bin/docker-compose 增加权限 阅读全文
posted @ 2024-10-19 14:22 BUG弄潮儿 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 安装ArgoCD 参考:https://argo-cd.readthedocs.io/en/stable/getting_started/ 创建命名空间 kubectl create namespace argocd 下载install.yml curl -L https://raw.githubu 阅读全文
posted @ 2024-10-19 14:21 BUG弄潮儿 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 下载kube-prometheus wget https://github.com/prometheus-operator/kube-prometheus/archive/refs/tags/v0.14.0.tar.gz 安装 tar -zxvf v0.14.0.tar.gz cd v0.14.0 阅读全文
posted @ 2024-10-19 14:19 BUG弄潮儿 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 创建命名空间 nexus3-namespace.yaml apiVersion: v1 kind: Namespace metadata: name: nexus-ns 创建pv&pvc nexus3-pv-pvc.yaml apiVersion: v1 kind: PersistentVolume 阅读全文
posted @ 2024-10-19 14:18 BUG弄潮儿 阅读(18) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 23 下一页