Skip to main content

Install Cyclops with our CLI

Install cyctl

Cyclops has its own CLI tool called cyctl. To install Cyclops in your cluster with cyctl, first install cyctl with homebrew:

brew install cyctl

Check if the installation was successful by running cyctl -v

Install Cyclops

To install Cyclops into your cluster, run:

cyctl init

There are additional options when installing with cyctl, which you can check out here

It will create a new namespace called cyclops and deploy everything you need for your Cyclops instance to run.

To access Cyclops UI, use the following command:

cyctl serve

You can now access Cyclops in your browser on localhost:3000