Cluster Installation

This section describes how to install Nuvolaris on a Kubernetes Cluster

Prerequisite

Before installing, you need to:

Installation

If you have a Kubernetes cluster directly accessible with its configuration, or you provisioned a cluster in some cloud using nuv embedded tools, you just need to type:

nuv setup cluster

Sometimes the kubeconfig includes access to multiple kubernetes, each one identified by a different <context> name. You can install in a specified <context> with:

nuv setup cluster <context>

Post Install

nuv setup cluster --uninstall