Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
panelIconIdatlassian-note
panelIcon:note:
bgColor#DEEBFF

Note

  • Before proceeding with the installation and deployment, please ensure that you have all the prerequisites.

  • Download the Azure Installation Files folder and keep all the requisite files handy during deployment.

...

  1. Create Flexible server. For more details about how to create a flexible server, see Step -3 mentioned on the Prerequisites for Flexible Server section.

  2. Once Kyvos Manager node is created and extracted the bundle. You must not start Kyvos Manager services.  

  3. Configure the jdbc.properties of Kyvos Manager (manually) with the Flexible Server details, do the following:  

    1. Before configuring the jdbc.properties, ensure that Kyvos Manager must not be started. 

    2. 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=require

    3. jdbc.username must be kmdbuser. 

    4. Set the value of useBundledRepo and manageBundledRepoService to ‘false.’ 

  4. Start Kyvos Manager using the ./start-km.sh command.

 

Prerequisites to create Kubernetes Cluster on Azure

Panel
panelIconIdatlassian-note
panelIcon:note:
bgColor#DEEBFF

Note

  • Ensure that you create an AKS cluster in the same Resource Group and Virtual Network where your Kyvos environment is running.

  • Provide the same managed identity name while filling the parameters that is used in your Kyvos environment.

  1. Create an AKS cluster via script. To create the AKS cluster, refer toAzure documentation.

  2. Upload the CreateAks.json script (available in Azure Installation files folder) and complete the parameters given in the script.

  3. Once the AKS cluster is created, configure it through Kyvos Manager on the Computer cluster page.