From b4472b41214eeeacce071df41bf0f782e1f16d6d Mon Sep 17 00:00:00 2001
From: "Gabriel A. Giovanini"
+
The goal is to deploy kubernetes on my local networks, and keep everything
as reproducible as possible.
-
+
I'll use Fedora Core OS, Matchbox and Terraform
1, a match the requirements for
Tectonic2. First learning the basics
+ First learning the basics
To check open ports
-Goal
- Goal
+ Stack
- Stack
+ Steps
-
- Network Setup DHCP/TFTP/DNS
-
-
- Steps
+
+ Network Setup DHCP/TFTP/DNS
+
+
+
- lsof -Pni | grep LISTEN
+
lsof -Pni | grep LISTEN
+
+ Run the provided6 image with dnsmasq and PXE toolkit -
docker run --rm --cap-add=NET_ADMIN --net=host quay.io/coreos/dnsmasq \
+ docker run --rm --cap-add=NET_ADMIN --net=host quay.io/coreos/dnsmasq \
-d -q \
--dhcp-range=192.168.1.3,192.168.1.254 \
--enable-tftp --tftp-root=/var/lib/tftpboot \
@@ -54,48 +54,48 @@
--address=/matchbox.example/192.168.1.2 \
--log-queries \
--log-dhcp
-
- Matchbox
- ...
- PXE network boot enviroment
- ...
- Terraform Tectonic
- ...
- Links
-
- 1
-
- https://coreos.com/tectonic/docs/latest/install/bare-metal/metal-terraform.html
-
-
-
- 2
-
- https://coreos.com/tectonic/docs/latest/install/bare-metal/requirements.html
-
-
-
- 3
-
- https://coreos.com/matchbox/docs/latest/network-setup.html
-
-
-
- 4
-
- https://coreos.com/matchbox/docs/latest/deployment.html
-
-
-
- 5
-
- https://coreos.com/tectonic/releases/
-
-
-
- 6
-
- https://github.com/poseidon/matchbox/tree/v0.7.0/contrib/dnsmasq
-
-
+
+ Matchbox
+ ...
+ PXE network boot enviroment
+ ...
+ Terraform Tectonic
+ ...
+ Links
+