Quickstart
Get started with Agentkube Operator in minutes
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:
Installation Steps
Generate API Key
Access Dashboard
Navigate to dashboard.agentkube.com
Create API Key
Go to Settings > API Keys and generate a new key
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:
Then install the operator using Helm:
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 a values.yaml
file with your custom configuration:
Verification
To verify the installation:
You can access the operator’s API:
After setting up port forwarding, configure the API endpoint in your Agentkube dashboard:
- 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