{"id":20983004,"url":"https://github.com/tkestack/kube-jarvis","last_synced_at":"2025-05-14T16:31:53.993Z","repository":{"id":40289586,"uuid":"240447273","full_name":"tkestack/kube-jarvis","owner":"tkestack","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-11T02:43:15.000Z","size":546,"stargazers_count":29,"open_issues_count":3,"forks_count":6,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-02T20:38:35.098Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tkestack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-02-14T06:58:16.000Z","updated_at":"2025-03-27T19:24:39.000Z","dependencies_parsed_at":"2024-06-19T01:45:02.995Z","dependency_job_id":null,"html_url":"https://github.com/tkestack/kube-jarvis","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/tkestack%2Fkube-jarvis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkestack%2Fkube-jarvis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkestack%2Fkube-jarvis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkestack%2Fkube-jarvis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkestack","download_url":"https://codeload.github.com/tkestack/kube-jarvis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254183025,"owners_count":22028402,"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":[],"created_at":"2024-11-19T05:47:24.574Z","updated_at":"2025-05-14T16:31:53.569Z","avatar_url":"https://github.com/tkestack.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kube-jarvis\n[![Build Status](https://travis-ci.com/RayHuangCN/kube-jarvis.svg?token=nJm3RqJv2hocVN6fWNzx\u0026branch=master)](https://travis-ci.com/RayHuangCN/kube-jarvis.svg?token=nJm3RqJv2hocVN6fWNzx\u0026branch=master)\n[![codecov](https://codecov.io/gh/RayHuangCN/kube-jarvis/branch/master/graph/badge.svg?token=rva9yuTNLO)](https://codecov.io/gh/RayHuangCN/kube-jarvis)\n\nkube-jarvis is a tool used to inspect kubernetes cluster\n\n# Features\n\n* Comprehensively check the cluster health status\n* Support a variety of cloud manufacturers\n* Highly configurable\n* Highly extensible\n* Description statements can be customized\n\n# Quick start\nOn any node has \"/$HOME/.kube/config\"\n```bash\nwget -O -  https://kube-jarvis-1251707795.cos.ap-guangzhou.myqcloud.com/run.sh | bash\n```\n\n# Config struct\n```yaml\nglobal:\n  trans: \"translation\" # the translation file dir \n  lang: \"en\" # target lang \n\ncluster: \n  type: \"custom\"\n\ncoordinator:\n  type: \"default\"\n\ndiagnostics:\n  - type: \"master-capacity\"\n  - type: \"master-apiserver\"\n  - type: \"node-sys\"\n  - type: \"requests-limits\"\n\nexporters:\n  - type: \"stdout\"\n\n  - type: \"file\"\n    name: \"for json\"\n    config:\n      format: \"json\"\n      path: \"result.json\"\n\n\n```\n\n# Run in docker\nlogin any node of your cluster and exec cmd:\n```bash\ndocker run  -i -t docker.io/raylhuang110/kube-jarvis:latest\n```\n\u003e [you can found all docker images here](https://hub.docker.com/r/raylhuang110/kube-jarvis/tags)\n\n# Run as job or cronjob\ncreate common resource (Namespaces, ServiceAccount ...)\n```bash\nkubectl apply -f manifests/ \n```\nrun as job\n```bash\nkubectl apply -f manifests/workload/job.yaml\n```\nrun as cronjob (default run at 00:00 every day)\n```bash\nkubectl apply -f manifests/workload/cronjob.yaml\n```\n# Plugins\nwe call coordinator, diagnostics, evaluators and exporters as \"plugins\"\n\u003e [you can found all plugins lists here](./pkg/plugins/README.md)\n\n# License\nApache License 2.0 - see LICENSE.md for more details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkestack%2Fkube-jarvis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkestack%2Fkube-jarvis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkestack%2Fkube-jarvis/lists"}