Info |
---|
This article instructs on how to create a DaemonSet in order to install and run 1 one sample of Cloudaware Breeze agent on every node of cloud-managed Kubernetes cluster (Amazon EKS, Azure AKS, Google GKE). This allows to enable TunHub on the cluster and get the URL for further configuration of Kubernetes integration in Cloudaware. Linux only. |
Table of Contents |
---|
...
9. To verify that the DaemonSet has been created, you may run the following command:
Code Block |
---|
kubectl get ds |
...