Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/cluster/addons/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ By default SleakOps includes in your infra:
- **Kubecost**: Gain real-time insights into Kubernetes cloud costs with Kubecost. This add-on helps you monitor and reduce expenses across projects in your cluster.
- **Prometheus**: SleakOps deploys Prometheus for monitoring and alerting, providing detailed insights into cluster performance and resource utilization.
- **OTEL**: Use OpenTelemetry to collect and analyze distributed traces, enabling you to monitor and optimize application performance across your cluster.
- [**EFS Controller**](./addons/efs): The EFS Controller allows you to manage EFS volumes within your EKS cluster, providing scalable and shared storage for your applications. For more details, refer to the [EFS documentation](/project/efs).
- [**EBS Controller**](./addons/ebs): The EBS Controller allows you to manage EBS volumes within your EKS cluster, providing persistent block storage for your applications. For more details, refer to the [EBS documentation](/project/ebs).
- [**EFS Controller**](./addons/efs): The EFS Controller allows you to manage EFS volumes within your EKS cluster, providing scalable and shared storage for your applications. For more details, refer to the [EFS documentation](/cluster/addons/efs).
- [**EBS Controller**](./addons/ebs): The EBS Controller allows you to manage EBS volumes within your EKS cluster, providing persistent block storage for your applications. For more details, refer to the [EBS documentation](/cluster/addons/ebs).
</details>

<details>
Expand All @@ -39,5 +39,5 @@ To set up an add-on, follow these steps:
3. Configure the add-on settings as needed.
4. Click "Deploy" to install the add-on in your EKS cluster.

For more detailed instructions, refer to the [Add-ons setup guide](/docs/addons/setup).
For more detailed instructions, refer to the [Add-ons setup guide](/cluster/addons).
</details>