radius-install-custom

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

1.7k|136|Updated Feb 20, 2021
One-click install
npx skills add https://github.com/radius-project/radius --skill radius-install-custom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: radius-install-custom
Source: https://github.com/radius-project/radius/tree/main/.github/skills/radius-install-custom
Command: npx skills add https://github.com/radius-project/radius --skill radius-install-custom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Install Radius on Kubernetes clusters using custom-built container images, enabling teams to deploy the control plane in any environment with their own images.

Core Features & Use Cases

  • Supports deploying Radius with locally built images and private registries
  • Includes prerequisites checks, registry configuration, secret management for private registries, and post-install verification
  • Works across any Kubernetes cluster and registry accessible by the cluster

Quick Start

Provide your registry and tag, then run the install command to deploy Radius with your custom images.

Frequently Asked Questions about radius-install-custom

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install Radius on Kubernetes using custom images from a private registry?

Install Radius on Kubernetes using custom images by configuring registry access, managing private registry secrets, deploying via Helm, and verifying the control plane with rad version and kubectl status checks.

What prerequisites are needed to deploy the Radius control plane with custom-built images?

Prerequisites for deploying Radius with custom images include a running Kubernetes cluster, accessible container registry, externally built images, and proper secret management for private registry authentication.

Can I use Helm to deploy Radius with locally built images instead of public ones?

Yes, Helm deploys Radius using locally built images by configuring your registry and tag during installation, allowing the cluster to pull custom images instead of public defaults.

How do I verify a healthy Radius control-plane installation after using custom images?

Verify a healthy Radius control-plane installation by running rad version commands and checking kubectl status to ensure all control-plane components are running correctly with your custom images.

Does Radius installation work with any Kubernetes cluster and custom container registry?

Radius installation works across any Kubernetes cluster with any container registry accessible by the cluster, supporting both locally built images and private registry configurations for flexible deployment.