Skip to content

matisilva/kube-django-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis

Deploy with Kubectl

	kubectl create -f .\redis\redis.yaml

Postgres

Build image for postgres

	cd apps/postgres
	docker build . -t postgres:safe

Deploy with Kubectl

	kubectl create -f .\postgres\postgres.yaml

App

Build image for app

	cd apps/brounder
	docker build . -t brounder

Deploy with Kubectl

	kubectl create -f .\brounder\brounder.yaml

Troubleshooting:

In case of needed migrations

	 kubectl exec -it <POD_ID> python manage.py migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors