Introduction to Kubernetes Extensibility
Let's browser through several extension points in Kubernetes: the data model, admission controllers, and client-side.

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

Per Minborg
6,879 viewsLearn how to devise a way of creating an object-creation-free, light-weighted mapper with rudimentary lookup capability.

Jeff Carpenter
3,881 viewsThe O’Reilly book, Cassandra: The Definitive Guide, features a quote from Ray Kurzweil, the noted inventor and futurist: “An invention has…

Brian Vermeer
10,358 viewsKnowing how to select, update, and remove Java dependencies from our application is essential for security.

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

Jeff Carpenter
2,872 viewsThis is the second in a series of posts examining patterns for using K8ssandra to create Cassandra clusters.

Mick Semb Wever
3,438 viewsAn introductory run-through of setting up your database on OpenShift, using your own hardware and RedHat's CodeReady Containers.

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

Nicolas Frankel
3,035 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,339 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.