Initial Server Setup
Complete the initial server configuration steps to prepare your Ubuntu server for ORISO Platform v3.0.0 deployment on Kubernetes with Helm charts.Connect to Server
Establish SSH connection to your Ubuntu server.
Verify you can successfully SSH into the server before proceeding.
Update System
Update package lists and install essential tools required for the deployment.
Verify installation by checking versions:
curl --version, git --version, jq --versionCreate Non-Root User
Create a non-root user with sudo privileges for better security practices.
Only perform this step if you’re currently logged in as root.
Configure Hostname
Set a descriptive hostname for your server to make identification easier.
The hostname should display as
oriso-platform in the output.Configure Timezone
Set the correct timezone for your server location.
Replace
Europe/Berlin with your appropriate timezone. Use timedatectl list-timezones to see all available timezones.Verification
After completing all steps, verify your server is ready:Next Steps
- Network & Firewall Configuration - Configure network and firewall settings
- Install Required Software - Install Docker and Kubernetes