Skip to content

Instantly share code, notes, and snippets.

View josephjacks's full-sized avatar
🎯
Focusing

JJ josephjacks

🎯
Focusing
View GitHub Profile
@bassam
bassam / README.md
Last active April 23, 2019 10:14
KubeCon Demo

setup

Startup a 3 node Kuberentes cluster.

Run this in a shell to see the whats happening in the cluster:

watch -t -n1 'kubectl get pods -n rook  -o wide && echo && echo && kubectl get pods -o wide && echo && echo && kubectl get pvc'

demo

@philips
philips / users.md
Last active April 5, 2023 14:17
Kubernetes Third-Party Resource Users

A Gopher Rising

Inspired by Maya Angelou's Still I Rise

You may walk through my GitHub history,
With it’s non idiomatic and fragal lines,
You may value me less than dirt,
But still, like dust, I’ll rise.

We assume we have a set of master nodes (master-{1..N}) and a set of worker nodes (worker-{1..M}). We also assume that the container runtime (Docker, rkt) is already installed. For now, also assume that networking is configured. In my mind it is an open issue how much networking should be driven by kubernetes.

workstation$ ssh master-1

Start the kubelet. Here we just start it directly in the background for simplicity.

@karlkfi
karlkfi / kubernetes-gitdm.md
Last active September 5, 2016 04:15
Top 25 Kubernetes Contributors (2015-09-02)

Kubernetes repo analyzed with gitm.

git log --numstat --no-merges | ~/workspace/gitdm/gitdm -u -s -a -n -o results -b ~/workspace/gitdm -l 25

Caveats

Source tree analysis includes generated, third-party, and vendored dependency files.