Skip to content

kiseru-io/debug-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debug Toolkit

Status

Build and Push

A prebaked image containing useful tools such as -

  • sslyze
  • nmap
  • httpie

Run locally

Pull the image from GitHub Container Registry and run:

docker run -it --rm ghcr.io/kiseru-io/debug-toolkit:latest /bin/bash

Run inside k8s

If you want to run inside your current k8s cluster, simply deploy using

kubectl create -f https://raw.githubusercontent.com/kiseru-io/debug-toolkit/master/debug-toolkit.yml

Update the image in debug-toolkit.yml to use GHCR:

image: ghcr.io/kiseru-io/debug-toolkit:latest

Verify that the debug-toolkit Pod is running

$ kubectl get pods 
NAME                                      READY     STATUS             RESTARTS   AGE
debug-toolkit                             1/1       Running            0          15m

To connect just exec to the running instance

kubectl exec -it debug-toolkit /bin/bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors