Skip to content

explodes/explodio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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