Skip to content

This is a Kubernetes Cluster Debugging Utility. Aims to be deployed as a workload in a Kubernetes cluster, so that you can debug and test connectivity between workloads from their perspective.

License

theAkito/kubedigger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Cloud Build Status Docker Image Version (latest semver)

Docker Stars Docker Pulls

Docker Image Size (latest semver) Docker Cloud Automated build

GitHub Liberapay patrons

What

This is a Kubernetes Cluster Debugging Utility. Aims to be deployed as a workload in a Kubernetes cluster, so that you can debug and test connectivity between workloads from their perspective.

Why

All the popular utilities try to fix determine issues from the outside. This utility aims to debug connectivity issues from inside. This way you are closer to the actual behaviour of your debugging targets, compared to what you see when looking from above/outside.

How

Deploy this is a Pod or Deployment in your Kubernetes cluster. Once support will be added, you will also be able to deploy it as a Helm Chart, which will be compatible with Rancher.

Get

Latest build:

docker pull akito13/kubedigger

Fixed version:

docker pull akito13/kubedigger:0.5.0

Tags follow semver, without the v. Git tags equal Docker tags, so no need to check tags explicitly on Docker Hub.

Build

Build yourself:

bash docker-build.sh

License

Copyright (C) 2020 Akito the@akito.ooo

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About

This is a Kubernetes Cluster Debugging Utility. Aims to be deployed as a workload in a Kubernetes cluster, so that you can debug and test connectivity between workloads from their perspective.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published