MetalLB is used as LoadBalancer in Kubernetes cluster

TL;DR The knowledge of network is many and miscellaneous, and many of them are part of the system kernel. Originally, I didn't do network, and my knowledge of system kernel is also weak. But it is precisely these strange contents full of temptation, coupled with the current work is more related to the network, seize the opportunity to learn. ...

Posted by Benny Johnson on Fri, 04 Mar 2022 16:09:49 +0100

Enhancing Kubernetes network security with Cilium

TL;DR In this article, we use Kubernetes' native network strategy and Cilium's network strategy to realize the isolation of Pod network level. The difference is that the former only provides the network strategy based on L3/4; The latter supports L3/4 and L7 network policies. Improving network security through network strategy can greatly r ...

Posted by AQHost on Wed, 16 Feb 2022 11:50:17 +0100