📗
Digital Garden
  • Introduction
  • Life Strategy
    • Values
    • Principles
    • Routines
  • Tools
    • Note Taking
    • Software
  • Software Engineering
    • Ruby
    • ReasonML
  • DevOps
    • Shell-Fu
    • Kubernetes
  • Fragments
    • Living a net positive life
  • Looking Back
    • 2020-01
    • 2020-02
    • 2020-03
    • 2020-04
Powered by GitBook
On this page

Was this helpful?

  1. DevOps

Kubernetes

Run a temporary bash pod within a cluster

kubectl run my-shell --rm -i --tty --image ubuntu -- bash
PreviousShell-FuNextLiving a net positive life

Last updated 5 years ago

Was this helpful?