SUBSCRIPTIONID="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
RESOURCEGROUP="IDM"
ENVIRONMENT="Prod"
AKSNAME="$RESOURCEGROUP-$ENVIRONMENT"
az login
az account set --subscription $SUBSCRIPTIONID
az aks get-credentials --resource-group $RESOUCEGROUPE --name $AKSNAME
az aks browse --resource-group $RESOUCEGROUPE --name $AKSNAME --subscription $SUBSCRIPTIONID
rpm --import https://packages.microsoft.com/keys/microsoft.asc
sh -c 'echo -e "[azure-cli]\nname=Azure CLI\nbaseurl=https://packages.microsoft.com/yumrepos/azure-cli\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/azure-cli.repo'
yum install azure-cli jq
az aks install-cli
wget https://get.helm.sh/helm-v2.14.1-linux-amd64.tar.gz
tar -zxvf helm-v2.*.tar.gz
mv linux-amd64/helm /usr/bin/helm
kubectl cluster-info
kubectl config current-context
kubectl config get-contexts
kubectl config use-context $AKSNAME
- https://istio.io/docs/setup/install/helm/#option-2-install-with-helm-and-tiller-via-helm-install
- https://helm.sh/docs/using_helm/#from-the-binary-releases
- https://docs.microsoft.com/pt-br/azure/aks/ingress-static-ip
- https://docs.cert-manager.io/en/latest/getting-started/install/kubernetes.html
- https://docs.microsoft.com/pt-br/azure/aks/azure-files-volume
- https://github.com/codecentric/helm-charts/tree/master/charts/keycloak
- http://10.55.200.102:7990/projects/IDM/repos/keycloak-aks/browse