Deploy the full OpenCloud stack in docker, kube or native
Go to file
2024-07-10 17:05:05 +02:00
docker initial draft 2024-07-10 17:05:05 +02:00
kube/occhart initial draft 2024-07-10 17:05:05 +02:00
LICENSE Initial commit 2023-11-02 15:51:57 +01:00
README.md initial draft 2024-07-10 17:05:05 +02:00

Deploy cluster

For dev in Docker

Install brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install Talos

brew install siderolabs/tap/talosctl
talosctl cluster create

Install helm

curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh

Create OpenCloud Chart

helm create occhart