A second hand books store
- Docker
- Kubernetes
- NGINX Ingress Controller
- Skaffold (optional if you want to build all images push them and apply kubernetes config files manually)
- Update docker image name from
beretedocker/shbooks/xxx
to[your-docker-id]/shbooks/xxx
. - Map the
shbooks.com
domain tolocalhost
in your host file or update theinfra/k8s/ingress.yaml
to your preferences. - Run
skaffold dev
in the projects root directory