inercia/Kubernetes Cluster providers

Create and destroy Kubernetes clusters in a portable manner.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
providerThe Kubernetes cluster provider (ie, k3d, kind, gke...)yes
commandThe command to run (ie, create, delete...)yes
nameThe name of the cluster. It should be unique but constant in your workflow.no
sizeThe total number of nodes in the cluster (including master and worker nodes)no
machine(for some providers) The node size or 'model', depending on the cluster provider (ie, on Azure it can be something like 'Standard_D2s_v3')no
region(for some providers) The cluster location (ie, 'us-east1-b' on GKE)no
registry(for some providers) A custom name for the registry in the clusterno

no outputs