Skip to content

Instantly share code, notes, and snippets.

View Choongkyu's full-sized avatar

Choongkyu Kim Choongkyu

View GitHub Profile
@Choongkyu
Choongkyu / 0-startup-overview.md
Created June 14, 2021 07:34 — forked from dideler/0-startup-overview.md
Startup Engineering notes
@Choongkyu
Choongkyu / install-kubernetes-archlinux.md
Created February 22, 2020 23:22 — forked from StephenSorriaux/install-kubernetes-archlinux.md
Install Kubernetes on bare-metal ArchLinux host

Installing Kubernetes on ArchLinux

Packages

pacman -S curl docker ebtables ethtool wget unzip

Also cfssl is needed but available on AUR, using pacaur

pacaur -S cfssl
@Choongkyu
Choongkyu / install-kubernetes-archlinux.md
Created February 22, 2020 23:22 — forked from StephenSorriaux/install-kubernetes-archlinux.md
Install Kubernetes on bare-metal ArchLinux host

Installing Kubernetes on ArchLinux

Packages

pacman -S curl docker ebtables ethtool wget unzip

Also cfssl is needed but available on AUR, using pacaur

pacaur -S cfssl
@Choongkyu
Choongkyu / redis.sh
Created November 16, 2017 21:19 — forked from pbrisbin/redis.sh
Redis cheat-sheet (gist mirror of something on pastebin.com)
# Connect to a server
redis-cli server
# Make an insert
set key value
# Make multiple insert