与container同级别
与container同级别2

CoreDNS 配置示例

corefile 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 .:53 { hosts { 172.18.171.110 host1 172.18.203.237 host2 172.18.203.240 test.testdomain.cn cache 60 reload 1m # 一定要加下面语句 fallthrough } errors health kubernetes cluster.local in-addr.arpa ip6.arpa { pods insecure upstream fallthrough in-addr.arpa ip6.arpa

Istio快速实践一览

Istio GatewayIngress 步骤: 创建Gateway 创建VirtualService 样例文件 gateway.yaml 1 2 3 4 5 6 7 8 9 10 11 12 13 14 apiVersion:networking.istio.io/v1alpha3kind:Gatewaymetadata:name:www-test-iospec:selector:istio:ingressgateway# use Istio default gateway implementationservers:- port:number:80name:httpprotocol:HTTPhosts:- "www.test.io" virtualserver.yaml 1 2 3 4 5 6 7 8 9 10 11 12

GitLab CI/CD实践

简述 GitLab现已集成CI/CD功能。默认每个项目,都会自动启用CI/CD功能。但要使用,还需要配合Gitlab-Runner才可正常运行

Graylog收集Nginx访问日志

Nginx端配置 因为NGINX的access_log语法是支持发送至远端的syslog的,我们就是利用这一特性来实现。既然可以收集至Gray

Graylog增加节点

如果要完全实现高可用,那么Graylog三个组件都需要做到。官方并没有给出具体实施细节,但是官方给出了指导方案 MongoDB 需要做成复制集,并且使用Gr