Back to Docs

Installation Guide

Follow these steps to connect your EKS cluster to the ProSysOps Platform.

Prerequisites

  • An active EKS Cluster (Kubernetes 1.25+)
  • kubectl installed and configured for your cluster context
  • AWS CLI installed and configured with appropriate permissions
  • Helm (v3+) installed

Step 1: Generate Token

Navigate to the Add Cluster page in your dashboard. Enter a name for your cluster to generate a unique, one-time connection token.

Step 2: Run the Agent

Copy the command provided in the dashboard. It will look something like this:

curl -sL http://localhost:3000/install.sh | bash -s -- <YOUR_TOKEN>

Run this command in your terminal. Ensure your context is set to the correct cluster.

Step 3: Verify Connection

The script will stream logs to the dashboard. Once completed, you will see a Success message and your cluster status will update to Connected.