cloud-computing
4 items tagged with "cloud-computing"
Articles
Diagrams
Azure Automation - Call Stored Procedure in Azure SQL Periodically
This diagram shows the idea of using Azure Automation PowerShell Workflow runbook to call a stored procedure or execute other T-SQL in a Azure SQL database. For Kontext, this mechanism is used to regularly update tag, user, site and other stats.
Scale Up/Down and Scale Out/In
Scale up/down increases/decreases a component's capacity to handle larger or smaller workload. For example, increasing a virtual machine from 1GB memory to 32GB memory. Scale out/in means adding more or less nodes to a system/cluster to increase or decrease processing capacity.
Azure Kubernetes Service Components
This diagram shows you the key components and concepts in a Azure Kubernetes Service (AKS) cluster. In AKS, nodes (virtual machines) of same configuration are groups into pools. A node is a virtual machine in the cluster. A deployment represents identical pods. It defines the number of pods replica to deploy. A pod represents a single instance of your application. Usually one pod has one container though one pod can have multiple containers.