AKS | AKS avec Ubuntu 18.04!

Hello,

Dans cet article, je vous présente comment créer un cluster AKS avec l’ image de base “Ubuntu 18.04”.

# Install or update the extension 
az extension add --name aks-preview 
az extension list

# Register the preview feature flag 
az feature register --name UseCustomizedUbuntuPreview --namespace Microsoft.ContainerService

az provider register --namespace Microsoft.ContainerService 
# - Create a Ressource Group
az group create --name aksdemo --location canadacentral

# Create 18.04 based cluster
az aks create -g aksdemo -n aks1804 --aks-custom-headers CustomizedUbuntu=aks-ubuntu-1804

Maxime.

Start a Conversation

Your email address will not be published. Required fields are marked *