Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.09 KB

Container Labs 🐳

Container Labs is a DevOps practice project designed to set up and manage multiple server environments using Docker containers and networks, along with monitoring using Prometheus, Grafana, and Alertmanager.

Getting Started

Prerequisites

Setup

Clone the repository and navigate into it:

git clone https://github.com/TheDevOpsHub/container-labs.git
cd container-labs

Labs

We devided this repo into 3 main areas:

pools

  • Contains the base infrastructure for each tool and server. For example: ubuntu-vm, grafana, prometheus, ...

src

  • Contains source code, script for configuration and infrastructure as code approach. E.g: Ansible/Terraform

labs

  • Contains various labs with different architectural combinations.
  • These labs combine components from the pools directory and utilize code from the src directory to provide hands-on architectural setups.