Skip to content

elmarx/kubeshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Kubeshell

An Arch-Linux-based image to be used in interactive kubernetes shells.

Usage

kubectl run my-shell --rm -i --tty --image elmarx/kubeshell -- bash

# or, run on a specific node
kubectl run my-shell --rm -i --tty --image elmarx/kubeshell --overrides='{"spec": { "nodeSelector": {"kubernetes.io/hostname": "my-node"}}}' -- bash

Install missing packages

paru package-name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages