logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

基于docker的Apollo安装(分布式)

apollo单环境安装,分布式安装,可参考https://github.com/ctripcorp/apollo/wiki/%E5%88%86%E5%B8%83%E5%BC%8F%E9%83%A8%E7%BD%B2%E6%8C%87%E5%8D%97#2-apolloportalmetaservers—%E5%90%84%E7%8E%AF%E5%A2%83meta-service%E5%88%97

centos7在arm64下编译zabbix-agent2

一、安装go环境,zabbix-agent2要求高于16版本。二、编译zabbix-agent2。

#zabbix#运维
k8s 1.23 使用 helm3部署traefik2

traefik详细说明:https://www.qikqiak.com/traefik-book/一、添加traefik仓库#添加 Traefik v2 helm charthelm repo add traefik https://helm.traefik.io/traefik# 更新下仓库helm repo update#查询repohelm repo listtraefikhttps://h

docker与traefik2集成

https://doc.traefik.io/traefik/middlewares/目标:1、traefik与docker集成,docker通过使用label通知traefik进行配置2、集成https-redirect、basic-auth、digestauth等中间件3、docker network create traefikmkdir /data/traefik -pcd/data/tr

#docker
helm3 部置traefik2

一、添加traefik仓库#添加 Traefik v2 helm charthelm repo add traefik https://containous.github.io/traefik-helm-chart# 更新下仓库helm repo update#查询repohelm repo listtraefikhttps://containous.github.io/traefik-helm-

#k8s
centos7在arm64下编译zabbix-agent2

一、安装go环境,zabbix-agent2要求高于16版本。二、编译zabbix-agent2。

#zabbix#运维
docker部署mysql 5.7.30(支持arm64和amd64)

mysql 安装(支持arm64和amd64)mkdir /data/mysql/{etc,data,log} -pchown 999/data/mysql/logcat >/data/mysql/etc/my.cnf <<EOF[mysqld]skip-host-cacheskip-name-resolveskip_ssldatadir=/var/lib/mysqlsecure

centos7 x86_64 下通过qemu-user-static 运行arm64的docker镜像

wgethttps://download.qemu.org/qemu-5.2.0.tar.xz1、binfmt支持#重置binfmtdocker run --rm --privileged multiarch/qemu-user-static --reset -p yes#设置binfmtdocker run --rm --privileged multiarch/qemu-user-static

k8s安装rook ceph 1.8.5

参考:https://blog.51cto.com/foxhound/2553979条件:三台服务器要单独挂载一个空的磁盘#ceph clustermkdir cephcd cephwget https://raw.githubusercontent.com/rook/rook/v1.8.5/deploy/examples/crds.yamlwget https://raw.githubuserc

#linux#kubernetes#docker
k8s 部署nfs storeclass

yum install rpcbind nfs-utils -ysystemctl enable nfs-server.servicesystemctl enable rpcbind.servicesystemctl start nfs-server.servicesystemctl start rpcbind.servicemkdir /nfsdataecho'/nfsdata 192.168.

    共 19 条
  • 1
  • 2
  • 请选择