cloud-byoc

Provision BYOC Redpanda clusters via the control plane API.

6|3|Updated May 31, 2026
One-click install
npx skills add https://github.com/redpanda-data/skills --skill cloud-byoc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-byoc
Source: https://github.com/redpanda-data/skills/tree/main/skills/cloud-byoc
Command: npx skills add https://github.com/redpanda-data/skills --skill cloud-byoc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

BYOC lets you run Redpanda inside your own cloud accounts, while the control plane manages lifecycle, networks, and agent provisioning, so you don't have to manually wire infrastructure.

Core Features & Use Cases

  • Provision BYOC Redpanda clusters via the Control Plane API (TYPE_BYOC) and manage the lifecycle from creation to teardown.
  • Create Networks, register VPCs/ VNets, install the agent with Terraform, and apply Terraform in your cloud via rpk cloud byoc.
  • Use enterprise features by configuring cluster properties (e.g., iceberg, audit, cloud topics) to tailor Redpanda Enterprise capabilities in BYOC clusters.
  • Use cases include setting up BYOC clusters in AWS/GCP/Azure, managing network resources, and operating through the control plane with OAuth2 authentication.

Quick Start

Install the BYOC workflow plugin and start the end-to-end provisioning of a BYOC cluster.

Frequently Asked Questions about cloud-byoc

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

FAQPage Schema
How do I provision Redpanda BYOC clusters in my own cloud account?

Provision Redpanda BYOC clusters by using the control plane API to create networks, register VPCs, install the agent with Terraform, and apply infrastructure via the rpk cloud byoc plugin.

What is Bring Your Own Cloud (BYOC) for Redpanda and why use it?

BYOC lets you run Redpanda inside your own cloud accounts while the control plane manages lifecycle, networks, and agent provisioning, eliminating the need to manually wire infrastructure.

Do I need OAuth2 credentials to manage Redpanda BYOC cluster lifecycles?

Yes, managing BYOC cluster lifecycles requires OAuth2 client credentials to authenticate with the control plane API for creating networks and provisioning clusters.

Can I configure enterprise features like Iceberg when setting up a BYOC Redpanda cluster?

Yes, you can configure cluster properties such as Iceberg, audit logs, and cloud topics to tailor Redpanda Enterprise capabilities when provisioning BYOC clusters.

How do I tear down or destroy a Redpanda BYOC cluster using rpk?

Tear down BYOC Redpanda clusters by executing provider-specific destroy commands through the rpk cloud byoc plugin, which manages the lifecycle operation from creation to teardown.

Does the Redpanda BYOC provisioning process support AWS, GCP, and Azure?

Yes, the BYOC provisioning process supports setting up Redpanda clusters across AWS, GCP, and Azure by managing network resources and applying Terraform in your specific cloud provider.