-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
@mrkurt was telling me about Fly's new HTTP API for machines and apps.
Perhaps instead of exec'ing flyctl, you could make HTTP requests to the API?
Would that fit into the interface for cloud-provision
type Provisioner interface {
Provision(BasicHost) (*ProvisionedHost, error)
Status(id string) (*ProvisionedHost, error)
Delete(HostDeleteRequest) error
}How cool would it be if inletsctl/inlets-operator both could provision to fly-hosted MicroVMs?
Metadata
Metadata
Assignees
Labels
No labels