Skip to content

Creates an Ubuntu VM in Azure with the latest version of Microk8s installed.

Notifications You must be signed in to change notification settings

felipecruz91/microk8s-azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

microk8s-azure

Creates an Ubuntu VM in Azure with the latest version of Microk8s installed.

Configure parameters file

First of all, set the adminUsername, adminPassword, and virtualMachineSize in the parameters file.

Deploy infrastructure

az login

az account list --output table

az account set --subscription "Visual Studio Professional"

az group create -l westeurope -n MyResourceGroup

az deployment group validate --resource-group <resource-group-name> --template-file <path-to-template> --parameters <path-to-parameters-file>

az deployment group create --resource-group <resource-group-name> --template-file <path-to-template> --parameters <path-to-parameters-file>

About

Creates an Ubuntu VM in Azure with the latest version of Microk8s installed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published