Apache APISIX Loves Rust! (And Me Too)
Context and more surrounding the Rust integration in Apache APISIX, a good story because it highlights the power of Open Source.

Technologist focusing on cloud-native technologies, DevOps, CI/CD pipelines, and system observability. His focus revolves around creating technical content, delivering talks, and engaging with developer communities to promote the adoption of modern software practices. With a strong background in software, he has worked extensively with the JVM, applying his expertise across various industries. In addition to his technical work, he is the author of several books and regularly shares insights through his blog and open-source contributions.
39 views

Nicolas Frankel
4,358 viewsContext and more surrounding the Rust integration in Apache APISIX, a good story because it highlights the power of Open Source.

Nicolas Frankel
3,078 viewsLet's browser through several extension points in Kubernetes: the data model, admission controllers, and client-side.

Nicolas Frankel
4,236 viewsThe idea behind the Gateway API is to have a clean separation between standard objects and the proprietary implementation.

Nicolas Frankel
2,584 viewsInstead of arguing about cosmetics, e.g., annotations vs. "functional", we need to spend time on intrinsics more: actors, asynchronous, etc.

Nicolas Frankel
2,310 viewsFind out about Checkov, which scans cloud infrastructure configurations to find misconfigurations before they're deployed.

Nicolas Frankel
3,051 viewsLet's focus on tracing by following a request across an API gateway, two apps based on different tech stacks, and their respective …

Nicolas Frankel
3,362 viewsWhen Kubernetes is set up, you'll want to expose some pods outside the cluster. Here I describe different ways Kubernetes provides to do it.

Nicolas Frankel
4,360 viewsLet's use a very simple e-commerce use-case to demo how to implement the Backend-for-Frontend with and without the help of Apache APISIX.

Nicolas Frankel
3,542 viewsMost modern infrastructures are dynamic. Servers are cattle, not pets. Learn how to implement a dynamic node registry based on a YAML file.

Nicolas Frankel
4,508 viewsThe idea behind Backend For Front-end is to move logic from each microservice to a dedicated deployable endpoint.