Skip to content
GitHubLinkedIn

Trainee environment

The trainee platform is a Thinkwise trainee environment hosted in the EVEO private network.

Tier model: 3-tier (GUI → App → DB).

GUI

Application tier

Database tier

WhatValue
URLhttps://trainee.core.lef/
Database endpointtrainee.db.lef:1433
Runtime (technical)see Runtime: Trainee platform
  • Web entry: trainee.core.lef → EVEO perimeter → web.core.lef (np-web) reverse proxy
  • Runtime (app/API): see Runtime: Trainee platform
  • DB tier: SQL Server behind trainee.db.lef (see TCP proxy)
  • Applications should connect to trainee.db.lef:1433, not directly to the backend.
  • trainee.db.lef is routed by HAProxy on proxy.core.lef (see TCP proxy for the current backend mapping).

See TCP proxy for the current routing map.

  • Thinkwise version: check the Indicium container image tag / deployment config used by this environment (see Thinkwise upgrades).

  • SQL Server version: run SELECT @@VERSION; on trainee.db.lef (VPN/LAN required).

  • Public reachability depends on EVEO forwarding and the reverse proxy: see Firewall & public ingress and web.core.lef.

  • If the app is reachable but DB connections fail, validate trainee.db.lef first (HAProxy + backend health).

  • Wrong reverse proxy upstream → 502/504 on the URL.
  • HAProxy/backend SQL down → app errors despite the website being “up”.
  • Split-horizon DNS issues from inside VPN/LAN (see DNS split horizon).