Applies to: Kyvos Enterprise Kyvos Cloud (SaaS on AWS) Kyvos AWS Marketplace
Kyvos Azure Marketplace Kyvos GCP Marketplace Kyvos Single Node Installation (Kyvos SNI)
To deploy Kyvos through Azure Template specs, perform the following steps.
Log in to your Azure Portal, with the user having sufficient permissions and information as mentioned in the prerequisites.
On the Home page, click Cloud Shell.
Upload the formUiDefinition and mainTemplate templates by clicking the Upload button.
After uploading the template, in the Cloud Shell Area, execute the following command to create Template Specs.
az ts create --name <TemplateSpecName> --version <“VersionNumber”> --resource-group <ResourceGroup> --location <“Location”> --template-file "MainTemplatePath" --ui-form-definition "FormFilePath"For example,
az ts create --name testspecaman --version "v1.0.33" --resource-group Aman_RG2 --location "Central US" --template-file "./mainTemplate.json" --ui-form-definition "./formUiDefinition.json"
In the Search box, click Resource Group. The Resource Group page is displayed.
On the Resource Group page, browse the Resource group where you have created Template Spec.
Click Deploy to open the Kyvos deployment form.
The Kyvos Deployment form is displayed with the parameters required for deployment.
Here, enter the details as:
Fields marked (*) are mandatory.
After completing the information on the Tags tab, click Next, and this displays the Review + Create page. The system validates your inputs and displays a summary of the provided inputs.
To continue with deployment, click Create. This will creates all the resources and services required for deploying the Kyvos cluster.
You can also click the Previous button to navigate to the previous screens.The Outputs page displays the details for all your services and the Kyvos Manager URL.
Note
To access the Usage Dashboard, you need to provide permissions after completing the deployment.
If you have deployed the cluster with Web Portal HA, you can enable TLS for Web Portal using Post Deployment steps listed here.