When you really look at it, it is a database with some reflective API magic and pluggable triggers.| Medium
Tim Hockin, Kubernetes co-founder, Google principal engineer and former Borg/Omega team leader, explains the history and future of the Ingress API, why it's taken so long to get to v1, and how it might evolve in the future.| kubernetespodcast.com
This is part 5 of a series that explores building a control plane for Envoy Proxy. Follow along @christianposta and @soloio_inc for more!.| Software Blog
This is part 4 of a series that explores building a control plane for Envoy Proxy. Follow along @christianposta and @soloio_inc for the next part coming out in a week.| ceposta Technology Blog
This is part 3 of a series that explores building a control plane for Envoy Proxy.| ceposta Technology Blog
Envoy has become a popular networking component as of late. Matt Klein wrote a blog a couple years back talking about Envoy’s dynamic configuration API and how it has been part of the reason the adoption curve for Envoy has been up and to the right. He called the blog the “universal data plane API”. With so many other projects adopting Envoy as a central component to their offering, it would not be a stretch to say “Envoy has become the universal data plane in cloud-native architectur...| ceposta Technology Blog
Custom resources are extensions of the Kubernetes API. This page discusses when to add a custom resource to your Kubernetes cluster and when to use a standalone service. It describes the two methods for adding custom resources and how to choose between them. Custom resources A resource is an endpoint in the Kubernetes API that stores a collection of API objects of a certain kind; for example, the built-in pods resource contains a collection of Pod objects.| Kubernetes