Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theodesp/kubernetes-cloud-patterns
Example cloud pattens using Kubernetes
https://github.com/theodesp/kubernetes-cloud-patterns
azure cloud-computing kubernetes patterns
Last synced: about 1 month ago
JSON representation
Example cloud pattens using Kubernetes
- Host: GitHub
- URL: https://github.com/theodesp/kubernetes-cloud-patterns
- Owner: theodesp
- License: mit
- Created: 2019-06-13T20:47:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T20:26:04.000Z (over 5 years ago)
- Last Synced: 2023-03-02T11:06:12.566Z (over 1 year ago)
- Topics: azure, cloud-computing, kubernetes, patterns
- Language: Go
- Size: 354 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cloud Computing Patterns
---### Sidecar Pattern
![img](./sidecar.png)
### Adapter Pattern
![img](./adapter.png)
### Sharded Service Pattern
![img](./sharded.png)
### Replicated Service Pattern
![img](./replicated.png)
### Caching Layer Pattern
![img](./caching.png)
### Sharded Replicated Cache Pattern
![img](./sharded-memcached.png)
### Scatter/Gather Pattern
![img](./scatter-gather.png)
### Sharded Replicated Scatter/Gather Pattern
![img](./sharded-replicated-gather.png)
### Decorator Pattern
![img](./decorator.png)