When running Jitera Self-Hosted on a managed Kubernetes service, you can use your cloud provider’s native monitoring and observability tools. These services integrate directly with your EKS or AKS cluster and require no additional in-cluster components.Documentation Index
Fetch the complete documentation index at: https://docs.jitera.ai/llms.txt
Use this file to discover all available pages before exploring further.
The configuration steps below are examples. Refer to the official provider documentation linked in each section for the most up-to-date instructions.
AWS (Amazon EKS)
Amazon provides managed monitoring for EKS clusters through CloudWatch and related services.Amazon CloudWatch Container Insights
Container Insights collects metrics and logs from your EKS cluster, including CPU, memory, disk, and network usage at the container, pod, node, and cluster levels. To enable Container Insights, deploy the CloudWatch agent or AWS Distro for OpenTelemetry (ADOT) collector as a DaemonSet in your cluster. For setup instructions, see:- Amazon CloudWatch Container Insights for Amazon EKS
- Using AWS Distro for OpenTelemetry with Amazon EKS

