k3d cluster create --config k3d-config.yaml
docker compose build
k3d image import ns-workerd-test-workerd:latest -c ns-workerd-test
k3d image import ns-workerd-test-prober:latest -c ns-workerd-test
kubectl create configmap workerd-config --from-file=./workerd/config.capnp --dry-run=client -o yaml | kubectl apply -f -
kubectl create configmap workerd-services --from-file=./workerd/services/
kubectl apply -f ./workerd/deployment.yaml
kubectl apply -f ./prober/deployment.yaml
8000~8010 までが使われれる
curl http://localhost:8000/metrics
で probe の状況を見れる
kubectl create configmap workerd-config --from-file=./workerd/config.capnp --dry-run=client -o yaml | kubectl apply -f -
kubectl rollout restart deployment/workerd
k3d cluster delete ns-workerd-test