Wizard-based Deployment for Azure
Applies to: Kyvos Enterprise Kyvos Cloud (SaaS on AWS) Kyvos AWS Marketplace
Kyvos Azure Marketplace  Kyvos GCP Marketplace Kyvos Single Node Installation (Kyvos SNI)
Note
From Kyvos 2023.5 onwards, you can use Flexible Server as Kyvos Manager Repository in Azure.
Before proceeding with the installation and deployment, please ensure that you have all the prerequisites.
Also, download the Azure Installation Files folder and keep all the requisite files handy.Â
Once you have created the Kyvos Manager node see details to create it, you can proceed with wizard-based deployment.
Important
If you want to use Flexible Server as Kyvos Manager Repository in Azure, before starting Kyvos Manager, you must perform the steps, as mentioned below in the Flexible Server section and then login to Kyvos Manager and select the I have all the resources option to proceed with the wizard based deployment.
Select the following option for wizard-based Azure deployment via Kyvos Manager.
I have all the resources:Â Select this option to use the resources created for Kyvos cluster to deploy on Azure.
This option installs Kyvos services on configured resources based on your Azure account information.Â
Using Flexible Server as Kyvos Manager repository in Azure
Configuring Flexible Server as Kyvos Manager repository
Create Flexible server. For more details about how to create a flexible server, see Step -3 mentioned on the Prerequisites for Flexible Server section.
Once Kyvos Manager node is created and extracted the bundle. You must not start Kyvos Manager services. Â
Configure the jdbc.properties of Kyvos Manager (manually) with the Flexible Server details, do the following: Â
Before configuring the jdbc.properties, ensure that Kyvos Manager must not be started.Â
Replace the server name in jdbc URL with the server name, port, and SSL of the Flexible server.Â
jdbc.url=jdbc:postgresql://<Servername>:<port>/kmrepo?sslmode=require
For example,
jdbc.url=jdbc:postgresql://kyvosmanager-postgresserver-5122.postgres.database.azure.com:5432/kmrepo?sslmode=requirejdbc.username must be kmdbuser.Â
Set the value of useBundledRepo and manageBundledRepoService to ‘false.’Â
Start Kyvos Manager using the
./start-km.sh
command.
Â
Â
Â
Â
Â
Â
Copyright Kyvos, Inc. All rights reserved.