Skip to content

afritzler/k8s-first-aid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

k8s-first-aid

Helper Utils for Kubernetes

rootpod

Accessing the root file system of a host machine

kubectl create -f https://raw.githubusercontent.com/afritzler/k8s-first-aid/master/manifests/rootpod.yaml
kubectl exec -it rootpod /bin/sh

The root file system can be found under /hostroot/.

Once in the busybox you can do a chroot

chroot /hostroot

Now you should have access to the underlying OS.

Releases

No releases published

Packages

No packages published