Kiuwan on premises is based on a client-server architecture that includes these major server components:
- Apache web server
- Wildfly application server
- MySQL database
- Redis in-memory data store
Kiuwan on premises can be deployed on a number of decentralized servers, depending on your necessities and accessed by users via HTTPS website.
By default, all needed services will be installed in the same host. For custom distributed installations please refer to [******].
Supplied services
All needed services are supplied as Docker containers. The following table summarizes all the available services:
Image | Provider | Default number of containers |
---|---|---|
kiuwan/apacheloadbalancer | Kiuwan | 1 |
kiuwan/wildflykiuwan | Kiuwan | 3 |
kiuwan/updaterkiuwan | Kiuwan | 1 (temporal) |
mysql:5.7.27 | Docker Official Images | 1 |
redis:5.0.5 | Docker Official Images | 6 + 1 (temporal) |
The following diagram shows the infrastructure that KoP installer will create by default:
*******