Difference between revisions of "Internal:Master Server services"

From Collective Computational Unit
Jump to navigation Jump to search
(Created page with "The master server provides a number of containerized services. This page documents these services and how they have to be started. All services are run from the user account "...")
 
m
Line 1: Line 1:
 
The master server provides a number of containerized services. This page documents these services and how they have to be started. All services are run from the user account "services", which has no other functions. The subdirectory "volumes" of this account contains persistent docker volumes for the services which should be backed up regularly.
 
The master server provides a number of containerized services. This page documents these services and how they have to be started. All services are run from the user account "services", which has no other functions. The subdirectory "volumes" of this account contains persistent docker volumes for the services which should be backed up regularly.
 +
 +
== Frontend nginx and firewall ==
 +
 +
The web frontend service initializes the network "frontend", which all other services join if they want to be exposed. Therefore, it needs to be started first, although it will fail and needs to be restarted once all other services are up.
 +
  
 
== LDAP server and administration interface ==
 
== LDAP server and administration interface ==
Line 12: Line 17:
 
== Docker registry ==
 
== Docker registry ==
  
 
== Frontend nginx and firewall ==
 
  
  

Revision as of 22:18, 11 June 2019

The master server provides a number of containerized services. This page documents these services and how they have to be started. All services are run from the user account "services", which has no other functions. The subdirectory "volumes" of this account contains persistent docker volumes for the services which should be backed up regularly.

Frontend nginx and firewall

The web frontend service initializes the network "frontend", which all other services join if they want to be exposed. Therefore, it needs to be started first, although it will fail and needs to be restarted once all other services are up.


LDAP server and administration interface

Mediawiki

Dex and Kubernetes authentication with login app

Docker registry