Skip to content

Instantly share code, notes, and snippets.

@jcvenegas
Created April 7, 2021 22:26
Show Gist options
  • Save jcvenegas/b0ad95bbdc5c03d8a3521f61423eb77c to your computer and use it in GitHub Desktop.
Save jcvenegas/b0ad95bbdc5c03d8a3521f61423eb77c to your computer and use it in GitHub Desktop.
Run kata container oneliner using k8s

kubectl run -i --tty --attach --rm --image=ubuntu --overrides='{ "spec": { "runtimeClassName": "kata" } }' ubuntu

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