coder/docs/admin/rabbit/guides/byoc.md

857 B

Bring your own cluster

Allow different groups to bring their own Kubernetes cluster into Coder, or optionally build their own templates on entirely different infrastructure.

Prerequisites

Tutorial

Not inside a list:

UI

CLI

HCL

provider "coderd" {}

resource "coderd_organization" {
  name        = "data-science"
  description = "Lorem ipsum"
}

Text below it

  1. Inside a list

    UI

    CLI

    HCL

    provider "coderd" {}
    
    resource "coderd_organization" {
      name        = "data-science"
      description = "Lorem ipsum"
    }
    

    For optimal auditing and self-service, we recommend managing organizations with infrastructure as code (HCL).

  2. idk