Skip to content
/ kush Public
forked from krisnova/kush

Kubernetes Unhinged Shell 😎

License

Notifications You must be signed in to change notification settings

indigo423/kush

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kush

Kubernetes Unhinged Shell.

Conventions

  • This program MUST compile to a static binary
  • This program MUST run bash(1) inside a pod

kobfuscate

Inside this repository there is the Go package kobfuscate which can be used to hide a pod from the rest of the Kubernetes API server and Kubernetes clients.

runtime := kobfuscate.NewRuntime()
err := runtime.Hide()
// manage error

About

Kubernetes Unhinged Shell 😎

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 72.7%
  • Shell 14.8%
  • Makefile 10.7%
  • Dockerfile 1.8%