Files
inception-of-things/README.md
xtrm c0d77c5332 🔨 chore: update :3
Signed-off-by: xtrm <oss@xtrm.me>
2025-07-08 12:22:13 +02:00

1.1 KiB

inception-of-things

This project aims to introduce you to Kubernetes from a developer perspective. You will have to set up small clusters and discover the mechanics of continuous integration. At the end of this project you will be able to have a working cluster in docker and have a usable continuous integration for your applications.

How to use

Setting up the VM

First, since everything is done in a Virtual Machine, we provide a NixOS configuration to bootstrap everything. You launch use it by running one of the following commands:

# Launches the VM normally
nix run ./vm

# Launches the VM in TUI/headless mode
nix run ./vm#vm-nodisplay

You can also run nix run .#clean in the vm directory to clean-up any VM files.

Part 1: Setting up the cluster

TODO: bla bla bla

Part 2: I don't even know anymore

TODO: bla bla bla

Part 3: What?

TODO: bla bla bla

Bonus part: GitLab hell

TODO: bla bla bla

License

This project is licensed under the ISC License.