Explore my blog
Kubernetes
Often compared to the conductor in a large, complex orchestra. Each musician (or application) has a specific role, and the conductor ensures everyone starts, performs, and stops at the correct times.
* Manages Containers across a group of computers
* clusters
* Kubernetes cluster - unified set of containerized applications working together
* Cluster forms the backbone of Kubernetes
* Workloads are deployed and supervised
Status: #idea
Tags: cloud
References
Left Factoring
S -> aa | ab
S -> aX
X -> a | b
C -> Dab | Dac | D | f
C -> DC' | f
C' -> ab | ac | ε
C' -> aC'' | ε
C'' -> b | c
Status: #idea
Tags: compilation-techniques
References
Left Recursive
A -> Aα | β
A -> βA'
A' -> αA' | ε
E -> E + T | E - T | T | C
A -> A α A α β β
E -> TE' | CE'
E' -> +TE' | -TE' | ε
A no longer exists and is now A' placed at the end of
β at the top and α at the bottom
min 1 α and 1 β
Status: #idea
Tags: compilation-techniques
References
Locally-redundant storage (LRS)
multiple copies in one datacenter
* Lowest-cost option with basic protection against server rack and drive failures.
* Recommended for non-critical scenarios.
lrs.png
Status: #idea
Tags: az-900, azure, cloud
References
Mainstream services
Services that are accessible in all recommended regions for deployment.
* Azure API Management
* Azure Container Registry
* Azure Functions
* Azure Private Link
* Azure Virtual WAN
Status: #idea
Tags: az-900, azure, cloud
References
Microservice
* Splits apps into smaller, independent parts
* Self-contained units for specific functions
Status: #idea
Tags: cloud
References