Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shnartho/k8s-multi-cluster-microservices
This repository contains the implementation of scalable microservices architecture utilizing Consul Service Mesh for achieving multi-cluster failover in Kubernetes API and multi-cloud environments.
https://github.com/shnartho/k8s-multi-cluster-microservices
Last synced: about 7 hours ago
JSON representation
This repository contains the implementation of scalable microservices architecture utilizing Consul Service Mesh for achieving multi-cluster failover in Kubernetes API and multi-cloud environments.
- Host: GitHub
- URL: https://github.com/shnartho/k8s-multi-cluster-microservices
- Owner: shnartho
- Created: 2024-03-09T12:12:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T22:37:18.000Z (8 months ago)
- Last Synced: 2024-03-10T13:27:20.987Z (8 months ago)
- Language: HCL
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k8s-multi-cluster-microservices
This repository contains the implementation of scalable microservices architecture utilizing Consul Service Mesh for achieving multi-cluster failover in Kubernetes API and multi-cloud environments.
![image](./assets/k8s_muilticluster.jpg)The project demonstrates how to architect microservices for resilience across different regions and cloud providers, leveraging Consul for service discovery, load balancing, and failover management. The repository includes code samples, configurations, and documentation for setting up and deploying microservices using Consul service mesh.
Project Step By Step:
1. Make sure to run kubernetes deployment and consul in same namespace.
![image](./assets/consul1.png)