kops

Production-grade Kubernetes cluster provisioning and lifecycle management

brewmacoslinux
Try with needOr install directly
Source

About

Production Grade K8s Installation, Upgrades, and Management

Commands

kops

Examples

Create a new Kubernetes cluster on AWS$ kops create cluster --name=mycluster.k8s.local --state=s3://my-state-bucket --zones=us-east-1a,us-east-1b
Edit cluster configuration$ kops edit cluster mycluster.k8s.local --state=s3://my-state-bucket
Apply cluster changes and provision infrastructure$ kops update cluster mycluster.k8s.local --state=s3://my-state-bucket --yes