Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.33 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.33 KB

K8s-CloudDeployments

Cloud Microservices Deployment

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.

Directory Structure

/
├── aws/
│   ├── eks/
│   ├── helm/
│   └── terraform/
├── azure/
│   ├── aks/
│   ├── helm/
│   └── terraform/
├── gcp/
│   ├── gke/
│   ├── helm/
│   └── terraform/

Key Directories

  • /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.

Contributing

Contributions are welcome! Please submit a pull request or open an issue to discuss any changes.

License

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.