Skip to content

Instantly share code, notes, and snippets.

@iamjjanga-ouo
Created July 16, 2024 13:55
Show Gist options
  • Save iamjjanga-ouo/ee4986b231d018403e18dc3f3ccc5f00 to your computer and use it in GitHub Desktop.
Save iamjjanga-ouo/ee4986b231d018403e18dc3f3ccc5f00 to your computer and use it in GitHub Desktop.
[kubernetes/chore] #kubernetes

[Test] Create test curl pod in one-line

kubectl run curl-test --image=radial/busyboxplus:curl -i --tty --rm

[Test] Create pod with sleep infinity

kubectl run my-pod --image=python -n default -- sleep infinity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment