Versions Compared

Key

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

Types of installations and deployments

Single-server deployment

...

Link to GitHub with the instructions on how to create a development deployment https://github.com/folio-org/eureka-platform-bootstrap

Kubernetes deployment (Kitfox)

Kong fine-tuning

You can customize Kong's default behavior using environment variables. When the application starts, it uses environment variables to configure the personal Nginx web server and Kong itself. To set Nginx parameters, use environment variables with the prefix KONG_NGINX_. For Kong-specific configurations, define variables with the prefix KONG_.
Additional resources:
Kong configuration files
How to work with Kong environment variables
Configuration variable listFOLIO’s built-in multi-tenant capabilities make it straightforward to harness economies of scale and improve efficiencies for libraries.

In this scenario, FOLIO Eureka Platform will be deployed on a cluster of servers using Kubernetes for orchestration.

This configuration allows the addition of new tenants and hardware resources on demand and it is ideal if you need to scale-up your FOLIO instance in the future.

See Kubernetes Example Deployment wiki page for more detailed information.

Prerequisites

Memory (PTF)

...