LogoLogo
Go to Syntho.AI
Dutch (AI Translated)
Dutch (AI Translated)
  • Welcome to Syntho
  • Overzicht
    • About Syntho
    • Get started
      • Introduction to data generation methods
      • Use Case: AI-generated synthetic data
      • Use Case: AI-generated synthetic time series data
      • Use Case: Database de-identification
    • Frequently asked questions
  • Werkruimten instellen
    • View workspaces
    • Create a workspace
      • Connect to a database
        • PostgreSQL
        • MySQL / MariaDB
        • Oracle
        • Microsoft SQL Server
        • DB2
        • Databricks
        • Hive
        • SAP Sybase
        • Azure Data Lake Storage (ADLS)
        • Amazon Simple Storage Service (S3)
    • Edit a workspace
    • Delete a workspace
    • Share a workspace
    • Transfer workspace ownership
  • Een gegevensgeneratietaak configureren
    • Configure table settings
    • Configure column settings
      • AI-powered generation
        • Sequence model
          • Prepare your sequence data
      • Mockers
        • Consistent mapping
        • Supported languages
      • Duplicate
      • Exclude
      • Hashing
      • Calculated columns
      • Primary Key / Foreign Key
    • Manage personally identifiable information (PII)
      • Discover and de-identify PII columns
        • Identify PII columns manually
        • Automatic PII discovery with PII scanner
      • Remove columns from PII list
      • Automatic PII discovery and de-identification in free text columns
      • Supported PII & PHI entities
    • Manage foreign keys
      • Foreign key inheritance
      • Add virtual foreign keys
        • Add virtual foreign keys
        • Use foreign key scanner
        • Import foreign keys via JSON
        • Export foreign keys via JSON
      • Delete foreign keys
      • Circular foreign key references
    • Validate and Synchronize workspace
    • View and adjust generation settings
    • Table relationships
      • Verify foreign keys
      • Synthesize individual tables with automatic key matching
      • De-identify PII columns
  • Syntho implementeren
    • Introduction
      • Syntho architecture
      • Requirements
        • Requirements for Docker deployments
        • Requirements for Kubernetes deployments
      • Access Docker images
        • Using internet
        • Without internet
    • Deploy Syntho using Docker
      • Preparations
      • Deploy using Docker Compose
      • Run the application
      • Manually saving logs
    • Deploy Syntho using Kubernetes
      • Preparations
      • Deploy Ray using Helm
        • Troubleshooting
      • Deploy Syntho using Helm
      • Validate the deployment
      • Troubleshooting
      • Upgrading the applications
    • Manage users and access
      • Single Sign-On (SSO) in Azure
      • Manage admin users
      • Manage non-admin users
    • Logs and monitoring
  • Subsetting
    • What is subsetting
    • Verify foreign keys
    • Configure subsetting
  • Syntho API
    • Syntho REST API
Powered by GitBook
On this page

Was this helpful?

  1. Syntho implementeren
  2. Deploy Syntho using Docker

Preparations

PreviousDeploy Syntho using DockerNextDeploy using Docker Compose

Last updated 11 months ago

Was this helpful?

Ter voorbereiding op deze implementatie, Download de configuratiebestanden die door Syntho worden geleverd voor deze specifieke implementatieopstelling. Als implementatie via Ray cluster manager (optie 1) is geselecteerd, wordt een Ray-configuratiebestand met het YAML-formaat geleverd. We bespreken de wijzigingen die nodig zijn om dit configuratiebestand correct te configureren.

Vraag ook toegang tot de benodigde Docker images. Op deze images wordt alle software geïnstalleerd die nodig is om de Syntho-toepassing correct uit te voeren. Alle VM-instanties moeten inloggen in het register met behulp van docker login. Zie sectie .

De images die nodig zijn voor deze implementatie voor zowel Ray als de Syntho Applicatie hebben de volgende containernamen:

  • syntho-ray

    • Deze afbeelding wordt gebruikt in de AI cluster nodes. We gebruiken Ray (Python) in combinatie met onze software om berekeningen van meerdere werkers te verdelen.

  • syntho-core-api

    • De Syntho Core API is verantwoordelijk voor de kernactiviteiten van het Syntho Platform.

  • syntho-frontend

    • De Syntho Frontend is een container die de web UI voor het Syntho Platform bevat.

  • syntho-backend

    • De Syntho Backend is verantwoordelijk voor gebruikersbeheer en werkruimtebeheer.

Inloggen in het containerregister

Op elk van de VM-instanties, We moeten inloggen in het register om toegang te krijgen tot de Syntho docker images. Vraag uw gegevens op met de Syntho Support Team. Zodra de referenties zijn ontvangen, kan het volgende commando worden gebruikt in elke VM-instantie om in te loggen in het register:

docker inloggen <registry> -u <username>

Het register, gebruikersnaam, en wachtwoord worden verstrekt door de Syntho Support Team.

Login into container registry