asajaroff/kubastion

By asajaroff

Updated 9 months ago

Bastion Image for debugging purposes

Image
Networking
Security
Databases & storage
0

10K+

asajaroff/kubastion repository overview

Kubastion

Information

Kubastion is a simple container image based on centOS which focus is to be able to perform managment and network tasks.

Build

Use docker build -t kubastion:0.1 . to build the image. Once the image has been built, the best workflow is to create an ECR Registry in order to upload the image. When you've finished uploading the image, simply run:

kubectl run kubastion --image=$REGISTRY/kubastion:0.1 --replicas=1

Attach to container in Kubernetes

Execute the following command:

kubectl exec -ti kubastion /bin/bash

Tag summary

Content type

Image

Digest

sha256:852accb50

Size

119.9 MB

Last updated

9 months ago

docker pull asajaroff/kubastion