Last active
February 6, 2023 18:37
-
-
Save sau-lanvy/b92208cdee926cc7b5f92fdbdcb9c65e to your computer and use it in GitHub Desktop.
Revisions
-
sau-lanvy revised this gist
Oct 23, 2018 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,9 +24,9 @@ In this guide, we will dive into the iptables architecture with the aim of makin ### Introducing IPVS This document intends to show users: * What is IPVS - Difference between IPVS and IPTABLES + How to run kube-proxy in ipvs mode and info on debugging [link](https://github.com/kubernetes/kubernetes/tree/master/pkg/proxy/ipvs) ### IPVS-Based In-Cluster Load Balancing Deep Dive -
sau-lanvy revised this gist
Oct 23, 2018 . 1 changed file with 34 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,35 @@ Here are some tools and techniques will help us debugging connectivity issues, investigating network througout problems and how to fix. ### Using nc Arbitrary TCP and UDP connections and listens at [here](https://linux.die.net/man/1/nc) ### Kubernetes 101 – Networking This post is to walk you through deploying a couple of Kubernetes constructs and analyze what Kubernetes is doing at the network layer to make it happen. [Link](http://www.dasblinkenlichten.com/kubernetes-101-networking/) ### Kubernetes Network Debugging on CoreOS This document explains some of the best places to start troubleshooting when network issues arise [link](https://github.com/joshix/docs/blob/0f1e568c5af969fcd04c30b584642044acba8aa4/kubernetes/network-troubleshooting.md) ### How To Inspect Kubernetes Networking In this article, we will briefly cover some tools and techniques for inspecting this networking setup.[link](https://www.digitalocean.com/community/tutorials/how-to-inspect-kubernetes-networking) ### An illustrated guide to Kubernetes Networking Everything I learned about the Kubernetes Networking [link](https://medium.com/@ApsOps/an-illustrated-guide-to-kubernetes-networking-part-1-d1ede3322727) ### Kubernetes Networking Under the Hood In this article we will discuss how Kubernetes satisfies these networking requirements within a cluster: how data moves inside a pod, between pods, and between nodes. [link](https://www.digitalocean.com/community/tutorials/kubernetes-networking-under-the-hood) ### A Deep Dive into Iptables and Netfilter Architecture In this guide, we will dive into the iptables architecture with the aim of making it more comprehensible for users who need to build their own firewall policies. [link](https://www.digitalocean.com/community/tutorials/a-deep-dive-into-iptables-and-netfilter-architecture) ### Introducing IPVS This document intends to show users: What is IPVS Difference between IPVS and IPTABLES How to run kube-proxy in ipvs mode and info on debugging [link](https://github.com/kubernetes/kubernetes/tree/master/pkg/proxy/ipvs) ### IPVS-Based In-Cluster Load Balancing Deep Dive [In this blog, we will take you through a deep dive of IPVS](https://kubernetes.io/blog/2018/07/09/ipvs-based-in-cluster-load-balancing-deep-dive/) -
sau-lanvy created this gist
Oct 15, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ Here are some tools and techniques will help us debugging connectivity issues, investigating network througout problems and how to fix.