This repository contains publishable Azure deployments of the KAVE. These deployments can be run via their Deploy to Azure buttons or via the azure-cli. Navigate to the specific deployment folders on github to be able to deploy them directly.
Supported templates currently are:
For creating a good template we rever to the description by Microsoft though there are some additional steps involved for us. A developer may be interested in starting the process from the command line, for better control and debug. This can be done by using the azure_setup.ps1 PowerShell script. The Azure CLI must be installed first.
-
Azure REST API specs - this is very useful to read the definition of the latest API version for an entity and write compliant JSON requests for it
-
Azure specs library - find here the detailed documentation of the API together with readymade REST calls by version
-
Azure quickstart templates - this are very useful to learn how to deploy idiomatic clusters, together with the usage of a particular API version of the components it offers