🔨 chore: update :3

Signed-off-by: xtrm <oss@xtrm.me>
This commit is contained in:
xtrm
2025-07-08 12:22:13 +02:00
parent 8c1eeab749
commit c0d77c5332
6 changed files with 45 additions and 14 deletions

View File

@ -1,6 +1,37 @@
# [inception-of-things](https://projects.intra.42.fr/projects/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.
> 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:
```bash
# 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