The concept of containers has helped to bring Java developers closer than ever to the cloud-native idiom of ‘write once, run anywhere.’ Effectively and efficiently containerizing your Java application can be much more of a challenge than you might originally …
-
How to Run Neo4j on Kubernetes
For an upcoming event, I was asked to give a demo of how to run Neo4j on Kubernetes. I had very little experience with Kubernetes, so I decided to document my journey for later reference.
-
Why is Kubernetes Debugging so Problematic?
Discover effective k8s debugging strategies, from kubectl debug and ephemeral containers to debuggers. Troubleshoot production/dev issues.
-
Debugging Kubernetes Part 1: An Introduction
In this first part of our k8s debugging series we take an in-depth view of the underlying technologies from containers to orchestration.
-
Reclaiming Persistent Volumes in Kubernetes
Learn how to manually reassign a PersistentVolume from one StatefulSet to another. Also learn about the STS, PV, and PVC API resources in greater detail.
-
How the world caught up with Apache Cassandra
The O’Reilly book, Cassandra: The Definitive Guide, features a quote from Ray Kurzweil, the noted inventor and futurist: “An invention has to make sense in the world in which it is finished, not the world in which it is started.” This quote …
-
A Quick Glance at the Kubernetes Gateway API
The idea behind the Gateway API is to have a clean separation between standard objects and the proprietary implementation.
-
Multi-cluster Cassandra deployment with Google Kubernetes Engine (Pt. 2)
This is the second in a series of posts examining patterns for using K8ssandra to create Cassandra clusters with different deployment topologies.
-
Running your Database on OpenShift and CodeReady Containers
An introductory run-through of setting up your database on OpenShift, using your own hardware and RedHat’s CodeReady Containers.
-
Deploy a Multi-Datacenter Apache Cassandra Cluster in Kubernetes (Pt. 1)
Today let’s examine different Kubernetes deployment patterns and show how to implement them using K8ssandra.
-
Kubernetes and the Data Centre: Is Full Scale Migration Possible?
Using Kubernetes as a standard layer will help everyone to control how and where applications run and data gets created.