MA
martinkr/golem-docker-kubernetes-terraform
Beispielcode für...
IAC — Infrastructure as Code
This folder contains example infrastructure and local orchestration helpers for the microservices-based Infratructure as Code demos.
Files and folders
docker-compose.yml— local compose file to run the example services for developmentk8s/— Kubernetes manifests / deployment examplesterraform/— Terraform configuration (examples)services/— service implementations used by the demosserve.js,index.js— small local server entrypointspackage.json— npm scripts (usenpm run startto run the local server)
Quick start — local (docker-compose)
- From this directory, build and start the stack:
docker-compose up --build- Stop the stack with:
docker-compose downQuick start — node-only
- Install dependencies:
npm install- Start the local server:
npm run startNotes
- Use a recent Node.js version for development.
- The
k8s/andterraform/folders contain example manifests — adapt them before applying to real clusters or cloud providers. - This folder is meant as a learning/demo environment and is intentionally minimal.
On this page
Languages
JavaScript56.7%HCL36.5%Dockerfile6.8%
Contributors
Created January 5, 2026
Updated February 18, 2026