You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Monitoring/monitor_fsxn_with_harvest_on_eks/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,13 @@ The format of the secret string should to be a json structure with a `username`
26
26
A service account should be created during the installation of Harvest with the sufficient permissions to fetch the secrets.
27
27
28
28
### Prerequisites
29
+
* An AWS EKS cluster.
30
+
* An FSx for ONTAP file system deployed in the same VPC as the EKS cluster.
31
+
* If you don't have an EKS cluster with FSx for ONTAP file system, you can follow the steps in the [FSx as PVC for EKS](https://github.com/NetApp/FSx-ONTAP-samples-scripts/tree/add_grafana_eks/EKS/FSxN-as-PVC-for-EKS) repository to build one.
29
32
*`Helm` - for resources installation.
30
33
*`kubectl` - for managing Kubernetes resources.
31
34
*`eksctl` - for creating and managing EKS clusters.
32
35
*`jq` - for parsing JSON data in the command line. This is optional but recommended for some of the commands below.
33
-
* An FSx for ONTAP file system deployed in the same VPC as the EKS cluster.
0 commit comments