https://github.com/stackhpc/fluxcd-demo-apps
A repository of example apps deployed and managed using Flux CD
https://github.com/stackhpc/fluxcd-demo-apps
Last synced: 2 months ago
JSON representation
A repository of example apps deployed and managed using Flux CD
- Host: GitHub
- URL: https://github.com/stackhpc/fluxcd-demo-apps
- Owner: stackhpc
- License: apache-2.0
- Created: 2024-10-15T15:55:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T11:00:40.000Z (over 1 year ago)
- Last Synced: 2025-03-11T12:19:31.432Z (over 1 year ago)
- Language: Dockerfile
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fluxcd-demo-apps
A repository of example apps deployed and managed using Flux CD
> [!CAUTION]
> This is very much a work in progress!!
## Creating Sealed Secrets
We assume the use of sealed secrets.
TODO: add more instructions!
## How to install
The host cluster must have the [Flux CD](https://fluxcd.io/) controllers installed.
Configuring Flux to manage the apps defined in the repository is a one-time operation:
```sh
flux create source git myapps --url= --branch=main
flux create kustomization myapps --source=GitRepository/myapps --prune=true
```