garage/script/k8s
2025-05-23 16:33:07 +02:00
..
crd Add Kubernetes CRD and the related kustomization 2025-05-22 17:11:14 +00:00
admin.yaml Add files to quickly test k8s 2022-04-07 16:12:35 +02:00
config.yaml scripts: replication_mode -> replication_factor+consistency_mode 2025-05-04 16:43:56 +02:00
daemon.yaml Add files to quickly test k8s 2022-04-07 16:12:35 +02:00
README.md Add files to quickly test k8s 2022-04-07 16:12:35 +02:00

Spawn a cluster with minikube

minikube start
minikube kubectl -- apply -f config.yaml
minikube kubectl -- apply -f daemon.yaml
minikube dashboard

minikube kubectl -- exec -it garage-0 --container garage -- /garage status
# etc.