Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 414 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 414 Bytes

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