{"id":13562242,"url":"https://github.com/vmware-archive/eventrouter","last_synced_at":"2025-04-03T18:33:08.225Z","repository":{"id":42228304,"uuid":"83818122","full_name":"vmware-archive/eventrouter","owner":"vmware-archive","description":"A simple introspective kubernetes service that forwards events to a specified sink.","archived":true,"fork":false,"pushed_at":"2022-03-06T12:00:15.000Z","size":61664,"stargazers_count":887,"open_issues_count":46,"forks_count":251,"subscribers_count":28,"default_branch":"master","last_synced_at":"2024-12-19T00:03:58.797Z","etag":null,"topics":["cncf","controller","events","kubernetes","operator"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vmware-archive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-03T16:24:16.000Z","updated_at":"2024-12-18T07:56:58.000Z","dependencies_parsed_at":"2022-08-12T09:51:10.064Z","dependency_job_id":null,"html_url":"https://github.com/vmware-archive/eventrouter","commit_stats":null,"previous_names":["heptiolabs/eventrouter","heptio/eventrouter"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware-archive%2Feventrouter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware-archive%2Feventrouter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware-archive%2Feventrouter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware-archive%2Feventrouter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmware-archive","download_url":"https://codeload.github.com/vmware-archive/eventrouter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247056975,"owners_count":20876488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cncf","controller","events","kubernetes","operator"],"created_at":"2024-08-01T13:01:06.131Z","updated_at":"2025-04-03T18:33:03.207Z","avatar_url":"https://github.com/vmware-archive.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Eventrouter\n\nThis repository contains a simple event router for the [Kubernetes][kubernetes] project. The event router serves as an active watcher of _event_ resource in the kubernetes system, which takes those events and _pushes_ them to a user specified _sink_.  This is useful for a number of different purposes, but most notably long term behavioral analysis of your \nworkloads running on your kubernetes cluster. \n\n## Goals\n\nThis project has several objectives, which include: \n\n* Persist events for longer period of time to allow for system debugging\n* Allows operators to forward events to other system(s) for archiving/ML/introspection/etc. \n* It should be relatively low overhead\n* Support for multiple _sinks_ should be configurable\n\n### NOTE:\n\nBy default, eventrouter is configured to leverage existing EFK stacks by outputting wrapped json object which are easy to index in elastic search. \n\n## Non-Goals: \n\n* This service does not provide a querable extension, that is a responsibility of the \n_sink_\n* This service does not serve as a storage layer, that is also the responsibility of the _sink_\n\n## Running Eventrouter \nStandup: \n```\n$ kubectl create -f https://raw.githubusercontent.com/heptiolabs/eventrouter/master/yaml/eventrouter.yaml\n```\nTeardown: \n```\n$ kubectl delete -f https://raw.githubusercontent.com/heptiolabs/eventrouter/master/yaml/eventrouter.yaml\n```\n\n### Inspecting the output \n```\n$ kubectl logs -f deployment/eventrouter -n kube-system \n``` \n\nWatch events roll through the system and hopefully stream into your ES cluster for mining, Hooray!\n\n[kubernetes]: https://github.com/kubernetes/kubernetes/ \"Kubernetes\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware-archive%2Feventrouter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmware-archive%2Feventrouter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware-archive%2Feventrouter/lists"}