This repository contains the code and configurations necessary for deploying microservices across multiple cloud platforms including AWS, Azure, and GCP. Each cloud provider has its own directory with specific configurations, Terraform scripts, and Kubernetes manifests.
/
├── aws/
│ ├── eks/
│ ├── helm/
│ └── terraform/
├── azure/
│ ├── aks/
│ ├── helm/
│ └── terraform/
├── gcp/
│ ├── gke/
│ ├── helm/
│ └── terraform/
/aws/
: Contains services and configurations specific to AWS./azure/
: Contains services and configurations specific to Azure./gcp/
: Contains services and configurations specific to GCP./scripts/
: Automation scripts and CI/CD pipelines.
Contributions are welcome! Please submit a pull request or open an issue to discuss any changes.
This project is licensed under the MIT License - see the LICENSE file for details.
This `README.md` provides a clear overview of the repository, instructions for getting started, and links to further documentation. You can customize it further according to your specific project details.