Orka Cluster 3.2 Tools & Integrations
The following tools are available for accessing the Orka service: Orka CLI | Orka REST API | Orka Web UI
For CI/CD integrations: https://orkadocs.macstadium.com/docs/downloads#cicd-integrations
Orka3 CLI
Visit the links below to download a version of the Orka CLI binary that matches your environment.
Release | Download |
---|---|
Orka3 CLI v3.2.0 (Latest) | Release notes | macOS ARM | macOS AMD | Linux | Windows |
Orka3 CLI v3.1.0 | Release notes | macOS ARM | macOS AMD | Linux | Windows |
Orka3 CLI v3.0.2 | Release notes | macOS ARM | macOS AMD | Linux | Windows |
Orka3 CLI v3.0.1 | Release notes | macOS ARM | macOS AMD | Linux | Windows |
Orka3 CLI v3.0.0 | Release notes | macOS ARM | macOS AMD | Linux | Windows |
Complete the installation
- On macOS, run the
orka3.pkg
package and complete the installation.- On Linux, unpack the archive and move the
orka3
executable to yourPATH
location (for example:/usr/local/bin
). The file is already set as an executable.- On Windows, add the folder containing the downloaded executable to your
Path
system variable.
TIP: Using Homebrew?
Try
brew install orka3
.
Orka3 API
In addition to the Orka CLI, MacStadium offers full-featured API integration as well.
Check the API Documentation for more details.
You can also use the Swagger UI to run API calls directly against your Orka cluster. Go to <ORKA_API_URL>/api/v1/swagger
.
Orka Web UI
For a more user-friendly way to manage your Orka environment, you can use the Orka Web UI.
CI/CD integrations
MacStadium is constantly working on expanding the list of Orka integrations with leading CI/CD solutions.
Orka VM Tools for ARM VMs
IMPORTANT
Always ensure that your cluster, Orka tools and integrations, and Orka VM Tools run matching versions. For example, the respectively available 3.0.x versions.
TIP: Using Homebrew?
Try
brew install orka-vm-tools
for a fresh install on a newly deployed VM.Try
brew upgrade orka-vm-tools
to update any existing installation. Make sure tocommit
orsave
the changes to the base image and redeploy any existing VMs.
Orka VM Tools are guest tools installed on your ARM-based VMs. They enable features like Disk Image Resize and VM Metadata.
Visit the links below to download a version of the Orka VM Tools binary that matches your environment.
Updated 27 days ago