https://github.com/replicatedhq/kubectl-traceroute
A kubectl plugin to diagnose and debug why a service is not responding
https://github.com/replicatedhq/kubectl-traceroute
Last synced: 6 months ago
JSON representation
A kubectl plugin to diagnose and debug why a service is not responding
- Host: GitHub
- URL: https://github.com/replicatedhq/kubectl-traceroute
- Owner: replicatedhq
- License: apache-2.0
- Created: 2020-02-12T20:35:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T03:22:36.000Z (over 3 years ago)
- Last Synced: 2024-06-21T18:53:16.005Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 6
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# `kubectl traceroute`
A `kubectl` plugin to diagnose a service that isn't responding or behaving properly
## Quick Start
```
kubectl traceroute <:port>
```## Example
```
kubectl traceroute -n sentry-enterprise sentry:9000Tracing route to sentry.sentry-enterprise.svc.cluster.local
✓ ✓ ✓ service named sentry found in sentry-enterprise namespace
✓ ✓ ✓ port 9000 found on service sentry
✓ ✓ ✓ Deployment/sentry-worker
✓ ✓ ✓ 2 replicas of deployment should be present
2/2 2/2 2/2 ready replicas of deployment found```