Skip to content

CardinPatson/k8s-backend-tools

Repository files navigation

Collection of Dev Database to run immediatly on local K8s

NB: DO NOT USE THIS CONFIGURATION IN PRODUCTION

Before installing a chart you need a valid cluster and helm installed on your computer

Postgres

.\dev-pg-data\run.ps1   # On windows
./dev-pg-data/run.sh    # On linux
  • Host: Localhost
  • Port : 5432
  • Database name : dev-pg-database
  • User name : dev-pg-user
  • Password : dev-pg-password@12345#

To uninstall the release : helm uninstall dev-pg-data

SQL Server

.\dev-sql-data\run.ps1   # On windows
./dev-sql-data/run.sh    # On linux
  • Server : localhost
  • Port : 1433
  • User name : sa
  • Password : pwd@12345#

To uninstall the release : helm uninstall dev-sql-data

Mongo DB

.\dev-mongo-data\run.ps1   # On windows
./dev-mongo-data/run.sh    # On linux
  • Server : localhost
  • Port : 1433
  • User name : dev-mongo-user
  • Password : dev-mongo-password@12345#

To uninstall and clean the release :

helm uninstall community-operator
helm uninstall dev-mongo-data-operator
kubectl delete crd mongodbcommunity.mongodbcommunity.mongodb.com
kubectl delete -f ./dev-mongo-data/dev-mongo-data.yaml

Redis

.\dev-redis-data\run.ps1   # On windows
./dev-redis-data/run.sh    # On linux
  • Host: Localhost
  • Port : 6379
  • User name :
  • Password : dev-redis-password@12345#

To uninstall the release : helm uninstall dev-redis-data

Rabbitmq

.\dev-rabbitmq-data\run.ps1   # On windows
./dev-rabbitmq-data/run.sh    # On linux
  • Host: Localhost
  • Port : 15672
  • User name : guest
  • Password : guest

To uninstall the release : helm uninstall dev-rabbitmq-data

Traefik

.\dev-traefik-data\run.ps1   # On windows
./dev-traefik-data/run.sh    # On linux

NB : The dashboard is accessible on http://localhost:9000/dashboard

You need to make redirection on ports 9000

kubectl port-forward svc/traefik -n traefik 9000:9000

To uninstall the release : helm uninstall dev-traefik-data

About

Collection of microservice backend dev tools and DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors