datawire / kubernaut

Instant ephemeral Kubernetes clusters for development and testing
Apache License 2.0
117 stars 8 forks source link

Support creating multiple claims #21

Open plombardi89 opened 7 years ago

plombardi89 commented 7 years ago

A user wants to be able to claim multiple clusters from the Kubernaut CLI or Kubernaut API.

From the CLI this should be doable with the existing kubernaut claim command. The command should be enhanced with a --name flag that supports a textual name.

From the API this should be exposed via an incoming HTTP request using a JSON body that acts as configuration for the service.