Skip to content

Instantly share code, notes, and snippets.

@pulpo
pulpo / local-kubernetes.sh
Created September 20, 2019 16:17 — forked from tom-butler/local-kubernetes.sh
local-kubernetes
#!/bin/bash
# Install k3d
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/master/install.sh | bash
# verify it
k3d --version
k3d check-tools
# create a volume and cluster