Skip to content

K8s-Sherlock is your open-source investigative tool for diving deep into Kubernetes cluster mysteries. Designed to simplify and expedite debugging processes, it's the essential utility for demystifying complex container orchestration issues.

License

vivsoftorg/k8s-sherlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8s-Sherlock 🕵️‍♂️

Overview

K8s-Sherlock is an open-source Kubernetes pod designed for debugging and diagnostics. As a swiss-army knife for your Kubernetes cluster, it comes pre-loaded with a host of tools to help you diagnose issues with network, containers, and more. Developed to expedite the troubleshooting process, K8s-Sherlock is your go-to pod for resolving complex orchestration issues.


Features

  • Networking Tools: Comes with iproute2, iputils-ping, traceroute, netcat, dnsutils, and telnet.
  • HTTP Tools: curl and wget pre-installed for HTTP requests.
  • AWS Integration: AWS CLI is installed for interacting with AWS services.
  • Docker CLI: Perform Docker operations without leaving the pod.

Quick Start

Prerequisites

  • A Kubernetes cluster up and running
  • kubectl installed and configured

Deploy K8s-Sherlock Pod

bash

kubectl apply -f pod/sherlock.yaml --namespace=<namespace_name>

Associate Service Account to Pod to AWS IAM role

bash

kubectl annotate service shelock-sa eks.amazonaws.com/role-arn=<YOUR_IAM_ROLE_ARN> --namespace=<namespace_name>

Usage

Once the K8s-Sherlock pod is up and running, you can exec into it to use the tools.

bash

kubectl exec -it <pod-name> -- /bin/bash

Contributing

We love contributions! Please read the Contributing Guidelines for more information on how to get involved.


License

This project is licensed under the MIT License. See the LICENSE file for details.

About

K8s-Sherlock is your open-source investigative tool for diving deep into Kubernetes cluster mysteries. Designed to simplify and expedite debugging processes, it's the essential utility for demystifying complex container orchestration issues.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published