Overview
Agentkube Operator is a Kubernetes operator that enables seamless integration with the Agentkube platform for enhanced cluster management and monitoring capabilities. This guide will help you get started with installing and configuring the operator using Helm charts.
Prerequisites
Before you begin, ensure you have:Kubernetes Environment
Kubernetes Environment
- Kubernetes cluster version 1.16 or higher
- Kubectl configured with access to your cluster
- Helm 3.x installed on your local machine
Agentkube Access
Agentkube Access
- Valid Agentkube API key (You’ll generate this in the next section)
- Access to Agentkube Dashboard
Installation Steps
Generate API Key
1
Access Dashboard
Navigate to dashboard.agentkube.com
2
Create API Key
Go to Settings > API Keys and generate a new key
3
Save Key
Store your API key securely - you’ll need it for the installation
Install the Operator
First, add the Agentkube Helm repository and update:Replace
your_api_key_here
with your actual API key and your_cluster_name
with your desired cluster identifier.Configuration
The following parameters can be configured during installation:
Example Configuration
Create avalues.yaml
file with your custom configuration:
Verification
To verify the installation:- Navigate to your cluster in the Agentkube dashboard
- Select your associated cluster
- Update the external endpoint to
http://localhost:8082
- Enter your API key
- Save the configuration to enable communication with the operator
