Zeng's Page


  • 首页

  • 标签

  • 归档

  • 相册

  • 搜索

ELK in K8s

Posted on 2019-04-15 | In K8s

示例配置

Read more »

K8s部署prometheus

Posted on 2019-04-15 | In K8s

示例配置

Read more »

RKE安装K8s HA集群过程记录

Posted on 2019-04-15 | In K8s

准备工作

ansible主机清单:

1
2
3
4
5
6
7
[rke]
rke ansible_host=192.168.100.228

[k8s]
master01 ansible_host=192.168.101.72
master02 ansible_host=192.168.101.75
master03 ansible_host=192.168.100.229
Read more »

Gitlab CI/CD Practice —— Gitlab Runner in Docker/K8s

Posted on 2019-04-12 | In CICD

GitLab Runner is the open source project that is used to run your jobs and send the results back to GitLab. It is used in conjunction with GitLab CI, the open-source continuous integration service included with GitLab that coordinates the jobs

Read more »

Gitlab Runner

Posted on 2019-04-12 | In CICD

启动gitlab-runner(提供自动创建、销毁runner的服务)

1
2
3
4
docker run -d --name gitlab-runner --restart always \
-v /srv/gitlab-runner/config:/etc/gitlab-runner \
-v /var/run/docker.sock:/var/run/docker.sock \
gitlab/gitlab-runner:latest
Read more »
1…161718…21
Lz. Zeng

Lz. Zeng

Continuous Self-Improvement

104 发布
18 分类
28 标签
© 2022 Lz. Zeng
NexT.Pisces
 |         Words: 97.2k
0%