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

Watch Now!

Category Archives: Uncategorized

Benchmarking for PostgreSQL workloads in Kubernetes (Part 2)

Written on May 10, 2022 at 7:44 AM, by

A few months have passed since the last DoK webinar on benchmarking PostgreSQL workloads in a Kubernetes environment. While many things have happened at EDB, the team continues to elevate…

Benchmarking for PostgreSQL workloads in Kubernetes

Written on April 28, 2022 at 7:14 AM, by

Notions such as “databases like PostgreSQL cannot run on Kubernetes” are something that echoes in this industry all the time. However, Gabriele Bartolini, the Vice President of Cloud Native for…

Scheduled Scaling with Dask and Argo workflows

Written on February 15, 2022 at 7:18 AM, by

Complex computational workloads in Python are a common sight these days, especially in the context of processing large and complex datasets. Battle-hardened modules such as Numpy, Pandas, and Scikit-Learn can…

Persistent Disk or StatefulSet?

Written on February 8, 2022 at 6:28 AM, by

There is confusion amongst Kubernetes users as to when one should make a Deployment with a PVC and when they should use a StatefulSet with a PVC. There is also…

Data on Kubernetes Students Day

Written on September 28, 2021 at 11:42 PM, by

It’s always fun to make history, so we’re bringing you the first ever DoK Students Day! We’ve got nearly 30 talks lined up, and the best one will get a…

Deployments vs StatefulSets vs Daemonsets

Written on September 17, 2021 at 10:59 PM, by

 Kubernetes provides different resources for deploying applications, we will be looking at them and the differences between them and how can we persist data using each of them. Kubernetes provides…

Intro to Persistence in Kubernetes

Written on September 9, 2021 at 6:30 PM, by

So you want want to run stateful containers? Check out a brief intro to persistence in Kubernetes. Kubernetes and persistent storage go together like oil and water. Kubernetes is inherently…

Why you should be deploying Postgres primarily on Kubernetes

Written on September 2, 2021 at 4:19 PM, by

Running a Postgres installation, with or without containers, is trivial. However, setting up a production environment is a whole different matter. Postgres is not by itself a production-ready software: it…

Explanation of NVMe for Everyone

Written on May 19, 2021 at 7:00 PM, by

I was talking to a friend recently about his computer build and one thing struck me. He had bought an NVMe drive not because he knew what it was or…