Skip to content

Instantly share code, notes, and snippets.

@arjunrao87
Created October 22, 2018 02:04
Show Gist options
  • Save arjunrao87/87904466f7595c9c59c2981a7b46a673 to your computer and use it in GitHub Desktop.
Save arjunrao87/87904466f7595c9c59c2981a7b46a673 to your computer and use it in GitHub Desktop.
athena2-s3-postgres-data-lake
minikube addons enable ingress
kubectl create ns <ns-name> 
export TILLER_NAMESPACE=<ns-name>
helm init  --tiller-namespace default
helm repo update
helm install stable/nginx-ingress --namespace kube-system
helm install stable/minio 
helm install --name "timescaledb" -f values.yaml stable/postgresql  
kubectl apply -f ingress.yaml 
pgadmin or pgweb ( localhost:8081 ) { username: postgres, password: password }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment