https://github.com/holos-run/bank-of-holos
Example software development platform holistically managed by Holos for a retail bank
https://github.com/holos-run/bank-of-holos
cuelang devops holos kubernetes platform-engineering
Last synced: 2 months ago
JSON representation
Example software development platform holistically managed by Holos for a retail bank
- Host: GitHub
- URL: https://github.com/holos-run/bank-of-holos
- Owner: holos-run
- License: apache-2.0
- Created: 2024-09-14T20:08:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T04:19:33.000Z (6 months ago)
- Last Synced: 2025-04-12T06:06:57.449Z (2 months ago)
- Topics: cuelang, devops, holos, kubernetes, platform-engineering
- Language: CUE
- Homepage: https://holos.run
- Size: 4.24 MB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bank of Holos
Bank of Holos is an example software development platform built for a fictional
retail bank using [Holos]. Holos is an open source tool that makes it easier
and safer to manage a software development platform.The Holos Authors use this repository to showcase core features and
integrations.## Get Started
1. Read the [Quickstart] to learn the core concepts of Holos.
2. Create a [local cluster] to explore this repository on your local device.## Screenshots
Render the platform configuration for a k3d [local cluster].
```shell
holos render platform -t k3d
```Apply the platform configuration to the local cluster using [scripts/apply].
```shell
./scripts/apply
```| Bank Home | GitOps |
| ---------------------------------------------------------------- | ----------------------------------------------------------------- |
| [](/docs/img/bank-home.png) | [](/docs/img/bank-argocd.png) |[Holos]: https://holos.run
[Quickstart]: https://holos.run/docs/quickstart/
[local cluster]: https://holos.run/docs/local-cluster/
[scripts/apply]: ./scripts/apply