https://github.com/score-spec/score-radius
Score implementation for Radius (experimental)
https://github.com/score-spec/score-radius
bicep cncf golang kubernetes radius score
Last synced: 3 months ago
JSON representation
Score implementation for Radius (experimental)
- Host: GitHub
- URL: https://github.com/score-spec/score-radius
- Owner: score-spec
- License: apache-2.0
- Created: 2025-11-23T16:02:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-04-09T02:01:41.000Z (3 months ago)
- Last Synced: 2026-04-09T04:02:18.399Z (3 months ago)
- Topics: bicep, cncf, golang, kubernetes, radius, score
- Language: Go
- Homepage: https://itnext.io/cncf-sandbox-projects-score-radius-a-better-together-story-from-a-workload-spec-to-kubernetes-73a5708728c6
- Size: 1.28 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# score-radius
---
:warning: Experimental Notice :warning:
Unlike the official Score implementations [score-compose](https://github.com/score-spec/score-compose) and [score-k8s](https://github.com/score-spec/score-k8s), `score-radius` is still in an experimental status. If you're interested in improving the `score-radius` implementation, we'd love to support you! Please reach out to us for assistance and collaboration.
---
`score-radius` is a Score implementation of the [Score specification](https://score.dev/) for [Radius](https://radapp.io/).

- [Installation](./docs/installation.md)
- [CLI](./docs/cli.md)
- [Quickstart](./docs/quickstart.md)
- [Demo](./docs/demo.md)
- Live demo delivered during the [Radius Community Call – 2025/12/09](https://youtu.be/XJorwBWmWCI?list=PLrZ6kld_pvgwYMLI-j_f0Dq2Dgv5MlK8R&t=1753)
```bash
score-radius init
score-radius generate score.yaml -o app.bicep
rad run app.bicep --group default --application quickstart --environment default
```