上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: SpringCloud微服务容器云进阶之路 Springboot应用配合Actuator开启: 监控检查 , 优雅停机 , 监控metrics 等endpoints 根据 Dockerfile 定义制作Docker镜像并上传 Harbor 私有Docker Registry 渲染K8S部署模板文件并 阅读全文
posted @ 2022-06-07 14:30 蒲公英PGY 阅读(94) 评论(0) 推荐(0) 编辑
摘要: jenkinsfile k8s部署模板 def label = "slave-${UUID.randomUUID().toString()}" podTemplate(label: label, containers: [ containerTemplate(name: 'maven', image 阅读全文
posted @ 2022-06-07 14:03 蒲公英PGY 阅读(235) 评论(0) 推荐(0) 编辑
摘要: ```python # -*- coding: utf-8 -*- # @Time : 2020-07-14 # @Author : pugongying import smtplib from email.mime.text import MIMEText from email.utils imp 阅读全文
posted @ 2022-06-07 14:00 蒲公英PGY 阅读(39) 评论(0) 推荐(0) 编辑
摘要: # python使用AliyunOpenApi获取MongoDB监控数据 Mongo_cpu.py ```python import sys import json import datetime,time from json import loads, dumps from typing impo 阅读全文
posted @ 2022-06-07 13:58 蒲公英PGY 阅读(97) 评论(0) 推荐(0) 编辑
摘要: # python使用AliyunOpenApi获取ecs监控数据 ecs.py ```python #!/usr/bin/env python #coding=utf-8 import json import datetime,time from aliyunsdkcore.client impor 阅读全文
posted @ 2022-06-07 13:51 蒲公英PGY 阅读(86) 评论(0) 推荐(0) 编辑
摘要: # python使用AliyunOpenApi获取arms数据 arms_class.py ```python from aliyunsdkcore.client import AcsClient from aliyunsdkcore.acs_exception.exceptions import 阅读全文
posted @ 2022-06-07 13:49 蒲公英PGY 阅读(162) 评论(0) 推荐(0) 编辑
摘要: alertmanager.yml ```yaml global: resolve_timeout: 5m # 定义模板信心 templates: - '/prometheus/alertmanager/wechat.tmpl' route: # group_by: ['alertname'] gro 阅读全文
posted @ 2022-06-07 13:43 蒲公英PGY 阅读(164) 评论(0) 推荐(0) 编辑
摘要: # kubenetes 官方文档 https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ system requirement 2C2G # k8s基础知识学习 k8s训练营:htt 阅读全文
posted @ 2022-06-07 13:36 蒲公英PGY 阅读(193) 评论(0) 推荐(0) 编辑
摘要: calico.yml # Source: calico/templates/calico-config.yaml # This ConfigMap is used to configure a self-hosted Calico installation. kind: ConfigMap apiV 阅读全文
posted @ 2022-06-07 11:36 蒲公英PGY 阅读(130) 评论(0) 推荐(0) 编辑
摘要: deploy.yml apiVersion: v1 kind: Namespace metadata: name: ingress-nginx labels: app.kubernetes.io/name: ingress-nginx app.kubernetes.io/instance: ingr 阅读全文
posted @ 2022-06-07 11:34 蒲公英PGY 阅读(25) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页