gabrielgio.me @ 9e8751d25fd809597c5acf69b51cacd2056acaf6

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