Skip to content

Instantly share code, notes, and snippets.

@danhawkins
Last active April 27, 2022 15:54
Show Gist options
  • Save danhawkins/5baa2e4d3f2fa748213cd659e9d92dc0 to your computer and use it in GitHub Desktop.
Save danhawkins/5baa2e4d3f2fa748213cd659e9d92dc0 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Name for the pod
LIVEBOOK_NAME="danny-livebook"
echo "Starting livebook"
kubectl run $LIVEBOOK_NAME \
--image=livebook/livebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment