Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 461 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 461 Bytes

Create disposable Kubernetes clusters for development.

Run make help for all the configuration options and supported rules. create and delete are designed to be the primary interface.

GKE

make create PROJECT=my-gcp-project

AKS

make aks-create

Notes

  • AKS does not have a latest version like GKE and so the AKS_VERSION needs to be updated as there are updates rolled out.

EKS

make eks-create