About 195 results
Open links in new tab
  1. Welcome - kOps - Kubernetes Operations

    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.

  2. Deploying to AWS - kOps - Kubernetes Operations

    In order to correctly prepare your AWS account for kops, we require you to install the AWS CLI tools, and have API credentials for an account that has the permissions to create a new IAM …

  3. kops - kOps - Kubernetes Operations

    kOps helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters from the command line. AWS (Amazon Web Services) is currently …

  4. Installing - kOps - Kubernetes Operations

    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 …

  5. kOps Commands - kOps - Kubernetes Operations

    kops create cluster <clustername> creates a cloud specification in the registry using cli arguments. In most cases, you will need to edit the cluster spec using kops edit before actually …

  6. Releases & Versioning - kOps - Kubernetes Operations

    This time allows for the Kubernetes project to resolve any issues introduced by the new version and ensures that we can support the latest features. kOps will release alpha and beta pre …

  7. Installing kOps (Binaries) - kOps - Kubernetes Operations

    curl -Lo kops https://github.com/kubernetes/kops/releases/download/$ (curl -s https://api.github.com/repos/kubernetes/kops/releases/latest| grep tag_name| cut -d'"' -f4)/kops …

  8. Cluster Resource - kOps - Kubernetes Operations

    Kops has a CA rotation feature, which refreshes the Kubernetes certificate files, including the ca.crt. If a customized client-ca file is used, when kOps cert rotation happens, the user is …

  9. Updates & Upgrades - kOps - Kubernetes Operations

    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 …

  10. Karpenter - kOps - Kubernetes Operations

    Managed Karpenter requires kOps 1.34+ and that IAM Roles for Service Accounts (IRSA) be enabled for the cluster. If an older version of Karpenter was installed, it must be uninstalled …