I have a Django app needing to deploy to Azure AKS, so how can this project be leveraged to do that? Thank you
It is from cookiecutter-django where it has dock-compose local and production.yml, so in using this project then I will no longer use these files? But only the Dockerfile (local or production)?
https://github.com/cookiecutter/cookiecutter-django/blob/master/docs/developing-locally.rst
I believe the scaffolding of this project does not include deployment to any K8s so I am keen to know how to integrate this repo.
Or do I use this as the starting template?
I do not need the other components like celery, I however need:
Database (Djongo)
Elasticsearch
So not sure if this is the right fit, or I simply create my own helm create in my own existing project which already has these two in place?
I have a Django app needing to deploy to Azure AKS, so how can this project be leveraged to do that? Thank you
It is from cookiecutter-django where it has dock-compose local and production.yml, so in using this project then I will no longer use these files? But only the Dockerfile (local or production)?
https://github.com/cookiecutter/cookiecutter-django/blob/master/docs/developing-locally.rst
I believe the scaffolding of this project does not include deployment to any K8s so I am keen to know how to integrate this repo.
Or do I use this as the starting template?
I do not need the other components like celery, I however need:
Database (Djongo)
Elasticsearch
So not sure if this is the right fit, or I simply create my own helm create in my own existing project which already has these two in place?