Data on Kubernetes Day Europe 2024 talks are now available for streaming!

Watch Now!

Blog: Posts by melissa

Resilient Redis

Oct 11, 2022 by melissa

Redis is a widely used open-source in-memory data store and cache that has become a key component in the development of scalable microservice systems. While all of the main cloud…

DoK Day @ KubeCon NA 2022 Schedule is Here!

Oct 11, 2022 by melissa

DoK Day – happening next October 24th – is where the industry meets to forge relationships, share best practices, and use cases about running data on Kubernetes. We have a…

Build your own social media analytics with Apache Kafka

Sep 21, 2022 by melissa

Apache Kafka is more than just a messaging broker. It has a rich ecosystem of different components. There are connectors for importing and exporting data, different stream processing libraries, schema…

One Click to Run Apache Spark as a Service on Kubernetes

Sep 18, 2022 by melissa

It is still challenging to run Apache Spark on Kubernetes, especially on a large scale. People must address issues like resource isolation, queuing, and cost efficiency. In this talk, Bo…

Kanister & Kopia – An Open-Source Data Protection Match Made in Heaven

Sep 09, 2022 by melissa

During this talk, Pavan Navarathna demonstrates how two open-source tools, Kanister and Kopia, work together to optimize backup and recovery for Kubernetes applications.  Kanister allows domain experts to capture application-specific…

Kubernetes and Real-Time Analytic Applications

Aug 29, 2022 by melissa

Kubernetes is turning into a preferred platform for real-time analytic apps that crunches billions of events per day and returns insights in seconds. In this talk, Robert Hodges, the CEO…

Protecting data with CSI Volume Snapshots on Kubernetes

Aug 22, 2022 by melissa

The container storage interface (CSI) is a contract between different container orchestrators (Kubernetes, Nomad, etc.) and storage plugins. This contract is a set of gRPC services for provisioning, utilizing, and…

Automating Azure Files Restore in AKS

Aug 22, 2022 by melissa

If you are considering Azure Files as the persistent storage for your Azure Kubernetes Service (AKS) applications, there are important considerations for backup and recovery with implications on how you…

Operating FoundationDB on Kubernetes

Aug 16, 2022 by melissa

FoundationDB is a free and open-source multi-model distributed NoSQL database developed by Apple, with a shared-nothing architecture. In this talk, Apple Site Reliability Engineer Johannes M. Scheuermann shares how to…