From f5fcc4abe455e72aabf627c019f86c85613d76a7 Mon Sep 17 00:00:00 2001 From: 0xACAB <18677+fabacab@users.noreply.github.com> Date: Mon, 26 Apr 2021 01:31:39 -0400 Subject: [PATCH] Add `kubernetes-event-exporter`. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 841ffc3..9b1c8c1 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ See also [ยง Service and performance monitoring](#service-and-performance-monito - [Managed Kubernetes Inspection Tool (MKIT)](https://github.com/darkbitio/mkit) - Query and validate several common security-related configuration settings of managed Kubernetes cluster objects and the workloads/resources running inside the cluster. - [Polaris](https://polaris.docs.fairwinds.com/) - Validates Kubernetes best practices by running tests against code commits, a Kubernetes admission request, or live resources already running in a cluster. - [certificate-expiry-monitor](https://github.com/muxinc/certificate-expiry-monitor) - Utility that exposes the expiry of TLS certificates as Prometheus metrics. +- [kubernetes-event-exporter](https://github.com/opsgenie/kubernetes-event-exporter) - Allows exporting the often missed Kubernetes events to various outputs so that they can be used for observability or alerting purposes. - [kube-forensics](https://github.com/keikoproj/kube-forensics) - Allows a cluster administrator to dump the current state of a running pod and all its containers so that security professionals can perform off-line forensic analysis. - [kube-hunter](https://kube-hunter.aquasec.com/) - Open-source tool that runs a set of tests ("hunters") for security issues in Kubernetes clusters from either outside ("attacker's view") or inside a cluster.