Giter Site home page Giter Site logo

homelab's Introduction

Homelab Configuration

This GitLab project contains the configuration files and scripts for managing my homelab infrastructure. The homelab consists of three physical Dell OptiPlex servers running a Kubernetes cluster.

Overview

The purpose of this project is to provide a centralized repository for all configuration files, scripts, and documentation related to the setup and maintenance of the homelab. This includes Kubernetes manifests, Helm charts, Ansible playbooks, and any other relevant configuration files.

Infrastructure

  • Servers: 3 x Dell OptiPlex
  • Cluster: Kubernetes

Repository Structure

.
├── ansible/                # Ansible playbooks for server provisioning and configuration
├── kubernetes/             # Kubernetes manifests and Helm charts
│   ├── deployments/        # Deployment configurations
│   ├── services/           # Service definitions
│   ├── configmaps/         # ConfigMap definitions
│   └── secrets/            # Secret definitions
├── scripts/                # Utility scripts for various tasks
├── docs/                   # Documentation
└── README.md               # Project overview and instructions

Getting Started

Prerequisites

  • Ansible: Used for provisioning and configuring the servers.
  • kubectl: Command-line tool for interacting with the Kubernetes cluster.
  • Helm: Package manager for Kubernetes.

Initial Setup

  1. Clone the Repository:
    git clone https://gitlab.com/yourusername/homelab-config.git
    cd homelab-config
  2. Provision Servers: Use the Ansible playbooks to provision and configure the Dell OptiPlex servers.
    ansible-playbook ansible/provision.yml
  3. Deploy Kubernetes Resources: Apply the Kubernetes manifests to set up the cluster.
    kubectl apply -f kubernetes/deployments/
    kubectl apply -f kubernetes/services/

TODO

todo

homelab's People

Contributors

tomekz avatar

Watchers

 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.