gabrielgio.me @ 9e8751d25fd809597c5acf69b51cacd2056acaf6

Add initial draft to local k8s
 1diff --git a/content/logs/2020-07-13-k8s.org b/content/logs/2020-07-13-k8s.org
 2new file mode 100644
 3index 0000000000000000000000000000000000000000..84228580fb999ddd4b161a07eea05f517ad8ea54
 4--- /dev/null
 5+++ b/content/logs/2020-07-13-k8s.org
 6@@ -0,0 +1,38 @@
 7+---
 8+title:  "Road to local k8s"
 9+date:   2020-07-13
10+tags: ['kubernetes', 'linux', 'fedora']
11+---
12+
13+* Goal
14+The goal is to deploy kubernetes on my local networks, and keep everything as
15+reproducible as possible.
16+
17+* Stack
18+
19+I'll use Fedora Core OS, Matchbox and Terraform [fn:1], a match the requirements
20+for Tectonic [fn:2]
21+
22+** Steps
23+- Network Setup DHCP/TFTP/DNS [fn:3]
24+- Matchbox [fn:4]
25+- PXE network boot environment
26+- Terraform Tectonic [fn:5]
27+
28+** Network Setup DHCP/TFTP/DNS
29+** Matchbox
30+** PXE network boot environment
31+** Terraform Tectonic
32+
33+------
34+* Links
35+[fn:1]https://coreos.com/tectonic/docs/latest/install/bare-metal/metal-terraform.html
36+
37+[fn:2]https://coreos.com/tectonic/docs/latest/install/bare-metal/requirements.html
38+
39+[fn:3]https://coreos.com/matchbox/docs/latest/network-setup.html
40+
41+[fn:4]https://coreos.com/matchbox/docs/latest/deployment.html
42+
43+[fn:5]https://coreos.com/tectonic/releases/
44+