<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>K8s 网络 on 爱折腾的工程师</title>
    <link>https://www.iceyao.com.cn/tags/k8s-%E7%BD%91%E7%BB%9C/</link>
    <description>Recent content in K8s 网络 on 爱折腾的工程师</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 15 Dec 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.iceyao.com.cn/tags/k8s-%E7%BD%91%E7%BB%9C/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>calico源码阅读笔记</title>
      <link>https://www.iceyao.com.cn/post/2020-12-15-calico_readnote/</link>
      <pubDate>Tue, 15 Dec 2020 00:00:00 +0000</pubDate>
      <guid>https://www.iceyao.com.cn/post/2020-12-15-calico_readnote/</guid>
      <description>1 calico简介 Calico是针对容器，虚拟机和裸机工作负载的开源网络和网络安全解决方案. Calico使用标准的Linux网络工具为Clo</description>
    </item>
    <item>
      <title>k8s ipv4/ipv6双栈实践</title>
      <link>https://www.iceyao.com.cn/post/2020-11-28-k8s_dual_stack/</link>
      <pubDate>Sat, 28 Nov 2020 00:00:00 +0000</pubDate>
      <guid>https://www.iceyao.com.cn/post/2020-11-28-k8s_dual_stack/</guid>
      <description>1 k8s双栈 k8s从1.16版本支持ipv4/ipv6双协议栈，集群将支持同时分配IPv4和IPv6地址 2 ipv6 2.1 简介 IPv6具有比IPv4大得</description>
    </item>
    <item>
      <title>K8s拓扑感知服务路由特性阅读笔记</title>
      <link>https://www.iceyao.com.cn/post/2020-09-16-k8s_topology_aware_route_readnote/</link>
      <pubDate>Wed, 16 Sep 2020 00:00:00 +0000</pubDate>
      <guid>https://www.iceyao.com.cn/post/2020-09-16-k8s_topology_aware_route_readnote/</guid>
      <description>开启拓扑感知服务路由特性需同时启动ServiceTopology=true和EndpointSliceProxying=true的Featu</description>
    </item>
    <item>
      <title>TKEStack Galaxy NetworkPolicy Controller实现</title>
      <link>https://www.iceyao.com.cn/post/2020-09-15-k8s_network_3/</link>
      <pubDate>Tue, 15 Sep 2020 00:00:00 +0000</pubDate>
      <guid>https://www.iceyao.com.cn/post/2020-09-15-k8s_network_3/</guid>
      <description>NetworkPolicy简介 如果要在IP地址或端口级别（OSI第3层或第4层）控制流量，则可以考虑对集群中的特定应用程序使用Kuberne</description>
    </item>
    <item>
      <title>flannel源码阅读笔记</title>
      <link>https://www.iceyao.com.cn/post/2020-08-12-k8s-network-develop-flannel_readnote/</link>
      <pubDate>Wed, 12 Aug 2020 00:00:00 +0000</pubDate>
      <guid>https://www.iceyao.com.cn/post/2020-08-12-k8s-network-develop-flannel_readnote/</guid>
      <description>环境 flannel版本: v0.12.0 外部网卡获取 外部网卡结构体 type ExternalInterface struct { // 网卡属性 Iface *net.Interface // 对应网卡的内部IP IfaceAddr net.IP // 对应网卡的外部IP(类似浮动IP) ExtAddr net.IP }</description>
    </item>
    <item>
      <title>TKEStack galaxy源码阅读笔记</title>
      <link>https://www.iceyao.com.cn/post/2020-07-03-galaxy_source_code_readnote/</link>
      <pubDate>Fri, 03 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://www.iceyao.com.cn/post/2020-07-03-galaxy_source_code_readnote/</guid>
      <description>简介 Galaxy是一个Kubernetes网络项目，旨在为Pod提供overlay和高性能底层网络。并且它还实现了浮动IP（或弹性IP）， 即</description>
    </item>
    <item>
      <title>k8s、OpenStack网络打通(二)</title>
      <link>https://www.iceyao.com.cn/post/2020-05-12-k8s_network_with_openstack_2/</link>
      <pubDate>Tue, 12 May 2020 00:00:00 +0000</pubDate>
      <guid>https://www.iceyao.com.cn/post/2020-05-12-k8s_network_with_openstack_2/</guid>
      <description>继上篇k8s、OpenStack网络打通(一), 已经实现了一个neutron-ipam, 接下来就是具体cni插件实现容器添加/卸载网卡的功能</description>
    </item>
    <item>
      <title>k8s、OpenStack网络打通(一)</title>
      <link>https://www.iceyao.com.cn/post/2020-05-06-k8s_network_with_openstack_1/</link>
      <pubDate>Wed, 06 May 2020 00:00:00 +0000</pubDate>
      <guid>https://www.iceyao.com.cn/post/2020-05-06-k8s_network_with_openstack_1/</guid>
      <description>左手一个OpenStack，右手一个K8s 背景 有OpenStack, 又有Kubernetes; 网络想做统一管理. k8s集群运行在OpenSt</description>
    </item>
    <item>
      <title>k8s远程调试(开山篇)</title>
      <link>https://www.iceyao.com.cn/post/2020-04-27-k8s-network-develop_remote_debug/</link>
      <pubDate>Mon, 27 Apr 2020 00:00:00 +0000</pubDate>
      <guid>https://www.iceyao.com.cn/post/2020-04-27-k8s-network-develop_remote_debug/</guid>
      <description>本文讲述k8s各个系统组件如何进行远程调试, 适用于所有mac、windows以及不方便在本地进行调试的技术宅; 像k8s代码量如此庞大的系统,</description>
    </item>
    <item>
      <title>kube-proxy源码阅读笔记</title>
      <link>https://www.iceyao.com.cn/post/2020-02-19-kube-proxy_readnote/</link>
      <pubDate>Wed, 19 Feb 2020 00:00:00 +0000</pubDate>
      <guid>https://www.iceyao.com.cn/post/2020-02-19-kube-proxy_readnote/</guid>
      <description>环境 Kubernetes v1.14.6 Etcd 3.3.12 Docker 18.09.9 K8s service service是一堆相同label pod集合的抽象，通过selector标签来匹配pod; 服务间访问也通过service</description>
    </item>
  </channel>
</rss>
