Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 673 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 673 Bytes

Devops Stack

This repository provides a simple test devops stack. It currently provides a docker image with an associated Jenkins pipeline to build and push it to Dockerhub. It also installs Apache Pulsar (which by defaults comes with the kube-prometheus-stack).

Prerequisites

Installation

  1. Start up your minikube cluster: minikube start
  2. Install the helm charts: cd terraform && terraform init && terraform apply
  3. Apply the helm charts: kubectl apply -f k8s/