Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)