Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sharadbhat/KubernetesPatterns

YAML and Golang implementations of common Kubernetes patterns.
https://github.com/sharadbhat/KubernetesPatterns

golang kubernetes kubernetes-patterns patterns

Last synced: 5 days ago
JSON representation

YAML and Golang implementations of common Kubernetes patterns.

Awesome Lists containing this project

README

        

# Kubernetes Patterns

## Types

| Patterns |
|:-:|
| [Foundational Patterns](./FoundationalPatterns/README.md) |
| [Behavioral Patterns](./BehavioralPatterns/README.md) |
| [Structural Patterns](./StructuralPatterns/README.md) |
| [Configuration Patterns](./ConfigurationPatterns/README.md) |

## Usage

To run, simply do

```sh
go run main.go
```

Based on the **Kubernetes Patterns** book by Bilgin Ibryam & Roland Huß.

Book: https://www.oreilly.com/library/view/kubernetes-patterns/9781492050278/