Skip to content

Releases: datakaveri/iudx-deployment

IUDX Deployment v5.0.0

07 Feb 03:13
7f508bb
Compare
Choose a tag to compare

New Features

  • Acme-based Nginx, for automated renewal of certficates
  • Added new components deployment - Consent, Onboarding,
    ACL-APD
  • COS-COP deployment model
  • Integrated Kubescape with Jenkins for automated static security analysis
    of the charts

Enhancement

  • Upgraded ELK stack to 8.7.0
  • Upgraded Keycloak to 22.0.1
  • Various fixes - logging fix in Swarm Stack files

IUDX Deployment v4.5.0

28 Apr 04:58
b834c80
Compare
Choose a tag to compare

New Features

  • Added Documentation, the architecture of deployments
  • RKE2-based K8s cluster deployment and Integrated Rancher Cluster autoscaler
  • Fully integrated and tested IUDX K8s deployment on Azure using Rancher and AKS
  • Automatic update of docker image tags of API servers through GitHub actions
  • Automated creation of users, exchanges vhosts through rmq init script

Enhancement

  • Enhanced deployment security by security hardening the helm charts - non-root user, read-only file system, dropping all Linux capabilities, support encrypted ebs
  • Software updates for immudb, rancher, K8s, rabbitmq, and IUDX API servers
  • Refactor custom docker image code, it is now present in a separate directory called docker
  • Migrate from RMQ K8s yaml files to bitnami helm based

IUDX Deployment (Scripts) v2.5.0

31 Mar 10:14
Compare
Choose a tag to compare

Features

  • The IUDX system can be brought up in a docker based swarm network or using Kubernetes
  • The docker-based swarm system uses an overlay network and supports manual scaling using docker run.
  • The Kubernetes-based system supports autoscaling scaling using the Horizontal Pod Autoscaling technique using CPU, Memory limits. In this version of release RabbitMQ, Catalogue API Server with Ingress proxy and Resource API Server with Ingress proxy can be deployed as a Kubernetes service.
  • Hazlecase with Zookeeper is used as our cluster manager.
  • Monitoring of the APIs, Services, Containers, Nodes are done using Micrometer, Promtail, and Node exporter.
  • Metrics are pushed to Loki, Prometheus, and visualized using Grafana.