Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JamesTGrant/kubectl-debug
Debug a target container in a Kubernetes cluster by automatically creating a new, non-invasive, 'debug' container in the same pid, network, user, and ipc namespace as the target container without disrupting the target container. The new container may contain all the troubleshooting tools utilites you require, even if the target container doesn't even contain a SHELL.
https://github.com/JamesTGrant/kubectl-debug
Last synced: about 1 month ago
JSON representation
Debug a target container in a Kubernetes cluster by automatically creating a new, non-invasive, 'debug' container in the same pid, network, user, and ipc namespace as the target container without disrupting the target container. The new container may contain all the troubleshooting tools utilites you require, even if the target container doesn't even contain a SHELL.
- Host: GitHub
- URL: https://github.com/JamesTGrant/kubectl-debug
- Owner: JamesTGrant
- License: apache-2.0
- Fork: true (aylei/kubectl-debug)
- Created: 2021-11-29T13:50:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T11:13:20.000Z (over 2 years ago)
- Last Synced: 2024-02-15T11:34:45.464Z (10 months ago)
- Language: Go
- Homepage:
- Size: 2.26 MB
- Stars: 312
- Watchers: 5
- Forks: 33
- Open Issues: 0
Awesome Lists containing this project
- awesome-k8s-resources - Kubectl-debug - `kubectl-debug` is an out-of-tree solution for troubleshooting running pods, which allows you to run a new container in running pods for debugging purpose. (Tools and Libraries / Testing and Troubleshooting)