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
Web interface to manage your Kubernetes cluster. Deploy apps, view logs, manage workloads.
Harbor
Private Docker registry to store and distribute your container images.
Gitea
Self-hosted Git with built-in package registry (npm, Cargo, Docker, PyPI...).
Grafana
Dashboards and metrics visualization. Pre-configured for Kubernetes.
Mailpit
Test mail server for development. Captures all emails.
Umami
Privacy-friendly web analytics, alternative to Google Analytics.
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:latestGitea#
- 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:
- Open the infrastructure of your choice - Services tab
- In the Application Catalogue section, click Deploy
- Configure options if needed
- The service is ready in a few minutes
Access Credentials#
All passwords are stored locally in Siovos Desktop. To find them:
- Open the infrastructure of your choice
- Click on the relevant service
- Credentials are displayed (click to copy)
Credentials are stored only on your machine. Remember to back them up if you reinstall.