会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
风叶001
博客园
首页
新随笔
联系
订阅
管理
2022年3月
nacos nginx grpc部署
摘要: 服务端部署 部署IP:10.211.55.11 (举例) nacos启动 sh startup.sh -m standalone 如集群模式参考官方文档: https://nacos.io/zh-cn/docs/cluster-mode-quick-start.html 启动后会开启: http端口
阅读全文
posted @ 2022-03-11 08:44 风中之叶0
阅读(1209)
评论(0)
推荐(0)
2022年2月
Ingress Nginx Controller源码分析03-nginx配置如何更新
摘要: 更新方法syncIngress 经过前面分析,当ingress发生变更时,会回调到syncIngress方法 // syncIngress collects all the pieces required to assemble the NGINX // configuration file and
阅读全文
posted @ 2022-02-24 09:16 风中之叶0
阅读(478)
评论(0)
推荐(0)
Ingress Nginx Controller源码分析02-Nginx如何启动
摘要: cmd/nginx/main.go main函数中调用ngx.Start()方法启动 ngx := controller.NewNGINXController(conf, mc) mux := http.NewServeMux() registerHealthz(nginx.HealthPath,
阅读全文
posted @ 2022-02-21 10:33 风中之叶0
阅读(216)
评论(0)
推荐(0)
Ingress nginx Controller源码分析01-主体结构
摘要: 主要结构图 主要逻辑 构建NginxController Store对Informer进行封装,用来监听ingress, ingressClass, Endpoint, Service, Secret, ConfigMap, Namespace等的变化,当发生变化时,写入到 updateCh Ngi
阅读全文
posted @ 2022-02-20 22:18 风中之叶0
阅读(500)
评论(0)
推荐(0)
k8s集群部署多Ingress Controller,deploy ingress时admission webhook报错
摘要: k8s集群部署多Ingress Controller,deploy ingress时admission webhook报错 error when creating "demo-nginx-ingress.yaml": admission webhook "validate.nginx.ingress
阅读全文
posted @ 2022-02-15 21:40 风中之叶0
阅读(2388)
评论(0)
推荐(1)
公告