Versions Compared

Key

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

...

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

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

...