Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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 system

  • host:/ > container:/var/root - used  used for launching the agent in the chroot environment

...

  1. Install the Breeze agent to the /opt directory.

  2. 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:

...