In this project, I configured a Kubernetes cluster hosted at DigitalOcean. The cluster allows me to quickly and cost-effectively deploy all of my projects to production.
The cluster includes artifacts such as:
- An ingress controller
- Pods and services for several web applications
- Deployments for MySQL and PostgreSQL
- Persistent storage
- Cert-Manager (for SSL certificates)
- Monitoring with Prometheus and Grafana
Visit the GitHub repository here.
Cluster implementation.
YAML for ingress controller.
YAML for cert-manager.
YAML for service and deployment of backend application.