上一页 1 ··· 70 71 72 73 74

2022年1月21日

k8s https证书认证

摘要: 证书握手时会验证客户端访问域名或者ip是否满足SAN。具体来说,grpc是tlsConfig中的server_name,https是TlsClientConfig中的ServerName。 curl --connect-to 'www.baidu.com:443:180.101.49.44:443' 阅读全文

posted @ 2022-01-21 18:48 王景迁 阅读(1902) 评论(0) 推荐(0)

2022年1月18日

不用CNI插件,打通容器网络

摘要: 传统模式下单节点容器网络 在不同ns中创建网卡并对接公共网桥 1 # centos8 安装brctl命令 2 rpm -ivh http://mirror.centos.org/centos/7/os/x86_64/Packages/bridge-utils-1.5-9.el7.x86_64.rpm 阅读全文

posted @ 2022-01-18 22:52 王景迁 阅读(241) 评论(0) 推荐(0)

2022年1月12日

安装与重装k8s 1.15.0

摘要: CentOS 7.6系统配置 node1节点操作脚本,node2节点修改主机名名字,其他相同所有节点执行以下脚本 # 修改主机名 echo "node1" > /etc/hostname hostnamectl set-hostname node1 # 安装nslookup和ifconfig # n 阅读全文

posted @ 2022-01-12 21:03 王景迁 阅读(622) 评论(0) 推荐(0)

上一页 1 ··· 70 71 72 73 74

导航