New Blog: Easy Local Neo4j Cluster Setup Using k3d and K3s on Mac in 10 Minutes

This article will look at an easy way to set up a Neo4j cluster on your local Mac using k3d and K3s. k3d is a lightweight wrapper for running K3s (Rancher Lab’s minimal Kubernetes distribution) in Docker. The only major prerequisite we need is Docker Desktop or Podman . And, of course, Homebrew , if you want to install stuff easily. If you choose to use Podman, a few steps must be executed. For working with the Kubernetes cluster, you will need kubectl and Helm. If you have Homebrew installed...

Read it: Easy Local Neo4j Cluster Setup Using k3d and K3s on Mac in 10 Minutes