Skip to main content

Install Cyclops with our CLI

Install cyctl using Brew​

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

brew install cyctl

Install cyctl from release​

Check Cyclops releases https://github.com/cyclops-ui/cyclops/releases

Select the release version you want and the arch suitable for your machine

For example: version v0.21.0 for linux and arch amd64

wget https://github.com/cyclops-ui/cyclops/releases/download/v0.21.0/cyctl_linux_amd64_v0.21.0.tar.gz
tar -xzvf cyctl_linux_amd64_v0.21.0.tar.gz
sudo mv cyctl /usr/local/bin/

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