Skip to content

Instantly share code, notes, and snippets.

@dmunn
dmunn / kubernetes.md
Last active February 26, 2024 08:07
Document providing an overview of Kubernetes and some basic interactions using the CLI

Kubernetes

Kubernetes is a production-grade, open-source platform that orchestrates the placement (scheduling) and execution of application containers within and across computer clusters.

Minikube

Can be considered as a developers testing ground, running Kubernetes locally within a VM.

Cluster

@dmunn
dmunn / sauce.sh
Last active August 29, 2015 14:01
CONNECT_DIR="/tmp/sauce-connect-$RANDOM"
READY_FILE="connect-ready-$RANDOM"
# Get Connect and start it
mkdir -p $CONNECT_DIR
cd $CONNECT_DIR
wget http://saucelabs.com/downloads/Sauce-Connect-latest.zip
unzip Sauce-Connect-latest.zip
rm Sauce-Connect-latest.zip