Info |
---|
This article instructs on 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. |
...
host:/opt > container:/opt
- used used for the Breeze agent installation from container to the host file systemhost:/ > container:/var/root
- used used for launching the agent in the chroot environment
...
Install the Breeze agent to the
/opt
directory.Run the simple daemon which runs the Breeze agent every 15 minutes.
Step-by-step guide
1. Open Cloudaware Github repo with Kubernetes files. Clone the repo to your Github using the following command:
...