aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2020-07-13 17:59:33 +0200
committergabrielgio <gabriel.giovanini@pm.me>2020-07-13 17:59:33 +0200
commit9e8751d25fd809597c5acf69b51cacd2056acaf6 (patch)
tree2c9e190551271889c17154aaff4bcb8af4cf67db
parent4b9ddc8b842998345729db22908e36488eb01851 (diff)
downloadgabrielgio.me-9e8751d25fd809597c5acf69b51cacd2056acaf6.tar.gz
gabrielgio.me-9e8751d25fd809597c5acf69b51cacd2056acaf6.tar.bz2
gabrielgio.me-9e8751d25fd809597c5acf69b51cacd2056acaf6.zip
Add initial draft to local k8s
-rw-r--r--content/logs/2020-07-13-k8s.org38
1 files changed, 38 insertions, 0 deletions
diff --git a/content/logs/2020-07-13-k8s.org b/content/logs/2020-07-13-k8s.org
new file mode 100644
index 0000000..8422858
--- /dev/null
+++ b/content/logs/2020-07-13-k8s.org
@@ -0,0 +1,38 @@
+---
+title: "Road to local k8s"
+date: 2020-07-13
+tags: ['kubernetes', 'linux', 'fedora']
+---
+
+* Goal
+The goal is to deploy kubernetes on my local networks, and keep everything as
+reproducible as possible.
+
+* Stack
+
+I'll use Fedora Core OS, Matchbox and Terraform [fn:1], a match the requirements
+for Tectonic [fn:2]
+
+** Steps
+- Network Setup DHCP/TFTP/DNS [fn:3]
+- Matchbox [fn:4]
+- PXE network boot environment
+- Terraform Tectonic [fn:5]
+
+** Network Setup DHCP/TFTP/DNS
+** Matchbox
+** PXE network boot environment
+** Terraform Tectonic
+
+------
+* Links
+[fn:1]https://coreos.com/tectonic/docs/latest/install/bare-metal/metal-terraform.html
+
+[fn:2]https://coreos.com/tectonic/docs/latest/install/bare-metal/requirements.html
+
+[fn:3]https://coreos.com/matchbox/docs/latest/network-setup.html
+
+[fn:4]https://coreos.com/matchbox/docs/latest/deployment.html
+
+[fn:5]https://coreos.com/tectonic/releases/
+