Automated installation


Check us out!

First things first, you have to check out our MDAI infrastructure installation repo.

git clone https://github.com/DecisiveAI/mdai-inkops.git

Prerequisites

Our automated installation process is setting up all the required dependencies like

  • Docker
  • Kind cluster
  • Node
  • Go
  • Helm (we support Helm v3.13.0 and later)

Here are installation steps:

  • Install kind for local cluster management using docker containers
  • Run automated installation script
make -f ./make/Makefile-local-recipes create-mdai

Note: Once the MDAI Cluster installed your k8s context will be switched automatically to new cluster.

Troubleshooting

You may run into an error running this command related to the docker daemon. Please see our Troubleshooting Guide to see if this issues is relevant to you and how to resolve it.


⏪ Back to Semi-Automated Install Next Step: Configure ⏩