Skip to content

Exercise for Infrastructure Candidates

Notifications You must be signed in to change notification settings

sarasensible/infraexercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infraexercise

Exercise for Infrastructure Candidates

Prerequisites

You will need the following tools installed on your machine.

Setup

Once you have enabled Kubernetes, you will need to export the following environment variable for the instructions to work:

export KUBE_CONFIG_PATH=~/.kube/config

The Terraform Kubernetes provider needs this environment variable in order to find the Kubernetes cluster set up in Docker-Desktop.

Monitoring Stack

Install the monitoring stack on your Kubernetes environment using:

terraform init
terraform plan
terraform apply -auto-approve

This will install Loki and Promtail for logs, Prometheus for metrics, and Grafana for dashboards.

The Problem

There is a Helm installation of an online boutique with misconfigurations. Fix the misconfigurations to get a fully functional product!

About

Exercise for Infrastructure Candidates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages