Episode
Setting up Continues Deployment with Flux V2 on Azure Stack HCI #AKS
with Ahmed Aboulmagd
You have AKS on Azure Stack, and you have a CI pipeline building your app. Now you need to set up CD. With two prerequisites and one command you can be up and running. Take two minutes to learn how to do this.
Quick note: If you use the same command i used, you will need to install the CLI : https://learn.microsoft.com/cli/azure/install-azure-cli
Command:
az k8s-configuration flux create
--name $cluster-config
--cluster-name $arc-cicd-cluster
--namespace $flux-system
--resource-group $YourResourceGroup
-u $Your_Repo
--scope cluster
--cluster-type managedClusters
--branch master
--kustomization name=$cluster-config path="./{Optional folder}"
Chapters:
Recommended resources:
You have AKS on Azure Stack, and you have a CI pipeline building your app. Now you need to set up CD. With two prerequisites and one command you can be up and running. Take two minutes to learn how to do this.
Quick note: If you use the same command i used, you will need to install the CLI : https://learn.microsoft.com/cli/azure/install-azure-cli
Command:
az k8s-configuration flux create
--name $cluster-config
--cluster-name $arc-cicd-cluster
--namespace $flux-system
--resource-group $YourResourceGroup
-u $Your_Repo
--scope cluster
--cluster-type managedClusters
--branch master
--kustomization name=$cluster-config path="./{Optional folder}"
Chapters:
Recommended resources:
Have feedback? Submit an issue here.