From f93578582fe7686b432a67052883a6e8c1b33f4e Mon Sep 17 00:00:00 2001 From: JenniferFlanaganSpot <103586980+JenniferFlanaganSpot@users.noreply.github.com> Date: Wed, 13 Mar 2024 12:10:26 -0400 Subject: [PATCH] Update cost-analysis.md misspelling. "Daemonset" --> not "DeamonSet" --- src/docs/ocean/features/cost-analysis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/ocean/features/cost-analysis.md b/src/docs/ocean/features/cost-analysis.md index 814b6c4c45..931e573300 100644 --- a/src/docs/ocean/features/cost-analysis.md +++ b/src/docs/ocean/features/cost-analysis.md @@ -113,7 +113,7 @@ The different types of cloud provider data transfer costs which can be associate #### High-level Architecture for Network Costs -The [Ocean network client is installed](ocean/tutorials/install-network-client?id=install-the-ocean-network-client-in-the-cluster) in the Kubernetes cluster and runs as a Kubernetes DeamonSet on each node in the cluster. The Ocean network client includes an exporter and an eBPF packet counter. They collect network flow metrics from pods on the node and send aggregated flow data at regular intervals to the Ocean backend cluster (AWS) for network cost calculation and further aggregation which can be up to 90 days. +The [Ocean network client is installed](ocean/tutorials/install-network-client?id=install-the-ocean-network-client-in-the-cluster) in the Kubernetes cluster and runs as a Kubernetes DaemonSet on each node in the cluster. The Ocean network client includes an exporter and an eBPF packet counter. They collect network flow metrics from pods on the node and send aggregated flow data at regular intervals to the Ocean backend cluster (AWS) for network cost calculation and further aggregation which can be up to 90 days.