kush

Kubernetes Unhinged Shell 😎

OTHER License

Stars
46

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