Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmontes11/flux-tenant-podinfo
Tenant repository bootstrapped by flux-infrastructure that contains the resources and infrastructure for the podinfo application.
https://github.com/mmontes11/flux-tenant-podinfo
flux flux2 fluxcd gitops kubernetes multi-cluster multi-tenant sealed-secrets
Last synced: about 2 months ago
JSON representation
Tenant repository bootstrapped by flux-infrastructure that contains the resources and infrastructure for the podinfo application.
- Host: GitHub
- URL: https://github.com/mmontes11/flux-tenant-podinfo
- Owner: mmontes11
- Created: 2022-03-20T10:34:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T20:34:09.000Z (over 2 years ago)
- Last Synced: 2024-10-11T02:51:01.978Z (2 months ago)
- Topics: flux, flux2, fluxcd, gitops, kubernetes, multi-cluster, multi-tenant, sealed-secrets
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flux-tenant-podinfo
Tenant repository bootstrapped by [flux-infrastructure](https://github.com/mmontes11/flux-infrastructure) that contains the resources and infrastructure for the [podinfo](https://github.com/mmontes11/podinfo) application.
### Clusters
This tenant can be bootstrapped in multiple clusters just by adding `Kustomization` resources on the [clusters](./clusters) folder.
### Infrastructure
Tenant specific infrastructure required for the apps to run:
- [redis](./infrastructure/redis)### Apps
Appplication resources that will be bootstrapped after the infrastructure is reconciled:
- [podinfo](./apps/podinfo)