Skip to content

Miren-hosted control plane #6

Description

@phinze

With #5, we're giving you the option and flexibility of having Miren Cloud execute your workloads, but you're still having to run the control plane yourself.

With Managed-managed control plane, you can create a complete cluster inside Miren Cloud itself. We'll take care of managing all the data and compute to operate it, freeing you to focus on your applications.

You can then use #1 to add runners in various contexts, such as in a homelab, VPS, or whereever attached back to the managed control plane. And coupled with #5, you can opt-in into a full managed cloud experience if you want.

As with #5, the name of the game is flexibility. Different users having different needs and constraints. We're architecting our products allow for that flexibility at the very start, and when we introduce the Miren-hosted control plane, that flexibility will really shine.

Before (self-hosted control plane):

Assumes #1 and #5 are complete.

graph TB
    subgraph "Your Infrastructure"
        C[Coordinator]
    end

    subgraph "Miren Cloud"
        R1[Runner]
        R2[Runner]
    end

    C --> R1
    C --> R2
Loading

After (Miren-hosted control plane):

graph TB
    subgraph "Miren Cloud"
        C[Coordinator]
        R1[Runner]
    end

    subgraph "Your Homelab"
        R2[Runner]
    end

      subgraph "Your VPS"
          R3[Runner]
      end

      C --> R1
      C --> R2
      C --> R3
Loading

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions