Orchestrator for running Tart Virtual Machines on a cluster of Apple Silicon devices
Go to file
Nikolay Edigaryev 8df31f7c2d
Introduce service accounts and bootstrap tokens (#22)
2023-02-21 11:34:12 -05:00
api Introduce service accounts and bootstrap tokens (#22) 2023-02-21 11:34:12 -05:00
cmd/orchard Initial version of the Orchard orchestration system (#3) 2023-01-26 23:46:23 +04:00
internal Introduce service accounts and bootstrap tokens (#22) 2023-02-21 11:34:12 -05:00
pkg Introduce service accounts and bootstrap tokens (#22) 2023-02-21 11:34:12 -05:00
.cirrus.star Use golangci-lint (#15) 2023-01-31 22:22:28 +04:00
.gitignore Refactored working with a storage (#20) 2023-02-08 19:36:30 -05:00
.golangci.yml Use golangci-lint (#15) 2023-01-31 22:22:28 +04:00
README.md Initial version of the Orchard orchestration system (#3) 2023-01-26 23:46:23 +04:00
go.mod Introduce service accounts and bootstrap tokens (#22) 2023-02-21 11:34:12 -05:00
go.sum Introduce service accounts and bootstrap tokens (#22) 2023-02-21 11:34:12 -05:00

README.md

Orchard

Orchard is an orchestration system for Tart.

Create a cluster of bare-metal Apple Silicon machines and manage dozens of VMs with ease!

Installation

go install github.com/cirruslabs/orchard/...@latest

Quick start

Start the Orchard Controller and the Worker in a single inocation:

orchard dev

Create a Virtual Machine resource:

orchard create vm --image ghcr.io/cirruslabs/macos-ventura-base:latest ventura-base

Check a list of VM resources to see if the Virtual Machine we've created above is already running:

orchard list vms