/explodio

Go, k8s, mono repo

Primary LanguageGo

explodio

Dev setup:

  • Install kubectl kustomize
  • Install minikube or Docker Desktop.
  • Starting minikube:
    • minikube start --cpus 4 --memory 4096
  • Preparing postgres:
    • cd postgres
    • ./kube_install.sh