Activiti & Activiti Cloud Developers Guide
  • Introduction
  • Overview
    • 12 Factor Apps
    • Personas
    • Previous Versions (5.x & 6.x)
    • References
    • Cloud Native BPMN support
    • BPMN Comformance
      • BPMN Comformance Set 0
      • BPMN Comformance Set 1
      • BPMN Comformance Set 2
      • BPMN Comformance Set 3
      • BPMN Comformance Set 4
      • BPMN Comformance Set 5
      • BPMN Comformance Set 6
  • Getting Started
    • Getting Started - Activiti Cloud
      • Amazon EKS
      • Google Cloud GKE
      • Docker Compose
      • Jenkins X
        • Amazon EKS
        • Google GKE
    • Getting Started - Activiti Core
  • Components
    • Spring Cloud
    • Activiti Cloud Infrastructure
      • Gateway
      • Identity Management / Single Sign On
    • Activiti Cloud Application
      • Activiti Cloud Runtime Bundle
      • Activiti Cloud Connectors
      • Activiti Cloud Query Service
      • Activiti Cloud Audit Service
      • Activiti Cloud Notification Service
  • FAQs
    • Activiti Core FAQs
    • Activiti Cloud FAQs
  • BluePrints
    • Trending Topic Campaigns
  • Community
    • Roadmap
    • Repositories
    • Contributing
  • Releases
    • 8.2.0
    • 8.1.0
    • 8.0.0
    • 7.11.0
    • 7.10.0
    • 7.9.0
    • 7.8.0
    • 7.7.0
    • 7.6.0
    • 7.5.0
    • 7.4.0
    • 7.3.0
    • 7.2.0
    • 7.1.0-M17
    • 7.1.0-M16
    • 7.1.0-M15
    • 7.1.0-M14
    • 7.1.0-M13
    • 7.1.0-M12
    • 7.1.0-M11
    • 7.1.0-M10
    • 7.1.0-M9
    • 7.1.0-M8
    • 7.1.0-M7
    • 7.1.0.M6
    • 7.1.0 M5
    • 7.1.0 M4
    • 7.1.0 M3
    • 7.1.0 M2
    • 7.1.0 M1
    • 7.0.0 SR1
    • 7.0.0 GA
    • 7.0.0 RC1
    • 7.0.0 Beta5
    • 7.0.0 Beta4
    • 7.0.0 Beta3
    • 7.0.0 Beta2
    • 7.0.0 Beta1
    • 7.0.0 Early Access 201802
    • 7.0.0 Early Access 201801
    • 7.0.0 Early Access 201712
    • 7.0.0 Early Access 201711
    • 7.0.0 Early Access 201710
    • 7.0.0 Early Access 201709
Powered by GitBook
On this page
  1. FAQs

Activiti Cloud FAQs

Q: ELK setup is working now after using .nip.io instead of long hostname. question: how did you identify that this was due to long host?

A: The problem with using AWS NLB DNS name to install Activiti Helm chart in EKS is that it is not a wildcard DNS name. By resolving NLB DNS name to one of the IP addresses and using .nip.io wildcard DNS service does the trick, because Activiti Helm chart exposes services via dynamically created sub-domains, i.e. activiti-cloud-gateway...nip.io.

It is OK to use nip.io for quick testing, but the best best practice will be to register your own wildcard DNS A record for domain name that you own in Route 53 or your NS provider that uses AWS NLB DNS name alias with provided load balancing support.

Q: I am now installing the full example on GCP. Do you think that a Cluster like this: 4 vCPUs 15.00 GB is big enough? I am getting errors after a while of deploying the chart:

Warning FailedScheduling 44s (x17 over 11m) default-scheduler 0/1 nodes are available: 1 Insufficient cpu. It is better to have 8 CPUs (i.e. 2 nodes with 4 CPUs each) .

A: The recommended size in GCP is a 3 node cluster with n2-stardard-2 nodes

Q: Deployed the full-example on a GCP environment, but I can access the auth endpoint nor anything else. I can ping it, but the call hangs.

A: The external IP on GCP is provisioned dynamically when you install nginx-ingress that creates service with type LoadBalancer. You should pick and use nginx-controller 'External-IP.nip.io' to for deployment.

Q: I use *.nip.io but to deploy Activiti using Docker Compose, but it is not working.

A: it's working now.. till now i was behind corporate network.. to test i disconnected it and connected from my phone. after that i updated .env with new ip that i got and ran make application and make modeler. now I can see it loaded projects and i was able to create new project as well.

PreviousActiviti Core FAQsNextBluePrints

Last updated 1 year ago