Kubernetes Integration
With the ilert Kubernetes integration, you can create alerts in ilert based on Kubernetes events and metrics.
Last updated
With the ilert Kubernetes integration, you can create alerts in ilert based on Kubernetes events and metrics.
Last updated
(c) 2011 - 2024 ilert GmbH
Go to Alert sources --> Alert sources and click on Create new alert source
Search for Kubernetes in the search field, click on the Kubernetes tile and click on Next.
Give your alert source a name, optionally assign teams and click Next.
Select an escalation policy by creating a new one or assigning an existing one.
Select you Alert grouping preference and click Continue setup. You may click Do not group alerts for now and change it later.
The next page show additional settings such as customer alert templates or notification prioritiy. Click on Finish setup for now.
On the final page, an API key and / or webhook URL will be generated that you will need later in this guide.
Add helm charts repo and update it
Deploy ilert-kube-agent with the API Key that you generated in ilert
Define module and paste the API Key that you generated in ilert
Apply changes
Clone the ilert-kube-agent repository
Paste the API Key that you generated in ilert into ./example/standard/30-deployment.yaml
Apply the deployment manifest to your kubernetes cluster
Verify that the ilert-kube-agent pods are running and ready
Finished! Your Kubernetes alerts will now create alerts in ilert.
Will alerts in ilert be resolved automatically?
Yes, as soon as an alert has been resolved in ilert-kube-agent, the associated alert in ilert will be resolved automatically.
Can I connect multiple Kuberenetes namespaces with multiple alert sources from ilert?
Yes, simply create multiple deployments per namespace in Kubernetes.