/
v2.3.9.0 Automating Node Management with Exostellar Karpenter

v2.3.9.0 Automating Node Management with Exostellar Karpenter

This Karpenter is an enhanced version of the open-source Karpenter, tailored to integrate seamlessly with our scheduler and core technology platform.

Prerequisites

Installation Steps

Step 1: Setting Environment Variables

Set the necessary environment variables to match your system configuration:

export HEADNODE="http://192.0.7.xx:5000" #Please use the Private IPv4 address export CLUSTER_NAME="EksClusterName" export ENV_NAME="k8s"

Step 2: Installing the Helm Chart

Execute the Helm chart installation with the command below:

helm upgrade --install xkarpenter oci://public.ecr.aws/x5d4i9x1/exostellar-karpenter/karpenter \ --version v1.0.2 \ --namespace exokarpenter \ --create-namespace \ --set "settings.clusterName=${CLUSTER_NAME}" \ --set controller.resources.requests.cpu=1 \ --set controller.resources.requests.memory=1Gi \ --set controller.resources.limits.cpu=1 \ --set controller.resources.limits.memory=1Gi \ --set headnode=$HEADNODE \ --set environmentName=$ENV_NAME \ --wait

 

Related content

v2.3.9.0 Submitting Workloads to EKS
v2.3.9.0 Submitting Workloads to EKS
More like this
v2.3.9.0 Integrating with EKS
v2.3.9.0 Integrating with EKS
Read with this
(v2.3.0.0) Automating Node Management with Exostellar Karpenter
(v2.3.0.0) Automating Node Management with Exostellar Karpenter
More like this
v2.3.9.0 Managing Nodes Manually with eks-node-cli
v2.3.9.0 Managing Nodes Manually with eks-node-cli
Read with this
(v2.2.0.0) Installing Exostellar Karpenter
(v2.2.0.0) Installing Exostellar Karpenter
More like this
v2.3.9.0 Installing with x-install Tool (Kubernetes)
v2.3.9.0 Installing with x-install Tool (Kubernetes)
Read with this