Setup kubernetes complete observability integration
Use case: Setup Kubernetes Complete Observability integration
Coralogix’s Kubernetes Complete Observability provides a comprehensive solution for full-stack observability in your Kubernetes environment. View all of your nodes, pods and cluster metrics, pod logs, and k8s events, as well as your distributed traces pipeline. Take advantage of our Kubernetes Dashboard using our pre-configured OpenTelemetry Collector.
Prerequisites
-
A Coralogix Send-Your-Data API key
-
Helm v3.9+ installed and configured
-
Your Coralogix domain (e.g.,
eu2.coralogix.com
) -
A Kubernetes secret named
coralogix-keys
, that includes the keyPRIVATE_KEY
.If not already created, run:
Steps
Step 1: Install the Helm Chart for the Integration
Run the following command to deploy the integration. Make sure that you replace the <cluster name>
with your cluster name and <coralogix_domain>
with your Coralogix domain.
Step 2: Obtain your API key ID
Navigate to Settings → Keys to download the details of the Send-Your-Data API key you choose to use for this integration.
Open the downloaded file and extract the keyId
field value.
Step 3: Register the Integration via API
Use the following HTTP request to persist the integration metadata:
POST /v1/integrations/metadata
Request Body
Sample response