Around the 1.29 release, I started hearing lots of questions about sidecars. What are they? What’s this thing about them in 1.29? Why is it a big deal? Let’s get everyone up to speed with a brief Intro to Sidecars! What’s in a “Pod”? The term “sidecar” likely originated as a handy phrase to describe a natural pattern arising from how Kubernetes manages containers. Kubernetes manages containers by abstracting them away using its own concept of “the pod.” A pod... Read More Re...