Azure
- Azure Cosmos DB
- Azure Stack: An extension of Azure white paper
- Modern Muse. Migrating an open source PaaS solution to Azure pdf, June 2017
Glossary
- docker ce edge down
- docker id log
- affinity, round robin, sticky session
- ingress controller
- kubectl get services -w
- kubectl {verb} {noun}
- azure container service AKS vs
docker compose
- orchestrator kubernetes
- shell.azure.com
- rm blog, ws, kube-toolkit
- federation services for kubernetes, health probes ?
- hypervisor
- draft, helm, brigade
- azure app service & ACI azure container instance
- cluster, node, pod, shard
- web app 4 containers from azure portal
- autoscale, up-vertical and out-horizontal
- brendab burns desifn distributed systems 2017 Patterns and Paradigms for Scalable, Reliable Services, samples
- kubernetes-the-hard-way
- bzass/containerslab
- https://docs.microsoft.com/en-us/azure/aks/tutorial-kubernetes-deploy-cluster
- ms docs 1, 2, 3, 4, 5
msft@Azure:~$ az provider show -n Microsoft.Network -o table
msft@Azure:~$ az provider show -n Microsoft.Storage -o table
msft@Azure:~$ az provider show -n Microsoft.Compute -o table
az provider register -n Microsoft.ContainerService
az provider show -n Microsoft.ContainerService
az group create --name MsftEventsAcpopescuGroup --location "West US 2"
az aks create --resource-group MsftEventsAcpopescuGroup --name MsftEventsAcpopescuCluster --node-count 1 --generate-ssh-keys