Schedule now LIVE for DoK Day at KubeCon Paris | March 19, 2024

Register Now!

Tag Archives: kubernetes

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…

Disaggregated Container Attached Storage – Yet Another Topology with What Purpose

Container native storage is designed for Kubernetes and managed by Kubernetes. Ideally, it’s based on disaggregated NVMe storage for scalability and performance.  DataCore Chief Scientist Nick Connelly, shares the basics…

1000 node Cassandra cluster on Amazon’s EKS

Apache Cassandra is a distributed database that does a great job with geo-distributed workloads. K8ssandra, on the other hand, makes it possible to run it on Kubernetes, equipped with backups…

Bringing Apache Cassandra closer to Kubernetes

Aside from geo-distributed workloads, Apache Cassandra also works great as a stand-alone service. However, since Cassandra was built before Kubernetes existed, there’s a mismatch in how they do things.  In…

Leaning on Kubernetes Portability to Manage Databases Anywhere

Kubernetes has the potential to change the game by enabling users to run complex databases anywhere they want. Its portability coupled with a SaaS user experience makes it a powerful…

DoK isn’t just Database on Kubernetes

There are crucial parts one should consider in their infrastructure when going all-in on Kubernetes, as well as existing procedures that could deliver success once you go beyond deploying databases…

Databases Operations and the Cloud

Database is one of the first-class citizens to run data on Kubernetes, and there are multi-faceted operations to run it. It further requires a data layer to improve availability, scale,…

Getting Started with the Kubernetes Secrets Store CSI Driver

In Kubernetes, you might encounter difficulties keeping application API keys, access tokens, and passwords safe. There are several approaches to solve this problem. In this DoKC session, DigitalOcean‘s developer advocate,…

ETL/ELT on Kubernetes with Airbyte: K8s development insights

There are a lot of different approaches working for a spot in an attempt to solve ETL/ELT on Kubernetes. Considering that the cloud-native landscape is built for deploying Dockerized, open-source…