/helm-dynamic-envs

Code for the application I used on my "Dynamic testing environments using Helm and Kubernetes"

Primary LanguageTypeScriptMIT LicenseMIT

Creating dynamic environments with Helm and Kubernetes

Code for my talk about dynamic testing environments with Kubernetes and Helm (Original application here)

Link to the Azure Devops Repository

Summary

Usage

The backend and frontend folders are the application itself. They both have docker images in my Docker Hub:

You can download those and run separately (bear in mind the backend needs MongoDB in order to work), or, the easier way, run docker-compose up.

Charts

The Helm charts can be used to deploy this application into a Kubernetes cluster with low to zero effort.