Versions Compared

Key

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

...

All needed services are supplied as Docker containers. The following table summarizes all the available services:

Image nameServicesDefault number of containersMaximum number of containersProvider
kiuwan/apacheloadbalancerloadbalancer11Kiuwan
kiuwan/wildflykiuwanwildfly-f[1-8]18 
wildfly-a[1-8]18
wildfly-s[1-2]12
kiuwan/updaterkiuwanupdaterkiuwan1 (temporal)1
mysql:5.7.27mysql11Docker Official Images
redis:5.0.5

redis_0000[n]

66
clustercreator1 (temporal)1

The following diagram shows the infrastructure that KoP installer will create by default:

...

  • Apache (loadbalancer): an Apache instance that balances the traffic between Kiuwan frontals (kept in the default installation to allow easy frontal scaling).
  • Kiuwan front (wildfly-f1): a Kiuwan frontal.
  • Kiuwan analyzer (wildfly-a1): a Kiuwan analyzer.
  • Kiuwan scheduler (wildfly-s1): a Kiuwan scheduler.
  • MySQL (mysql): the main Kiuwan database.
  • Redis cluster (redis_0000[n]): redis Redis store nodes, used by Kiuwan as data cache.
  • Redis cluster creator (clustercreator): a temporal redis container that configures each Redis node as a cluster.
  • Kiuwan updater (updater): a temporal Kiuwan instance that installs, updates and upgrades needed data or configuration.

...