This is the infrastructure for the project. It is a collection of Terraform modules that can be used to deploy the OpenArabic platform to DigitalOcean.
Some commands to get you started:
doctl auth init -t <token>
doctl kubernetes options versions
doctl compute size list
After creating the cluster, it needs to be connected to the container registry. This is can be done from the web interface.
terraform init -upgrade
Make sure to not just delete the resources, because the there will be a mismatch with the state.
terraform destroy
Expose the Grafana dashboard: kubectl port-forward svc/grafana 3000:80 -n grafana
Apply Istio Prometheus manifests: kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.17/samples/addons/prometheus.yaml
Make sure to use the correct version of Istio.