文章分类 - Kubernetes / Network
摘要:部署MetaILB + 启用Cilium Ingress Controller # root@ubuntu-k8s-master01:~# cilium uninstall 🔥 Deleting pods in cilium-test namespace... 🔥 Deleting cilium
阅读全文
摘要:配置Cilium & Hubble root@ubuntu-k8s-master01:~# cilium uninstall 🔥 Deleting pods in cilium-test namespace... 🔥 Deleting cilium-test namespace... root@
阅读全文
摘要:一、配置集群 #安装文档 #https://mp.weixin.qq.com/s/D-ps2qnVfaesgRGd5Zo4_A? OS: Ubuntu 22.04 amd64 Kubernetes:v1.28.2 Continerd.io 1.6.28 二、拉起集群-不安装kube-proxy 使用
阅读全文
摘要:IPIP # ipipMode: Always [root@ca-k8s-master01 ~]# calicoctl node status Calico process is running. IPv4 BGP status + + + + + + | PEER ADDRESS | PEER T
阅读全文
摘要:#https://www.tigera.io/project-calico/ Calico: Overlay: IPIP: 原生支持的隧道协议 VXLAN:后来添加支持的隧道协议 Underlay: 三层路由: 路由表的生成:通过BGP协议学习生成 要求底层网络支持BGP报文 依赖于:部署应用程序,
阅读全文
摘要:基于Ingress Nginx 的 Canary 规则 #解释1 Ingress Nginx Annotations文于的Canary规则 #nginx.ingress.kubernetes.io/canary-by-header: 基于该Annotation中指定Request Header进行流
阅读全文
摘要:一、部署MetaILB #参考之前文档 https://www.cnblogs.com/birkhoffxia/articles/17949510 二、部署Ingress Controller #https://github.com/kubernetes/ingress-nginx #K8S Ser
阅读全文
摘要:1.1 Ingress 和 Ingress Controller 深度解读 互动:为什么要使用 k8s 原生的 Ingress controller 做七层负载均衡? 1.1.1 Ingress 介绍 Ingress 官网定义:Ingress 可以把进入到集群内部的请求转发到集群中的一些服务上,从而
阅读全文
摘要:NetworkPolicy Ingress及Egress简介及案例 kubectl create ns linux kubectl create ns python kubectl label ns linux nsname=linux kubectl label ns python nsname=
阅读全文
摘要:网络通信-总结Overlay: 基于VXLAN、NVGRE等封装技术实现overlay叠加网络Macvlan: 基于Docker宿主机物理网卡的不同子接口实现多个虚拟van,一个子接口就是一个虚拟vlan,容器通过宿主机的路由功能和外网保持通信
阅读全文

浙公网安备 33010602011771号