{"id":24576459,"url":"https://github.com/k0rventen/macaque","last_synced_at":"2026-05-17T13:04:14.555Z","repository":{"id":143187971,"uuid":"396496492","full_name":"k0rventen/macaque","owner":"k0rventen","description":"a kubernetes chaos monkey implementation in go","archived":false,"fork":false,"pushed_at":"2022-11-20T16:13:52.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-23T22:39:02.857Z","etag":null,"topics":["chaos-engineering","chaos-monkey","golang","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k0rventen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-08-15T21:08:57.000Z","updated_at":"2022-08-04T20:29:00.000Z","dependencies_parsed_at":"2023-05-18T14:34:40.954Z","dependency_job_id":null,"html_url":"https://github.com/k0rventen/macaque","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/k0rventen%2Fmacaque","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0rventen%2Fmacaque/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0rventen%2Fmacaque/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0rventen%2Fmacaque/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k0rventen","download_url":"https://codeload.github.com/k0rventen/macaque/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244039240,"owners_count":20387835,"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":["chaos-engineering","chaos-monkey","golang","kubernetes"],"created_at":"2025-01-23T22:39:13.039Z","updated_at":"2026-05-17T13:04:09.504Z","avatar_url":"https://github.com/k0rventen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# macaque\n\na kubernetes [chaos monkey](\"https://netflix.github.io/chaosmonkey/\") implementation in go.\n\n```\no(..)o   I'm a chaos macaque.\n  (-) __/\n```\n\nmacaque runs in-cluster, uses a crontab for its schedule, can send kill confirmation to slack/webex, and select pods based on labels.\n\n## deploy\n\nThe image is available for both `amd64` and `arm64`. To install : \n\n```\n# apply in the proper namespace (comes with role/rolebinding/sa and minimal permissions)\nkubectl apply -f https://raw.githubusercontent.com/k0rventen/macaque/main/macaque.yml\n\n# edit the deployment to suit your preferences\nkubectl edit deploy macaque\n```\n\n\n## config\n\nconfiguration is done either through args or env vars:\n\n```\nUsage of macaque:\n  -crontab string\n        env 'MACAQUE_CRONTAB'\n        crontab spec for macaque, eg 0 * * * * for every hour.\n    \n  -namespace string\n        env 'MACAQUE_NAMESPACE'\n        optionnal namespace in which to look for pods\n        (if undefined, uses the ns from the service account).\n    \n  -selector string\n        env 'MACAQUE_SELECTOR'\n        optionnal pod selector to use in app=foo format\n        (no selector will match any pod in the given namespace).\n    \n  -slack-channel string\n        env 'MACAQUE_SLACK_CHANNEL'\n        optionnal slack channel id.\n    \n  -slack-token string\n        env 'MACAQUE_SLACK_TOKEN'\n        optionnal slack bot token.\n    \n  -timezone string\n        env 'MACAQUE_TIMEZONE'\n        optionnal timezone to use, eg Europe/Paris (defaults to UTC).\n    \n  -webex-room-id string\n        env 'MACAQUE_WEBEX_ROOM_ID'\n        optionnal webex room id.\n    \n  -webex-token string\n        env 'MACAQUE_WEBEX_TOKEN'\n        optionnal webex bot token.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk0rventen%2Fmacaque","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk0rventen%2Fmacaque","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk0rventen%2Fmacaque/lists"}