Blog: Posts by melissa
Beyond Adoption: The Age of Operational Excellence
The 2025 Data on Kubernetes (DoK) Report Is Here Five years ago, the idea of running data workloads on Kubernetes still raised eyebrows. Today, it’s the norm — and the…
Why we decided to migrate our Jaeger storage to ClickHouse
In this talk, OpsVerse co-founder Arul Jegadish explains why they decided to switch from using Jaeger storage backend to ClickHouse, and why they choose to run it on Kubernetes. He…
Building a Digital Factory for the Sheet Metal Industry
CamData 3D, one of the newest projects of Kurago in partnership with Bystronic, provides a multi-tenant cloud service aiming to improve the digitization of the sheet metal industry. In this…
Graph in Kubernetes Panel
Graph databases are the fastest-growing data store in the world. According to Gartner, the application of graph processing and graph DBMSs will grow at 100 percent annually through 2022 to…
How to build a cloud-native event-driven app and deploy to Kubernetes
In the following tutorial, we will explore and learn the foundations of building an event-driven app based on a cloud-native approach. We will develop several cloud-native microservices, deploy them over…
From Laptop to Cloud: Developing Cloud-Native Applications with Containerized Databases
With the advent of microservices in Kubernetes, individual developer teams now manage their own data, middleware, and databases. Automated tests and CI/CD pipelines must be revisited to include these new…
Kubernetes Operator Lifecycle Management
In this Talk, Anynines CEO Julian Fisher shares about the challenges of managing Kubernetes operator’s lifecycle. Julian and his team benchmarked multiple tools that could help with that. The talk…
Protection against accidental deletion of PVs or Namespaces
Accidental PVC delete or namespace delete can cause the Persistent Volume to get deleted. Such volumes lose their data, and the stateful applications lose their state. By using Persistent Volume…
Leveraging Running Stateful Workloads on Kubernetes for the Benefit of Developers
Kubernetes comes with a lot of useful features like Volumes and StatefulSets, which make running stateful workloads simple. Interestingly, when combined with the right tools, these features can make Kubernetes…