Free and open source, Project Calico is designed to simplify, scale, and secure container and Kubernetes networks. Invented and maintained by Tigera.| Tigera
Hey, I’ve been working on an tc + ebpf-based load-balancer that I’ll soon talk about here in this blog, and one of the things I wanted to do was test such load-balancing feature. In my line of thought, I wondered: if I’m going to redirect the traffic by changing the destination address of the packets, that means that I’ll need somehow to have a different internet set up in the machine where I could put processes listening on those addresses. Having worked with Docker and implemented a...| ops.tips
Discover the 3 types of container runtime, and understand how container runtimes are the silent engine under the hood of container orchestrators like Kubernetes| Aqua
man7.org > Linux > man-pages| man7.org
Expose an application running in your cluster behind a single outward-facing endpoint, even when the workload is split across multiple backends.| Kubernetes