Coder Social home page Coder Social logo

autonomous-homelab's Introduction

Homelab

This is the companion configuration that goes with the video from Dreams of Autonomy.

This project is split into different directories depending on each service used.

Requirements

To use this, you'll need the following installed on your sysetm

  • nix
  • kubectl
  • helmfile
  • helm
  • git

Additionally, you'll also want to make changes to the user information found in the nixos/configuration.nix

nixos

This directory contains the nixos configuration for setting up each node with k3s.

The configuration makes use of nix flakes under the hood, with each node configuration being:

homelab-0
homelab-1
homelab-2

To set up a node from fresh, you can use nixos-anywhere. This requires loading the nixos installer and then booting the node into it. You can then install remotely once you've set the nodes password using the passwd command.

The command I use is as follows:

nix run github:nix-community/nixos-anywhere \
--extra-experimental-features "nix-command flakes" \
-- --flake '.#homelab-0' [email protected]

make sure to replace with your own ip.

helm

This directory is used to store the helm configuration of the node and is managed using helmfile, which is a declarative spec for defining helm charts.

To install this on your cluster, you can simply use the following command.

helmfile apply

kustomize

Kustomize allows you to manage multiple manifest files in a Kustomize.yaml, which also allows you to override values if you need to.

I don't use Kustomize that much in the video, but it's a tool I do often use and is available in kubectl.

autonomous-homelab's People

Contributors

elliottminns avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.