Fleet usage examples
Go to file
Mario Manno 2c5c73c8a4
Merge pull request #58 from lscalabrini01/qa-issue_updateLink
Updated Application collection link
2025-07-23 16:57:01 +02:00
.github/workflows Remove old versions from schedule, trigger for release branch PRs 2024-01-12 17:58:54 +01:00
appco Updated Application collection link 2025-07-23 11:49:27 -03:00
hardened adding fleet.yaml with namespaceLabels 2024-11-26 12:14:38 -08:00
multi-cluster Change references of guestbook-0.0.0.tgz to guestbook-0.0.1.tgz 2025-05-27 16:14:59 +02:00
simple Switch Redis image to official one 2024-08-29 19:34:03 +02:00
single-cluster Change references of guestbook-0.0.0.tgz to guestbook-0.0.1.tgz 2025-05-27 16:14:59 +02:00
tests update expected fixtures 2025-05-28 09:56:33 +02:00
.gitignore Make Windows multi-cluster 2021-02-18 16:05:51 -05:00
CODEOWNERS Add CODEOWNERS file 2023-04-11 12:37:54 +02:00
CONTRIBUTING.md Create CONTRIBUTING.md 2023-06-19 12:10:45 +02:00
README.md Fix description of single cluster examples in README 2023-03-03 15:05:28 +01:00

README.md

Fleet Examples

This repository contains examples of how to use Fleet using different approaches. The repo is broken up into two different sections: Single cluster and Multi Cluster.

CI

Single Cluster Examples

All examples will deploy content to clusters with no per-cluster customizations. This is a good starting point to understand the basics of structuring git repos for Fleet.

Example Description
manifests An example using raw Kubernetes YAML
helm An example using Helm
helm-multi-chart An example deploying multiple charts from a single repo
kustomize An example using Kustomize
helm-kustomize An example using Kustomize to modify a third party Helm chart

Multi-Cluster Examples

The examples below will deploy a single git repo to multiple clusters at once and configure the app differently for each target.

Example Description
manifests A full example of using raw Kubernetes YAML and customizing it per target cluster
helm A full example of using Helm and customizing it per target cluster
helm-external A full example of using a Helm chart that is downloaded from a third party source and customizing it per target cluster
kustomize A full example of using Kustomize and customizing it per target cluster
helm-kustomize A full example of using Kustomize to modify a third party Helm chart
windows-helm A full example of using Helm for Windows cluster(s)

Windows Example

Using downstream clusters with Windows nodes? Check out the windows-helm multi-cluster example above.