🔬
Andromeda
  • What is Andromeda?
  • Guides
    • Get started with the hosted version
    • Get started with on-prem
      • Obtain license
      • Install with Helm
      • Install on Virtual Machine
    • Making your first predictions
    • Making batch predictions
  • Fundamentals
    • Prediction mode
    • Prediction list mode
    • Simulation mode
  • Use Cases
    • For Researchers
      • GitHub Integration
    • For Lab Technicians
      • Figma Integration
    • For IT Operations
      • Intercom Integration
  • Extras
    • Keyboard Shortcuts
Powered by GitBook
On this page
  • Setup a VM of choice
  • Login to the shell
  1. Guides
  2. Get started with on-prem

Install on Virtual Machine

PreviousInstall with HelmNextMaking your first predictions

Last updated 3 years ago

Good to know: This guide is directed at Ubuntu (Version 20.04) and gives instructions for microk8s however you can use both the distribution and the packaging of kubernetes of your own choice.

Setup a VM of choice

Minimum requirements:

  • 8 Core

  • 8 GB RAM

  • 20GB of storage (for persistent storage of images + models)

Login to the shell

The next steps will require you to be logged in to a shell on the VM.

For the most up-to-date instructions on how to install microk8s from snap please visit

Install Microk8s from snap

$sudo snap install microk8s --classic --channel=1.21

Add user to the microk8s group

sudo usermod -a -G microk8s $USER
sudo chown -f -R $USER ~/.kube

In order to have the new group activated you must start a new shell by logging out/in or do su - $USER

$microk8s status --wait-ready
$microk8s enable ingress dns storage

For further information on how to configure microk8s please see the official documentation.

When microk8s cluster is ready you can continue to follow the instructions from helm.

https://microk8s.io/docs/getting-started