prometheus 监控tomcat

k8s 监控tomcat (promethues) prometheus监控tomcat 1 部署tomcat…

tomcat 安装(windows)

tomcat 安装(linux安装tomcat):链接   jdk17 安装(windows ) :…

prometheus 监控nginx

k8s 监控nginx   1-nginx 需要开启 监控日志,需要编译安装 nginx 编译安装 …

nginx正则匹配

nginx正则匹配

nginx正则匹配 ^:匹配字符串的开头。 $:匹配字符串的尾。 .:匹配任意字符。 *:匹配前面的字符0次或…

nginx 转发外部地址

nginx 转发外部地址

需求: 访问A地址/  都转发到 39.12.12.3:8082 访问A地址/v3 都转到: 10.0.0.3…

快照费用

https://www.aliyun.com/price/product?spm=5176.smartserv…

nginx 编译安装 (监控) 1.22.1(k8s生产)

  1 编译安装nginx 1.1 安装编译工具 yum -y install git wget g…

k8s -configMap-configmap

k8s -configMap-configmap

configMap对应用程序的配置文件进行单独挂载   demo: apiVersion: v1 k…

问题 kubesphere 流水线点击运行什么也不出来,没有日志

  现象: kubesphere 流水线点击运行什么也不出来,没有日志 问题排查 登录 30180 …

k8s pod 文件拷贝

k8s pod 文件拷贝

文件拷贝   kubectl cp /etc/hosts baimei-wp:/haha -c db…