Initial Commit

This commit is contained in:
Darren Shepherd
2020-08-31 22:55:17 -07:00
commit 56bca25f64
48 changed files with 684 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Fleet Examples
This repository contains examples of how to use Fleet using different approaches.
| Example | Description |
|-------------|-------------|
| [simple](simple/) | The minimally viable repo to deploy raw Kubernetes resources |
| [manifest](manifest/) | A full example of using raw Kubernetes YAML and customizing it per target cluster |
| [helm](helm/) | A full example of using Helm and customizing it per target cluster |
| [kustomize](kustomize/) | A full example of using Kustomize and customizing it per target cluster |