Skip to content

Installation

This guide covers how to install the CloudAPI Operator in your Kubernetes cluster.

Prerequisites

Before installing the operator, ensure you have:

  • Kubernetes cluster where the operator will run
  • kubectl configured to access your cluster

Installation Methods

Clone the repository and use make targets for installation.

Step 1: Clone the Repository

Step 2: Install the CRDs

make install

Verify the CRDs are installed:

kubectl get crds | grep cloudapi

Step 3: Deploy the Operator, change the tag to use different versions

make deploy IMG=registry.opencode.de/bwi/orca/cloudapi/playground/cloudapi-operator:1.0.0

Make sure that your cluster can access the registry.

Uninstall the Operator

If installed from a cloned repository:

make undeploy

Remove CRDs

make uninstall