An open API service indexing awesome lists of open source software.

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

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:9000

Tracing 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

```