Edit me

Compute Copilot for EKS: Karpenter Beta Support

Compute Copilot is an intelligent workload provisioner that continuously manages, scales, and optimizes your EKS compute for the best cost and stability. Copilot is built on Karpenter for its latest-gen scheduling capabilities and seamless integration with cost-effective Spot Instances. Learn more about how Copilot can put your EKS cost optimization on auto-pilot here.

About Karpenter Beta Support

With Karpenter Beta Support, you can now use Copilot with any EKS cluster, regardless of which version of Karpenter you are using.

Pre-requisites

  1. You must have onboarded at least one Kubernetes cluster to Copilot for EKS.

Overview of the Update

Version identification

  • The Copilot agent reads the installed version of Karpenter from charts and sends it via API to our application. Based on the installed version, the UI will ensure that the client sees and interacts with the proper resources.

nOps agent and API update

  • We have updated the agent installed on client clusters. This agent is responsible for sending the CRUD commands to the Kubernetes API, and choosing the proper CustomResources (NodeTemplates/NodeClasses or Provisioners/NodePools).

  • We have enhanced our API to validate the CustomResources based on the version. Therefore we added a new set of validators for the NodeClasses and the NodePools.

How nOps Supports Karpenter Beta Release Changes

The Karpenter .33 Beta Release brings significant changes — you can learn more about them here. This documentation will cover the most important changes and how they are handled by Copilot. 

Migration to v1beta1 API

The v0.33 release transitions from the alpha API to the beta API. This advancement involves significant updates to the structure of configuration files and resources, progressing Karpenter towards a more stable and mature API while focusing on backward compatibility to minimize breaking changes.

Copilot pulls the current Karpenter version of each cluster in order to decide whether to go with the new or old resources. If you have multiple clusters with different Karpenter versions, each will be handled individually to benefit from the proper version support.

Use Case Scenarios:

  1. UseCase 1: An application that is mult-client oriented, with Karpenter versions different from client to client. 

  2. UseCase 2: A client with multiple clusters, and various Karpenter versions installed on each. This client has already created many custom resources and wishes to migrate only specific EKS clusters in accordance with their needs.

Updates to Helm Chart Values

The transition to v1beta1 has brought about critical deprecations and updates in Helm chart values. It’s crucial to ensure that these values are updated during the migration to v1beta1.

We have updated our agent in the backend configuration, allowing it to install the right components and update all new terminology for you. It requires running this quick helm chart command: 

 helm upgrade -i karpenops oci://public.ecr.aws/nops/karpenops-helm --version 0.2.1 --namespace karpenter --set apiKey=<your nOps API Key> --set clusterId=<your nOps cluster ID> [--set datadogKey=ou812-abcd-1234-3d14-0a1b2c34567d]

Replacement of Provisioners with NodePools

The concept of Provisioners in Karpenter has been replaced with NodePools, which necessitates updates to existing configurations. 

With the new update, we handle the automatic conversion from Provisioner to NodePool in your YAML file.

Please note the following Karpenter compatibility matrix:

  • Up until v0.31 (included) only Provisioners and NodeTemplates are allowed as Custom Resources

  • V0.32 is a version that supports both Provisioners + NodeTemplates and NodePools + NodeClasses

  • From v0.33 onward, Karpenter expects and it is working only with NodePools and NodeClasses

Replacement of AWSNodeTemplate with EC2NodeClass

Similarly, AWSNodeTemplates have been replaced with EC2NodeClasses. This change requires a conversion of existing templates to the new format, which is likewise automated in the new update.

Rolling Over Nodes

Karpenter .33 Beta introduces a new “disruption” field where you can specify policies for consolidation, offering more control over the lifecycle and management of nodes within a cluster. To move to the new NodePool, users now have new options like periodic rolling with expiration, forced deletion, or manual rolling.

With the nOps update, you can now use “disruption” with the following values:

“WhenUnderutilized”/ “WhenEmpty”: when nodes are underutilized, i.e. empty  and not containing pods “ConsolidateAfter”: the amount of time to wait after discovering a consolidation decision ‘ExpireAfter”: the amount of time a node can live on the cluster before being removed

Updating Workload Labels

In the interest of streamlining and aligning with the latest configurations, older labels have been deprecated and need updating as part of the migration process.

And the new CustomResources:

NodeClass:

NodePool:

Configuring ASGs by Tag
Compute Copilot For ASG Support Matrix
Onboarding your Autoscaling Groups to nOps Compute Copilot
Onboarding your Autoscaling Groups to nOps Compute Copilot via Stackset
Configure Commitment Management
Compute Copilot for ECS
Onboarding your EKS clusters to Copilot for EKS Cluster Autoscaler
EKS Provisioner Examples
Onboarding your EKS clusters to Compute Copilot for EKS Karpenter
Back to top       Home
Tags: copilot