Info |
---|
This article explains how to create a DaemonSet in order to install and run one sample of Cloudaware Breeze agent on every node of a cloud-managed Kubernetes cluster (Amazon EKS, Azure AKS, Google GKE). Linux only. |
Table of Contents |
---|
Prerequisites
Amazon EKS: ensure that Cloudaware does have has required permissions using this guide.
Azure AKS: ensure that Cloudaware does have has required permissions using this guide.
Description
DaemonSet starts the container with Breeze agent installer. The container has two bind mounts:
...
Install the Breeze agent to the
/opt
directory.Run the simple daemon which runs the Breeze agent every 15 minutes.
Steps
1. Open Cloudaware GitHub repo with Kubernetes files. Clone the repo to your Github using the following command:
...
3. Find Breeze in the list of DevOps Integrations. Click 1 Configured.
...
4. Select the file for Linux* version to download the Breeze agent.:
...
*This integration is for Linux only.
...
9. To verify that the DaemonSet has been created, run the following command:
Code Block |
---|
kubectl get ds |