Files
dexorder/doc/new-cluster.md
2024-12-07 19:49:26 -04:00

1.1 KiB

  1. Create k8s cluster
  2. Install ingress-nginx
  3. Install cert-manager
  4. cd deploy/k8s
  5. kubectl apply -f init-cluster.yaml -f postgres.yaml -f redis.yaml -f ingress.yaml
  6. Create the database by port-forwarding via k8s and running alembic upgrade head
  7. Run create_roles.sql and create users and passwords
  8. Point the DNS to the IP of the ingress load balancer named ingress-nginx-controller
  9. Create regional Artifact Registry
    1. gcloud auth configure-docker <region>-docker.pkg.dev