Complete the invitation process
This section is applicable only to users who have been recently invited to join an Orka customer account. After the account administrator invites you to the account, you need to complete the invitation process.- In your email inbox, look for an email from MacStadium Support titled MacStadium Portal Invitation.
- You might need to check your Spam folder.
- Click the link to the customer portal and sign in with the temporary credentials provided in the invitation.
- When prompted, change your password.
- When prompted, fill in the Complete Registration form and click Complete Registration.
Connect to the cluster via VPN
Review our VPN documentation for the steps to connect to your VPN.Get your Orka API URL
What’s your Orka API URL?
You can get your Orka API URL from your IP Plan:- For clusters deployed before Orka 2.1, it’s the .100 address for your Private-1 network (usually, 10.221.188.100), prefixed with http. For example: http://10.221.188.100.
- For clusters deployed with Orka 2.1 or later, it’s the .20 address for your Private-1 network (usually 10.221.188.20). prefixed with http. For example: http://10.221.188.20.
- You can also use https://<orka-domain> and https://<custom-domain>(if configured). To get the Orka domain for your Orka cluster, contact MacStadium. To use an external custom domain, see here.
Log in to the Orka cluster
Orka customers log in to their cluster with their MacStadium Customer Portal credentials. Based on the role bindings configured for the respective user, they can access one or more namespaces.Using the Orka3 CLI
If this is the first time you are logging in after installing the Orka CLI, you need to add the <ORKA_ENDPOINT> to your CLI configuration:Using the Orka Web UI
If you are using Orka Web UI, complete the following steps:- In the Orka CLI, run the following command:
- In the browser, navigate to your <ORKA_ENDPOINT> and, when prompted, provide the token obtained in Step 1.
TIP
User tokens have a lifetime of 1h. Service account tokens have a lifetime of 1 year. If you rely mostly on the Orka Web UI, you might want to use a service account token instead of a user token.Using the Orka3 API
If you are using the Orka API, complete the following steps:- In the Orka3 CLI, run the following command:
- In the browser, navigate to your <ORKA_ENDPOINT>/api/v1/swagger and click Authorize.
- In the Value text box, type Bearer <TOKEN> and click Authorize.
- Replace <TOKEN> with the token obtained in Step 1.
- Click Close
TIP
User tokens have a lifetime of one hour. Service account tokens have a lifetime of one year. If you rely mostly on the Orka3 API, you might want to use a service account token instead of a user token.CI/CD Integrations: Log in to the Orka cluster
Service accounts are intended for use with CI/CD integrations. They don’t require username/password credentials to log in and let CI/CD integrations bypass the browser login. The tokens for service accounts also have an extended duration of one year.- Create a service account.
Orka CLI
Orka API
- Generate a token.
Orka CLI
Orka API
- Use the obtained credentials in your CI/CD integrations.