> Automating infrastructure, deploying microservices, and monitoring the cloud ☁️
> Current Location: Netherlands 🇳🇱 💼
|
|
|
|
|
|
|
|
|
|
|
|
|
My CI/CD Pipeline Diagram git push → GitHub Actions → Terraform apply → Docker build → K8s deploy → Monitoring
graph TD
A[👨💻 Dev - git push] --> B[⚙️ GitHub Actions]
B --> C[📦 Terraform Apply]
C --> D[🐳 Docker Build & Push]
D --> E[⎈ Kubernetes Deploy]
E --> F[📊 Monitoring: Prometheus + Grafana]








