Kubernetes Cluster Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
Before deploying Akri, you must have a Kubernetes cluster (v1.16 or higher) running with kubectl
and Helm
installed. Akri is Kubernetes native, so it should run on most Kubernetes distributions. This document provides cluster setup instructions for the three Kubernetes distributions that all of our end-to-end tests run on.
Reference for instructions on how to install Kubernetes. See Akri's to see what versions of Kubernetes Akri has been tested on.
Install Helm for deploying Akri.
Install . The following will install the latest MicroK8s version. Add --channel=$VERSION/stable
to specify as specific Kubernetes version. Reference Akri's to see what versions of MicroK8s Akri has been tested on.
If desired, reference to add additional nodes to the cluster.