initial commit

This commit is contained in:
Scott Hatlen
2025-11-05 09:06:54 -08:00
commit e3941089e1
27 changed files with 31423 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
## Deploy
// make sure podman is running
./scripts/build-images.sh
minikube start --driver=podman --container-runtime=containerd
minikube start --driver=podman --container-runtime=cri-o
minikube image load backend.tar
minikube image load frontend.tar
kubectl apply -f k8s.yaml
## Destroy
minikube stop
minikube delete --all