{"id":22859388,"url":"https://github.com/stevenjdh/klogs","last_synced_at":"2026-04-27T23:33:10.894Z","repository":{"id":84473997,"uuid":"203926464","full_name":"StevenJDH/klogs","owner":"StevenJDH","description":"Automates the dumping of various pieces of information about a Kubernetes cluster to support troubleshooting efforts.","archived":false,"fork":false,"pushed_at":"2020-10-29T13:54:28.000Z","size":772,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T08:21:11.991Z","etag":null,"topics":["automation","dumps","kubernetes","kubernetes-cluster","logs","troubleshooting"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StevenJDH.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},"funding":{"github":"StevenJDH","custom":["https://www.paypal.me/stevenjdh","https://www.buymeacoffee.com/stevenjdh"]}},"created_at":"2019-08-23T04:55:25.000Z","updated_at":"2020-10-29T13:54:31.000Z","dependencies_parsed_at":"2023-03-12T23:04:30.690Z","dependency_job_id":null,"html_url":"https://github.com/StevenJDH/klogs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/StevenJDH/klogs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenJDH%2Fklogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenJDH%2Fklogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenJDH%2Fklogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenJDH%2Fklogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StevenJDH","download_url":"https://codeload.github.com/StevenJDH/klogs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenJDH%2Fklogs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32360110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["automation","dumps","kubernetes","kubernetes-cluster","logs","troubleshooting"],"created_at":"2024-12-13T09:06:49.276Z","updated_at":"2026-04-27T23:33:10.874Z","avatar_url":"https://github.com/StevenJDH.png","language":"C#","funding_links":["https://github.com/sponsors/StevenJDH","https://www.paypal.me/stevenjdh","https://www.buymeacoffee.com/stevenjdh"],"categories":[],"sub_categories":[],"readme":"# klogs (Kubernetes Logs)\n\n![GitHub All Releases](https://img.shields.io/github/downloads/StevenJDH/klogs/total)\n![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/StevenJDH/klogs?include_prereleases)\n![GitHub](https://img.shields.io/github/license/StevenJDH/klogs)\n\nklogs, pronounced \"kelloggs\" like the cereal, is a tool that automates the dumping of various pieces of information about a Kubernetes cluster to support troubleshooting efforts with different issues being encountered. Many objects are supported, and this tool can run on any platform supported by Kubernetes and the .Net Core Framework.\n\n![klogs demo](klogs-fast.gif \"Demo\")\n\nReleases: [https://github.com/StevenJDH/klogs/releases](https://github.com/StevenJDH/klogs/releases)\n\n## Features\n* Dumps YAML documents, current and previous instance logs, descriptions with events, and anything else useful for troubleshooting.\n* Supports many objects such as pods, services, deployments, replicasets, statefulset, cronjobs, etc.\n* Optionally dumps logs to a Zip file instead of a folder for easier sharing.\n* Cross-platform support for Linux, Windows, macOS, and any other platform supporting the .NET Core Framework.\n\n## Future features\n* GUI mode once .NET Core 3.0 is released and I have time.\n* Additional command line options.\n* A single executable file for portable releases once .NET Core 3.0 is released.\n\n## Prerequisites\n* Non-portable klogs releases require [.NET Core 2.2+ runtime or SDK](https://dotnet.microsoft.com/download) installed.\n* Linux users using portable releases, see additional [distribution dependencies](https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x#linux-distribution-dependencies) if there are any issues.\n\n## Command line usage\nBelow is the usage information that is needed to run the program via the command line. Some setups may also allow launching klogs directly.\n\n    [--Usage--]\n\tUniversal: dotnet klogs.dll [-a | -h]\n\t    Linux: ./klogs [-a | -h]\n\t  Windows: klogs.exe [-a | -h]\n\t    macOS: open klogs [-a | -h]\n\n    Options:\n      -a, -A         Archives the dumped logs to a Zip file.\n\t  -?, -h, -H     Displays this usage information.\n\n## Disclaimer\nklogs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\n## Do you have any questions?\nMany commonly asked questions are answered in the FAQ:\n[https://github.com/StevenJDH/klogs/wiki/FAQ](https://github.com/StevenJDH/klogs/wiki/FAQ)\n\n## Want to show your support?\n\n|Method       | Address                                                                                                    |\n|------------:|:-----------------------------------------------------------------------------------------------------------|\n|PayPal:      | [https://www.paypal.me/stevenjdh](https://www.paypal.me/stevenjdh \"Steven's Paypal Page\")                  |\n|Bitcoin:     | 3GyeQvN6imXEHVcdwrZwKHLZNGdnXeDfw2                                                                         |\n|Litecoin:    | MAJtR4ccdyUQtiiBpg9PwF2AZ6Xbk5ioLm                                                                         |\n|Ethereum:    | 0xa62b53c1d49f9C481e20E5675fbffDab2Fcda82E                                                                 |\n|Dash:        | Xw5bDL93fFNHe9FAGHV4hjoGfDpfwsqAAj                                                                         |\n|Zcash:       | t1a2Kr3jFv8WksgPBcMZFwiYM8Hn5QCMAs5                                                                        |\n|PIVX:        | DQq2qeny1TveZDcZFWwQVGdKchFGtzeieU                                                                         |\n|Ripple:      | rLHzPsX6oXkzU2qL12kHCH8G8cnZv1rBJh\u003cbr /\u003eDestination Tag: 2357564055                                        |\n|Monero:      | 4GdoN7NCTi8a5gZug7PrwZNKjvHFmKeV11L6pNJPgj5QNEHsN6eeX3D\u003cbr /\u003e\u0026#8618;aAQFwZ1ufD4LYCZKArktt113W7QjWvQ7CWDXrwM8yCGgEdhV3Wt|\n\n\n// Steven Jenkins De Haro (\"StevenJDH\" on GitHub)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenjdh%2Fklogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevenjdh%2Fklogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenjdh%2Fklogs/lists"}