Cluster Installation
This section describes how to install Nuvolaris on a Kubernetes Cluster
Prerequisite
Before installing, you need to:
- 
Provision a Kubernetes Cluster
 - 
Configure the installation
 - 
install Download and install Nuvolaris CLI,
nuv. 
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
- 
Check the tutorial to learn how to use it.
 - 
Check the Administrative Guide to learn how to maintain it
 - 
To uninstall, execute the command:
 
nuv setup cluster --uninstall