pi-cluster icon indicating copy to clipboard operation
pi-cluster copied to clipboard

Pi cluster development environment with docker

Open ricsanfre opened this issue 7 months ago • 0 comments

Scope

Implement a kubernetes development environment for picluster. Development environment meant to run on a laptop/VM running a linux server, Ubuntu 22.04. Tools like kind or k3d can be used for running local Kubernetes clusters using Docker container “nodes”. For the development environment k3d will be used instead of kind. k3d is a lightweight wrapper to run k3s in docker. That way the software running in dev environment will be similar to the one running in production environment.

Tools to be used

  • docker
  • k3d

ricsanfre avatar Jul 11 '24 16:07 ricsanfre