Skip to content

Commit

Permalink
docs: update README #77
Browse files Browse the repository at this point in the history
  • Loading branch information
nvernooy committed Aug 21, 2023
1 parent 7cd8425 commit b6f1030
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions {{cookiecutter.project_slug}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,15 @@ To create a superuser use the following commands:
If React frontend was selected during the project creation
(using our [cookiecutter](https://github.com/sixfeetup/cookiecutter-sixiedjango)), you
can access it at [http://localhost:3000/](http://localhost:3000/).

## Infrastructure provisioning

Terraform can be used to provision AWS resources for your project deployment.
terraform/ec2-cluster will create an EC2 instance running a kubernetes cluster for your project.
Check `terraform/ec2-cluster/README.md` for more information and steps for provisioning resources.

## Project deployment

ArgoCD and kubernetes can be used to automate the deployment of your project to your infrastructure.
ArgoCD will watch for changes in your repository and apply the kubernetes manifests.
Check `k8s/argocd/README.md`` for more information.

0 comments on commit b6f1030

Please # to comment.