{"id":23535019,"url":"https://github.com/ripta/spectacles","last_synced_at":"2026-05-08T17:33:44.160Z","repository":{"id":57486792,"uuid":"192304224","full_name":"ripta/spectacles","owner":"ripta","description":"Kubernetes event exporter to stdout","archived":false,"fork":false,"pushed_at":"2025-04-29T08:57:31.000Z","size":337,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T22:56:10.499Z","etag":null,"topics":["audit","controller","event-exporter","exporter","kubernetes","logging"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ripta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-17T08:15:53.000Z","updated_at":"2025-04-29T08:55:35.000Z","dependencies_parsed_at":"2023-09-26T01:23:05.968Z","dependency_job_id":"e08f2d56-3619-4405-a668-bb66ce51a296","html_url":"https://github.com/ripta/spectacles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fspectacles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fspectacles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fspectacles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fspectacles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ripta","download_url":"https://codeload.github.com/ripta/spectacles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254222004,"owners_count":22034803,"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":["audit","controller","event-exporter","exporter","kubernetes","logging"],"created_at":"2024-12-26T01:14:25.732Z","updated_at":"2026-05-08T17:33:39.110Z","avatar_url":"https://github.com/ripta.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nspectacles: a Kubernetes event exporter\n\nWhile attempting to write [myasnik][myasnik], I ran into problems making a\nfunctional controller. Spectacles is a simpler app with some of the same\ncomponents (reflected, informer, lister) and setup (go modules, client-go).\n\n[myasnik]: https://github.com/ripta/myasnik\n\n# Compiling\n\n```\ngit clone https://github.com/ripta/spectacles\ncd spectacles\nmake build\n```\n\n# Running\n\n```\nexport KUBECONFIG=~/.kube/config # or other path\nmake run\n```\n\n# Deploying\n\nspectacles can run in-cluster, but you're on your own in build a docker image\nfor it. Its service account needs to be able to get events in the cluster, e.g.:\n\n```\napiVersion: rbac.authorization.k8s.io/v1\nkind: ClusterRole\nmetadata:\n  name: spectacles\nrules:\n  - apiGroups:\n      - \"\" # core\n      - events.k8s.io\n    resources:\n      - events\n    verbs:\n      - get\n      - list\n      - watch\n```\n\nThere is no leader election (yet?), so you'll need to run only one copy.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripta%2Fspectacles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fripta%2Fspectacles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripta%2Fspectacles/lists"}