Skip to content

dhruvbhartia07/devops-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

devops-lab

A collection of small experiments and scripts exploring how systems actually behave.

Most of these are tied to write-ups where I try to reason about why things exist the way they do, not just how to use them.


What you'll find here

Each folder represents a focused experiment:

  • a specific idea or question
  • a minimal setup to test it
  • scripts to reproduce behavior

Examples:

  • docker-systemd-reliability/ → exploring how far Docker + systemd can go
  • (more to be added over time)

How to use

Each experiment is self-contained.

cd <experiment-folder>
./setup.sh up

Follow the README inside the folder for what to observe.

Clean up after:

./setup.sh down

Why this exists

Most tools are easy to use once you know the commands.

What’s harder is understanding:

  • where they work well
  • where they start breaking
  • what problem they are actually solving

This repo is an attempt to explore that through small, runnable setups.


Related write-ups


Notes

  • Safe to run on a local machine or VM
  • Experiments are intentionally minimal
  • Focus is on behavior, not production readiness

About

A repo with scripts and demo for the labs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors