Skip to content

Instantly share code, notes, and snippets.

@smira
Created July 31, 2024 11:30
Show Gist options
  • Save smira/08e5fa6e1b0b8c40cdefb949b780078e to your computer and use it in GitHub Desktop.
Save smira/08e5fa6e1b0b8c40cdefb949b780078e to your computer and use it in GitHub Desktop.
flowchart TD
    BASE("Base Cloud Provider Code")
    QEMU("QEMU Cloud Provider")
    METAL("METAL Cloud Provider")
    TALEMU("Talemu Cloud Provider")
    KUBEVIRT("KubeVirt Cloud Provider")
    MC("Managed Control Planes")
    MP("Machine Pools /manual scaling/")
    MCA("Machine Class auto scaling")
    MSP("MachineSet Machine Class pressure")
    CPI("Cluster Resource Pressure")
    CAA("Cluster Auto Scaling")
    TA("Talos Agent")
    IPMI("IPMI Management")
    HCP("CP MachineSet not managed by the user")
    CPSH("CP Self-healing")
    BASE --> QEMU
    QEMU --> METAL
    BASE --> TALEMU
    BASE --> KUBEVIRT
    KUBEVIRT --> MC
    BASE --> MP
    TALEMU --> MP
    MSP --> MCA
    MP --> MCA
    CPI --> CAA
    MCA --> CAA
    TA --> METAL
    IPMI --> METAL
    HCP --> MC
    CPSH --> MC
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment