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

Watch Now!

Tag Archives: kubernetes

DoKC 2021 year in review

As 2021 is coming to an end, we wanted to take a step back to appreciate what the Data on Kubernetes Community achieved. Spoiler alert: a lot! The DoKC organized…

Data on Kubernetes Students Day

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

 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

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

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…