kOps - Kubernetes Operations The easiest way to get a production grade Kubernetes cluster up and running. What is kOps? We like to think of it as kubectl for clusters. kops will not only help you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes cluster, but it will also provision the necessary cloud infrastructure. AWS (Amazon Web Services) and GCE (Google ...
Windows Get kops-windows-amd64 from our releases. Rename kops-windows-amd64 to kops.exe and store it in a preferred path. Make sure the path you chose is added to your Path environment variable.
kOps will be able to use buckets configured with cross-account policies by default. In this case you may want to override the object ACLs which kOps places on the state files, as default AWS ACLs will make it possible for an account that has delegated access to write files that the bucket owner cannot read.
kOps helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters from the command line. AWS (Amazon Web Services) is currently officially supported, with Digital Ocean and OpenStack in beta support.
Upgrading Kubernetes Upgrading Kubernetes is easy with kOps. The cluster spec contains a kubernetesVersion, so you can simply edit it with kops edit, and apply the updated configuration to your cluster. The kops upgrade command also automates checking for and applying updates.