Radius avatar

Radius

Official

@radius-project · United States of America

0Followers
|
18Public Repos
|
11Published Skills

Cloud-native application platform

Skills Distribution
DomainCloud & Comp...Kubernetes Orchest.. (40%)Container Lifecycl.. (30%)Technical Document.. (30%)

Agent Skills by Radius

Showing 11 vetted skills indexed across 1 GitHub repositories.

radius-projectradius-project
1.7k

radius-author-doc

Creates new contributing docs in the standard Purpose through Troubleshooting format grounded in verified code references.

Official
Intermediate
radius-projectradius-project
1.7k

radius-code-review

Reviews GitHub pull requests in the Radius repository and produces line-accurate feedback.

Official
Advanced
radius-projectradius-project
1.7k

radius-contributing-docs-updater

Audits contributor documentation for gaps and staleness and routes fixes to authoring skills.

Official
Intermediate
radius-projectradius-project
1.7k

radius-architecture-documenter

Generates code-grounded architecture documentation and Mermaid diagrams for Go codebases.

Official
Intermediate
radius-projectradius-project
1.7k

radius-markdown-lint

Lint and fix Markdown files using markdownlint-cli2 and markdown-table-formatter.

Official
Intermediate
radius-projectradius-project
1.7k

radius-update-doc

Patches existing contributor docs that drifted from changed code with minimal targeted edits.

Official
Intermediate
radius-projectradius-project
1.7k

architecture-documenter

Document application architectures and generate Mermaid diagrams from source code.

Official
Advanced
radius-projectradius-project
1.7k

radius-install-custom

Install Radius control plane on Kubernetes using custom-built images.

Official
Advanced
radius-projectradius-project
1.7k

radius-build-cli

Builds the Radius CLI binary from source using Makefile targets with optional debug and version injection.

Official
Intermediate
radius-projectradius-project
1.7k

radius-build-images

Build and push Radius container images from source to a registry.

Official
Intermediate
radius-projectradius-project
1.7k

contributing-docs-updater

Updates CONTRIBUTING.md and related docs for repository workflow accuracy and consistency.

Official
Intermediate

Frequently Asked Questions About Radius

FAQPage Schema
What specific tasks does Radius enable for infrastructure engineers?

Radius enables engineers to deploy custom control planes on Kubernetes, compile binaries from source, and generate visual architecture diagrams. It facilitates the management of containerized environments by providing mechanisms to build, push, and document application structures directly from source code repositories.

What are the prerequisites for installing the Radius control plane?

Installation requires an existing Kubernetes cluster and the ability to manage container images. Users must be capable of executing build targets to generate custom images, which are then deployed to the cluster to establish the control plane environment.

How is the Radius binary generated from source?

The binary is generated using provided Makefile targets within the repository. This process supports version injection and debug configurations, allowing developers to compile the executable locally before pushing the resulting container images to a designated registry.