top of page

How add your own cluster to unifie dashboard

  • Writer: Trapenok Viktor
    Trapenok Viktor
  • May 11, 2024
  • 1 min read

Updated: May 20, 2024

Login to your unifie account and open Clusters page

ree

Create a cluster

ree

Select kubernetes cloud provider (you can use any, but we will continue with AWS EKS)

ree

If you do not have cluster, create it in AWS console or use other ways like terraform.

You will need aws cli to install unifie into your cluster.

aws configure

ree

aws eks --region us-east-1 update-kubeconfig --name demo-eks

ree

Test connection and kubectl

ree

Come back to unifie

ree

Add api-agent – load installation file to your computer

ree

Apply this file with kubectl apply -f command

ree

Check results

ree

If installation is done we can go to the next step. Configure cluster name and region.

ree

Optional step: provide AWS API keys for the cost explorer. It improve unifie integration with your own AWS account.

ree

Last step: Select integrations for your cluster.

ree

Now cluster added to unifie controll panel.

ree

 
 
 

Komentarze


bottom of page