Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sharadbhat/KubernetesPatterns
- Owner: sharadbhat
- License: mit
- Created: 2020-10-01T16:38:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-05T21:37:29.000Z (about 4 years ago)
- Last Synced: 2024-08-01T19:45:09.656Z (3 months ago)
- Topics: golang, kubernetes, kubernetes-patterns, patterns
- Language: Go
- Homepage:
- Size: 82 KB
- Stars: 71
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/