From legacy approach to server-side apply
Tuesday, February 25, 2025 in Posts
From version 5 of Java Operator SDK server side apply is a first-class feature and is used by default to update resources. As we will see, unfortunately (or fortunately), using it requires changes for your reconciler implementation. For this reason, …
Using k8s' ETCD as your application DB
Thursday, January 16, 2025 in Posts
FAQ: Is Kubernetes’ ETCD the Right Database for My Application? Answer While the idea of moving your application data to Custom Resources (CRs) aligns with the “Cloud Native” philosophy, it often introduces more challenges than benefits. …
Version 5 Released!
Monday, January 06, 2025 in Releases
We are excited to announce that Java Operator SDK v5 has been released. This significant effort contains various features and enhancements accumulated since the last major release and required changes in our APIs. Within this post, we will go through …