Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Prerequisites

Before deploying OpenClaw on Cloudeka, ensure you have the following tools and access set up.

Required Tools

Tool
Version
Purpose
Installation

kubectl

>= 1.26.0

Kubernetes CLI

helm

>= 3.0

Package manager

git

Any

Clone repository

Verify Installation

kubectl version --client
helm version
git --version

Cloudeka Requirements

Cloudeka Account

You need access to Service Portal Cloudeka with:

  • Access to a Kubernetes cluster

  • Ability to create namespaces and secrets

Download Kubeconfig

Get your kubeconfig from the Cloudeka platform:

Download Kubeconfig Guide

  1. Navigate to your cluster

  2. Download the kubeconfig file

  3. Test connectivity:

Container Registry Access

OpenClaw uses images from dekaregistry.cloudeka.id. Ensure you network access to the registry.

Required Information

Before proceeding to installation, have the following ready:

Item
Description
Source

Namespace

Target namespace for deployment

openclaw

DEKALLM_API_KEY

Cloudeka LLM API key

Gateway Token

Random token for device pairing

Generate a secure random string

Slack Tokens

Bot token + App token (if using Slack)

From Slack App settings

Telegram Token

Bot token (if using Telegram)

From @BotFather

Last updated