heidsoft / cloud-bigdata-book

write book
56 stars 33 forks source link

k8s 网络问题 #83

Open heidsoft opened 5 years ago

heidsoft commented 5 years ago

网桥开启参数

net.bridge.bridge-nf-call-arptables = 0
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-filter-pppoe-tagged = 0
net.bridge.bridge-nf-filter-vlan-tagged = 0
net.bridge.bridge-nf-pass-vlan-input-dev = 0

参考资料

https://www.lijiaocn.com/%E9%A1%B9%E7%9B%AE/2017/04/11/calico-usage.html#%E7%BB%84%E7%BD%91%E5%8E%9F%E7%90%86 https://docs.projectcalico.org/v3.5/usage/configuration/ip-in-ip https://www.lijiaocn.com/%E9%A1%B9%E7%9B%AE/2017/04/11/calico-usage.html#%E7%BB%84%E7%BD%91%E5%8E%9F%E7%90%86 https://serverfault.com/questions/909736/kubernetes-relation-between-service-ips-and-pod-ips https://kubernetes.io/docs/concepts/cluster-administration/networking/#the-kubernetes-network-model

heidsoft commented 5 years ago

https://itnext.io/an-illustrated-guide-to-kubernetes-networking-part-1-d1ede3322727

heidsoft commented 5 years ago

https://cizixs.com/2017/03/30/kubernetes-introduction-service-and-kube-proxy/

heidsoft commented 5 years ago

http://kubernetesbyexample.com/services/

heidsoft commented 5 years ago

https://blog.openshift.com/kubernetes-services-by-example/ https://sookocheff.com/post/kubernetes/understanding-kubernetes-networking-model/

heidsoft commented 5 years ago

https://www.digitalocean.com/community/tutorials/como-inspecionar-a-rede-do-kubernetes-pt

heidsoft commented 5 years ago

https://www.altoros.com/blog/kubernetes-networking-writing-your-own-simple-cni-plug-in-with-bash/

heidsoft commented 5 years ago

https://medium.com/@tao_66792/how-does-the-kubernetes-networking-work-part-1-5e2da2696701

heidsoft commented 5 years ago

https://docs.projectcalico.org/v3.2/usage/configuration/ip-in-ip https://www.digitalocean.com/community/tutorials/how-to-inspect-kubernetes-networking