{"id":20406178,"url":"https://github.com/umegbewe/kubectl-multilog","last_synced_at":"2025-04-12T15:06:11.003Z","repository":{"id":176448052,"uuid":"657973547","full_name":"umegbewe/kubectl-multilog","owner":"umegbewe","description":"Stream tailed logs across containers, pods and clusters","archived":false,"fork":false,"pushed_at":"2024-12-15T16:35:11.000Z","size":89,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T15:05:58.557Z","etag":null,"topics":["kubectl","kubectl-plugin","kubectl-plugins","kubernetes"],"latest_commit_sha":null,"homepage":"","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/umegbewe.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":"2023-06-24T11:24:26.000Z","updated_at":"2024-12-15T17:11:06.000Z","dependencies_parsed_at":"2025-04-12T15:06:02.154Z","dependency_job_id":null,"html_url":"https://github.com/umegbewe/kubectl-multilog","commit_stats":null,"previous_names":["umegbewe/kubectl-multilog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umegbewe%2Fkubectl-multilog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umegbewe%2Fkubectl-multilog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umegbewe%2Fkubectl-multilog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umegbewe%2Fkubectl-multilog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umegbewe","download_url":"https://codeload.github.com/umegbewe/kubectl-multilog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586235,"owners_count":21128997,"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":["kubectl","kubectl-plugin","kubectl-plugins","kubernetes"],"created_at":"2024-11-15T05:15:24.503Z","updated_at":"2025-04-12T15:06:10.971Z","avatar_url":"https://github.com/umegbewe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kubectl-multilog\n\n\nCLI tool for real-time streaming of logs from multiple Kubernetes pods. \n\n## Demo\n\n[![asciicast](https://asciinema.org/a/593139.svg)](https://asciinema.org/a/593139)\n\n## Features\n* Real-time streaming of logs from selected pods and containers.\n* Fetch logs across multiple clusters\n* Color-coding to differentiate logs from different pods/containers.\n* ~~Fetch logs based on timestamps (sinceSeconds or sinceTime).~~\n* Supports logs from init containers.\n\n## Building\n\nTo build `kubectl-multilog`, you need Go installed on your machine. You can then build the binary using the following command:\n\n```bash\ngo build -o kubectl-multilog\n```\n\nMove the binary to a directory in your `PATH`, you might need to run this with sudo\n```bash\nmv kubectl-multilog /usr/local/bin\n```\n\n\n## Usage\nHere's how to use the :\n\n``kubectl multilog --help``\n\n```\n--kubeconfig \u003ckubeconfig_path\u003e --context \u003ckubernetes,context\u003e --namespace \u003cnamespace\u003e --selector \u003clabel_selector\u003e --init-containers \u003cbool\u003e --previous \u003cbool\u003e\n```\n\nOptions:\n\n`kubeconfig:` Path to the kubeconfig file. Defaults to ~/.kube/config.\n\n`context:` Optional, seperated by commas\n\n`namespace:` Kubernetes namespace to use. Defaults to default.\n\n`selector:` Label selector to filter the pods.\n\n`init-containers:` Whether to include init containers. Defaults to false.\n\n`previous:` Whether to include previous terminated containers. Defaults to false.\n\n`container:` Specific container to fetch logs from within a pod.\n\n~~`since:` Fetch logs since a specific point in time or duration (e.g., 5m for last five minutes).~~\n\n\n## Contributing\nContributions are welcome! Please submit a pull request or create an issue to contribute to this project.\n\n## License\nThis project is licensed under the [MIT License](https://github.com/umegbewe/kubectl-multilog/blob/main/README.md).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumegbewe%2Fkubectl-multilog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumegbewe%2Fkubectl-multilog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumegbewe%2Fkubectl-multilog/lists"}