Skip to content

Convert to machines API instead of flyctl? #2

@alexellis

Description

@alexellis

@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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions