Azure

  • Azure Cosmos DB wiki page
  • Azure Stack: An extension of Azure 1 white paper
  • Modern Muse. Migrating an open source PaaS solution to Azure 2 pdf, June 2017

Glossary

  • docker ce edge down 3
  • docker id log 4
  • 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 5, ws 6, kube-toolkit 7
  • 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 8 Patterns and Paradigms for Scalable, Reliable Services, samples 9
  • kubernetes-the-hard-way 10
  • bzass/containerslab 11
  • Microsoft Docs: Tutorial Kubernetes Deploy Cluster 12
  • ms docs 1 13, 2 12, 3 14, 4 15, 5 16

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
< «