Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

...

Table of Contents
classcontents

...

Docker architecture


The following diagram shows a typical Yellowfin cluster running in a Docker Swarm environment, which typically has the most components of our Docker deployment  examples. Note that we’ve used Traefik in our architecture to route requests to the Yellowfin containers, but any container-aware proxy that makes use of sticky sessions could be used in its place. 

...

horizontalrule

Styleclass
ClasstopLink

61898764top

Other scenarios

For single-instance deployments of Yellowfin on Docker Swarm, Traefik is an optional component, as with only one Yellowfin instance running, a reverse proxy is not required.  

...

horizontalrule

Styleclass
ClasstopLink

top

Preparing for deployment

Before deploying Yellowfin on Docker, make sure you’ve chosen which type of deployment suits your requirements. Choose from: 

  • Yellowfin on a single Docker server using Docker Compose; and, 
  • Yellowfin on a Docker Swarm environment using a Docker Stack file. 

Pre-requisites 

Before deploying Yellowfin on Docker, you will need: 

  • a running Docker server with Docker Compose installed, or a Docker Swarm cluster; and, 
  • an understanding of Application Server Security. 


horizontalrule

Styleclass
ClasstopLink

top61898764