ELK in K8s

示例配置

阅读更多
K8s部署prometheus

示例配置

阅读更多
RKE安装K8s HA集群过程记录

准备工作

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
阅读更多
Gitlab CI/CD Practice —— Gitlab Runner in Docker/K8s

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

阅读更多
Gitlab Runner

启动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
阅读更多
通过Rancher初步创建K8s集群过程记录

集群架构参考图:

1551952435046

阅读更多
通过Zabbix的自动发现(规则)自动创建监控项

下图是一个已配置并启用的自动发现规则:

1552289524930

阅读更多