Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 435 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 435 Bytes

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