Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Rancher is an Adeptia enables you to deploy the Adeptia Connect application using Rancher which is useful when you want to use your own VMs for Kubernetes cluster instead of using a managed Kubernetes cluster such as AKS.

Rancher is an open-source multi-cluster orchestration platform that makes it easy for you to deploy and manage an application on Kubernetes cluster created by Rancher Kubernetes Engine (RKE2).

Adeptia packages Rancher and Rancher Kubernetes Engine (RKE2) along with Adeptia Connect application and other components in Ansible Playbook. The Ansible Playbook Adeptia Connect Rancher package. This package helps you deploy the followings in the same order.

  • RKE2 – Rancher Kubernetes Engine to set up Kubernetes environment.

  • Rancher UI – UI to centrally manage a multi-cluster Kubernetes environment.

  • Longhorn – To implement distributed block storage for Kubernetes.

  • Prometheus including Grafana – To monitor the system and its execution environment holistically, for example, CPU usage.

  • Elasticsearch, Fluentd, and Kibana (EFK) – To view the logs for each microservice.

  • Adeptia Connect application

...

QA concerns

/wiki/spaces/ProductSpace/pages/21632196

...

While uninstalling AC application we need to specify namespace with same configuration same at the time of installation.

...

And this information will be added in documentation.

...

...

How end-user can update min/max pod replicas and pvc size ?

...

Require Discussion with Prashant

Prashant >> It should be documented.

Doc team >>

  • min/max pod replicas - done (ac_ha_mode)

  • pvc size - ?

...

When we deploy using helm then in DB Url we give the use SSL=true

jdbc:mysql://adeptia-qa-mysql.mysql.database.azure.com:3306/qabackend?useSSL=true

Prashant >> This should be documented.

Doc team >> done

...

  • How customer will configure the DNS (Certificate and Key) using their certificate

Prashant>> It will be handle in document

...