51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

Github

docker 构建镜像-maven-gradle

docker 构建镜像-maven-gradle

厉飞雨 阅读(88) 评论(0) 赞(6)

#FROM centos:7 FROM kubespheredev/builder-base:v3.1.0 MAINTAINER zhaozhiyong "715740383@qq.com" WORKDIR /jdk ADD jdk-17_linux-x64_bin.tar.gz /jdk/ ADD gra...

kubesphere 设置maven 仓库

kubesphere 设置maven 仓库

厉飞雨 阅读(105) 评论(0) 赞(6)

kubesphere 设置maven 加速仓库 , 阿里云加速仓库 用admin账户登录 配置字典-》 搜索 **ks-devops** ![](http://static.51tbox.com/static/2024-08-29/col/5cb7481859ea747d08689e7ab9892f49/aacf74a8c9d54ab69229759b65beb467.p...

dockerfile source不生效问题

dockerfile source不生效问题

厉飞雨 阅读(71) 评论(0) 赞(8)

dockerfile source不生效问题 在Dockerfile文件使用ENV命令声明成全局环境变量 FROM kubesphere/builder-maven:v3.2.0 MAINTAINER zhaozhiyong "715740383@qq.com" WORKDIR /jdk ADD jdk1.8.0_...

prometheus监控kafka集群

prometheus监控kafka集群

厉飞雨 阅读(81) 评论(0) 赞(7)

k8s 监控kafka集群 kafka_exporter地址:<https://github.com/danielqsj/kafka_exporter> ### 1-下载kafka exporter 镜像: danielqsj/kafka-exporter:v1.7.0 参考 [Prometheus监控k8s中使用exporter的服务 - Big...

idea插件 kafka

idea插件 kafka

厉飞雨 阅读(98) 评论(0) 赞(6)

IDEA插件 Kafka ============ JetBrains官方研发的插件,支持 IntelliJ IDEA Ultimate, AppCode, Aqua, CLion, DataGrip, DataSpell, GoLand, PhpStorm, PyCharm Professional, Rider, RubyMine, WebStorm。 <http...