Azure

Azure

190 bookmarks
Newest
Azure Kubernetes cluster architecture - Training
Azure Kubernetes cluster architecture - Training
Azure Kubernetes cluster architecture
The computers in a cluster that run the tasks are called nodes, and the computers that run the scheduling software are called control planes.
Commands from the master node are sent to the kubelet on the worker nodes.
The kube-controller-manager takes the YAML file and tasks the kube-scheduler with deciding which worker nodes the app or workload should run based on predetermined constraints.
If one or more pods happen to fail, the ReplicaSet replaces them. In this way, Kubernetes is said to be self-healing.
Kubernetes supports rollbacks, rolling updates, and pausing rollouts. Additionally, deployments use ReplicaSets in the background to ensure that the specified number of identically configured pods are running.
·learn.microsoft.com·
Azure Kubernetes cluster architecture - Training
UNION (Azure Stream Analytics) - Stream Analytics Query
UNION (Azure Stream Analytics) - Stream Analytics Query
Combines the results of two or more queries into a single result set that includes all the rows that belong to all queries in the union.
The following are basic rules for combining the result sets of two queries by using UNION: The number and the order of the columns must be the same in all queries. The data types must be compatible. Streams must have the same partition and partition count
·docs.microsoft.com·
UNION (Azure Stream Analytics) - Stream Analytics Query