Skip to content

Helm Charts for Gyeeta installations on Kubernetes clusters

License

Notifications You must be signed in to change notification settings

Gyeeta/helmcharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gyeeta Kubernetes Helm Charts

Gyeeta components can be installed in Kubernetes Cluster environments using Helm Charts.

Gyeeta Helm Charts install the various components in the following way :

  1. Shyama Central Server is installed as a Statefulset along with its corresponding Postgres DB as a side container
  2. Madhava Intermediate Server is installed as a Statefulset along with its corresponding Postgres DB as a side container
  3. Partha Host Agents are installed as a Daemonset as Partha needs to be installed on each host
  4. Node Webserver is installed as a Deployment
  5. Alert Action Agent is installed as a Deployment

Prerequisites

  • Kubernetes 1.19+
  • Helm 3.2.0+
  • PV provisioner support in the underlying infrastructure

Gyeeta Components Helm Charts

Gyeeta components Helm Chart Description lnks are given below. Readers are advised to install the Helm Charts in the sequence as shown below :

  1. Shyama Central Server
  2. Madhava Intermediate Server
  3. Partha Host Agents
  4. Node Webserver
  5. Alert Action Agent

Gyeeta also provides a separate Helm Chart for Postgres DB component though it is recommended not to install a separate Postgres DB. Instead the Shyama server and Madhava Servers will automatically install a PostgresDB container alongside the server container.