eshishkin / demo-kubernetes-metrics-and-logs

A set of PoCs with Kubernetes related technologies
GNU General Public License v3.0
0 stars 0 forks source link

Kubernetes Demo Application

This is a simple application for demonstration main features of Kubernetes and related technologies (EFK, Prometheus/Grafana, etc). Also, it is a sandbox where I try different frameworks and tools. The application is pretty simple. It has two services - sender and receiver. Sender sends messages to RabbitMQ topic, receiver just reads the topic and saves messages to MongoDB.

How to build it locally

Requirements

Building docker images

Using Tekton pipeline

Using Skaffold

Running the application locally via Helm