guanzhangzhang 最近的时间轴更新
guanzhangzhang's repos on GitHub
353 人关注
docker-need-to-know
docker常见错误和必须要遵守的标准
247 人关注
gcr.io
:cyclone: sync the docker images of the gcr.io and quay.io
Go · 161 人关注
google_containers
Shell · 104 人关注
Actions-OpenWrt
x86_64/r2s/r4s/树莓派4/doornet2/r1s-h5 openwrt 多源码固件在线编译
Dockerfile · 98 人关注
Dockerfile
:whale:个人用改良市面上的不人性化或者不标准的Dockerfile
Go · 57 人关注
harbor_exporter
prometheus exporter for harbor v1
Shell · 34 人关注
bash
:sunglasses:记录我写的bash shell
Go · 32 人关注
dp
a cli tool which could pull docker images without docker
Shell · 26 人关注
docker-compose-aarch64
docker-compose v2 已经用 golang 重写了并提供不同架构文件,本仓库只编译 ^1\.\d{2}\.\d 的 tag
Assembly · 16 人关注
ESP8266_NONOS_SDK-mqtt-uart_set
:tada:esp-8266-mqtt
JavaScript · 14 人关注
docker-compose
:mailbox_with_mail:放置所有用过的docker-compose文件
Go · 8 人关注
dummy-tool
Linux dummy 接口工具,支持 x86_64/arm64/mips64le
5 人关注
consul-tls-ansible
use ansible to Deploy the consul cluster which encrypted by tls
Shell · 2 人关注
ansible-examples
:art:A few starter examples of ansible playbooks, to show features and how they work together. See http://galaxy.ansible.com for example roles from the Ansible community for deploying many popular applications.
Dockerfile · 2 人关注
compile-and-packages
Go · 1 人关注
go-ansible
Go-ansible is a library for running Ansible playbooks from Golang.
Go · 1 人关注
gonelist
Golang Onedrive List - 极易部署的 Onedrive List 服务
0 人关注
buildah
A tool that facilitates building OCI images
HTML · 0 人关注
cloudnative.to
Source code of cloudnative.to
Go · 0 人关注
docker-registry-client
A Go API client for the v2 Docker Registry API
Go · 0 人关注
etcd
Distributed reliable key-value store for the most critical data of a distributed system
Go · 0 人关注
examples
chromedp code examples.
0 人关注
flannel
flannel is a network fabric for containers, designed for Kubernetes
0 人关注
github-cli
GitHub’s official command line tool
0 人关注
go-gin-example
An example of gin
0 人关注
goharbor-client
Go Client for the Harbor container registry
Go · 0 人关注
golang-project-structure
Golang 项目结构
0 人关注
harbor-cleaner
Clean images in Harbor by policies
Go · 0 人关注
HDMUpdate
cli update the HDM firmware
0 人关注
image
Work with containers' images
guanzhangzhang

guanzhangzhang

🏢  运维
V2EX 第 327727 号会员,加入于 2018-07-08 15:46:58 +08:00
今日活跃度排名 13528
有本地小说库的推荐吗
程序员  •  guanzhangzhang  •  113 天前  •  最后回复来自 bthulu
14
有无好用的制品库,或者 gh 代理
宽带症候群  •  guanzhangzhang  •  289 天前  •  最后回复来自 guanzhangzhang
7
有大佬试过静态编译 keepalived 吗
Linux  •  guanzhangzhang  •  2022-02-24 14:56:22 PM  •  最后回复来自 CnpPt
33
wireguard for windwos 无法设置 MTU
宽带症候群  •  guanzhangzhang  •  2021-01-07 20:53:14 PM  •  最后回复来自 bibiisme
7
[json 的验证]后端的 json 验证
  •  1   
    Go 编程语言  •  guanzhangzhang  •  2019-09-04 02:51:20 AM  •  最后回复来自 Mitt
    12
    gorm 与 mvc 的疑问。。。。
    Go 编程语言  •  guanzhangzhang  •  2019-07-20 09:01:57 AM  •  最后回复来自 jss
    5
    guanzhangzhang 最近回复了
    1. 戴口罩保持鼻腔湿润
    2. 不熬夜,我一熬夜鼻炎就加重
    3. 洗鼻器,没必要买电动的,有钱就算了。躺下睡觉一个小时以前洗鼻,可以看视频学下洗鼻姿势,避免中耳炎
    4. 锻炼,最近夏天到了,我锻炼了一次,鼻炎好了不少
    5. 换房子或者换城市,看到不少人换房子或者换城市后过敏性鼻炎就好了
    我之前提过类似的提问
    ```
    --with-cc-opt='-static -s' \
    --with-ld-opt=-static
    ```
    加这俩试试,不知道 mac 上能有用不
    15 天前
    回复了 hemingcn 创建的主题 职场话题 原来长得好看会被全世界优待
    看人和情况
    自己忙不忙,不忙再考虑优待,其次对方对于我之前的帮助心存感激否,也就是是否把我当工具人,做事带脑子不,之前公司。我们公司有一两个驻场感觉能学进去东西,我发命令或者排查都的心得都会发给他们和解释。其他大部分人只会等你发命令他复制粘贴
    作为过来人表示,你这个我们内部就是,为了多台机器的 docker 的业务能够少改造的,也就是保留 svc 访问。
    我们内部的业务很多调用其他业务组的 svc 都是默认的,不是 env 传入的。我把 k8s 的 svc 逻辑摸通后用 keepalived+ipset+iptables 搞出来了(可以看我博客)
    k8s 我们把 env 和 svc 的和 volume 的部分抽象成一个 yml 文件给各个业务组,部署业务的时候主模板+各个业务组的 values 文件渲染。docker 版本也用 ansible 服用了这个 yml 文件,然后写了个 docker-compose 模板,并且单独搞了个大 yaml ,覆盖业务里的某些 env 和挂载。

    但是业务多了就麻烦了,还是推荐你先用 k3s ,或者 swarm 的 swarmkit 啥的
    16 天前
    回复了 audioium 创建的主题 程序员 keeplive 问题请教
    是 keepalived 吧,dhcp 的网关 ip 是 vip 吗,没这样试过,arp 表不更新就没办法通吧
    16 天前
    回复了 qzh993 创建的主题 生活 想学穿搭,希望大家推荐
    找你身边的女性朋友推荐下
    试试 env TMDIR ,然后你上层清理目录
    家里移动宽带被阻断厉害😂
    25 天前
    回复了 A01514035 创建的主题 云计算 私有云平台 openstack 的替代品有哪些?
    zstack 是国内公司搞的基于 openstack 改的。
    pve 是 debian+kvm+qemu+ceph 一系列打包的,如果你担心硬件兼容性问题,以及你对 linux 接触多,而且规模不大,小团队使用,上手很快的。
    关于   ·   帮助文档   ·   博客   ·   nftychat   ·   API   ·   FAQ   ·   我们的愿景   ·   广告投放   ·   实用小工具   ·   2385 人在线   最高记录 5556   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 45ms · UTC 15:45 · PVG 23:45 · LAX 08:45 · JFK 11:45
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.