会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
凯文队长
系统运维 k8s 微服务
博客园
首页
新随笔
联系
管理
订阅
07 2020 档案
kong如何记录(nginx代理后)真实ip
摘要:原理 http://www.pinhuba.com/other/101331.htm 操作 0、nginx记录请求头 server { listen 443 ssl; ... proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Re
阅读全文
posted @
2020-07-23 10:20
凯文队长
阅读(1126)
评论(0)
推荐(0)
k8s----节点亲和性和污点容忍
摘要:1、查看标签 kubectl get nodes --show-labels 2、打标签 kubectl label nodes node1.com kong=true kubectl label nodes node2.com kong=true kubectl label nodes node3
阅读全文
posted @
2020-07-23 10:14
凯文队长
阅读(1139)
评论(0)
推荐(0)
公告