issues
search
cookiecutter-openedx
/
cookiecutter-openedx-devops
Open edX Tutor on Kubernetes implemented with Terraform
GNU Affero General Public License v3.0
42
stars
17
forks
source link
Mcdaniel 202301 remotes
#42
Closed
lpm0073
closed
1 year ago
lpm0073
commented
1 year ago
Type of Change
[ * ] New feature
[ ] Bug fix
[ ] Documentation
[ ] Refactor
[ ] Chore
Describe Changes
Adds the following feature toggles:
stack_add_remote_mysql: Y to create and auto-configure AWS RDS for MySQL, N to use tutor's k8s pod
stack_add_remote_mongodb: Y to create and auto-configure AWS EC2 remote MongoDB, N to use tutor's k8s pod
stack_add_remote_redis: Y to create and auto-configure AWS ElastiCache Redis, N to use tutor's k8s pod
stack_add_k8s_dashboard: Y to install and configure Kubernetes Dashboard
stack_add_k8s_kubeapps: Y to install and configure VMWare Kubeapps
stack_add_k8s_karpenter: Y to install and configure Karpenter
stack_add_k8s_prometheus: Y to install and configure Prometheus
Type of Change
Describe Changes
Adds the following feature toggles: