Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

You will need to follow the following steps for each kubernetes cluster you want to onboard onto Yotascale.

Step 1: Download the Deployment Descriptor

  • Click on Manage Cloud Services from the Settings menu

  • Once on the Manage Cloud Services page, click on the Kubernetes Cluster Button

  • Click the Download button to save the Deployment Descriptor.


Step 2: Update the Environment Variables for your Cluster

Update the following Environment Variables in the downloaded file:

KUBERNETES_CLUSTER_ID

Give your cluster a unique name in order to identify clusters within Yotascale.

PROMETHEUS_API_ENDPOINT

Point the agent to the Prometheus API by providing the URL.

Step 3: Deploy Yotascale Agent on Kubernetes

Apply the updated deployment descriptor file onto your cluster

kubectl apply -f yotascale-kubernetes-agent-deployment.yaml


  • No labels