# [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. ## 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 This project is licensed under the [ISC License](LICENSE).