Included Services

Overview of available services

Siovos deploys a complete infrastructure stack. Here's what each service does and how to access it.

Automatic Infrastructure#

These components are configured automatically and run in the background. You don't need to manage them:

Kubernetes (K3s)

Container orchestration

Secure VPN

Encrypted access to all your services

Private DNS

Internal domain names (rancher.internal, etc.)

SSL Certificates

Automatic HTTPS with renewal

Firewall

Only necessary ports are open

Reverse proxy

Routes HTTPS traffic to the right service

To understand how these components work together, see the Architecture page.

Services with Interface#


Rancher#

  • URL: https://rancher.{suffix}
  • User: admin
  • Password: set during deployment

Harbor#

  • URL: https://registry.{suffix}
  • User: admin

To push an image:

docker login registry.internal
docker push registry.internal/myapp:latest

Gitea#

  • URL: https://gitea.{suffix}
  • User: siovos-admin

See the Gitea documentation to configure npm and Cargo registries.

Grafana#

  • URL: https://grafana.{suffix}
  • User: admin
  • Password: set during deployment

See Monitoring for details.

Mailpit#

  • URL: https://mailpit.{suffix}
  • SMTP: mailpit.mailpit.svc.cluster.local:1025

Umami#

  • URL: https://analytics.{suffix}
  • User: admin

Services without Interface#

PostgreSQL

Managed database for your applications.

Prometheus

Kubernetes metrics collection and storage.

  • PostgreSQL: postgresql.database.svc.cluster.local:5432 (user: postgres)
  • Prometheus: https://prometheus.{suffix}

Add Services Later#

No need to install everything at once. You can add services later from the application catalogue:

  1. Open the infrastructure of your choice - Services tab
  2. In the Application Catalogue section, click Deploy
  3. Configure options if needed
  4. The service is ready in a few minutes

Access Credentials#

All passwords are stored locally in Siovos Desktop. To find them:

  1. Open the infrastructure of your choice
  2. Click on the relevant service
  3. Credentials are displayed (click to copy)

Credentials are stored only on your machine. Remember to back them up if you reinstall.

Was this page helpful?