Skip to content

RyazanovAlexander/pipeline-manager.infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipeline Manager IaaS

The Pipeline manager Infrastructure is defined by the following resources:

  1. TiDB - cloud-native, distributed SQL database for elastic scale and real-time analytics. Used to store App Grains states and task list.
  2. Prometheus Operator - provides Kubernetes native deployment and management of Prometheus and related monitoring components. The purpose of this project is to simplify and automate the configuration of a Prometheus based monitoring stack for Kubernetes clusters. Used for storing and analyzing metrics and logs.
  3. KEDA - allows for fine-grained autoscaling (including to/from zero) for event driven Kubernetes workloads. KEDA serves as a Kubernetes Metrics Server and allows users to define autoscaling rules using a dedicated Kubernetes custom resource definition. Used for scaling platform services and private resources of user applications.

Install

Run the following command in the root of the directory:

make install

Uninstall

Run the following command in the root of the directory:

make uninstall

Releases

No releases published

Packages

No packages published