Skip to content

mcwarman/k8s-jump-box

Repository files navigation

K8s Jump Box

There are times when you need to test connectivity or access services that are only accessible in a cluster. This image is designed to service that need installing packages commonly used to assist.

Usage

kubectl run jump-box --image=ghcr.io/mcwarman/k8s-jump-box:1 -i -t --image-pull-policy=Always --restart=Never --rm

Testing

docker compose build jumpbox
docker compose run jumpbox