Home
Sanh Doan
Cancel

Bloom filter

Tiếng Việt phía dưới (Vietnamese below) English Bloom filter is a data structure used to check for the existence of an element in a set It uses a bit array to mark the elements that have been...

CAP Theorem

Tiếng Việt phía dưới (Vietnamese below) English The CAP theorem (Consistency, Availability, Partition Fault Tolerance) is a concept in distributed systems that defines the properties that a distri...

K8s Liveness and Readiness

Tiếng Việt phía dưới (Vietnamese below) English Liveness Liveness is used to check if a pod is working or not. If the pod does not work, K8s will delete that pod and recreate another pod. Readine...

AWS S3 (WIP)

Định nghĩa TBD Bucket TBD Access points Access points cho phép tạo ra một điểm truy cập (access point) duy nhất đến một bucket S3, giúp tăng tính an toàn và quản lý quyền truy cập tốt hơn cho các...

AWS CloudFront

Định nghĩa AWS CloudFront là một dịch vụ phân phối nội dung (CDN) được cung cấp bởi Amazon Web Services (AWS). Nó cho phép bạn phân phối nội dung đến người dùng trên toàn thế giới với tốc độ cao h...

K8s namespace

K8s default namespaces kube-system: Do NOT create or modify in kube-system System processes Master and Kubectl processes kube-public Publicly accessible data kube-node-lease He...

Istio Traffic flow

English User visit a website Request come to Istio Gateway Istio Gateway read VirtualService configuration to forward request to the corresponding service Request go to Envoy proxy firs...

CSR, SSR, SSG and ISR

SSR - Server side rendering The HTML is generated on each request (run-time) SSG - Static side generate The HTML is generated at build-time and is reused for each request. Use CDN for s...

DNS

DNS Terminologies Domain Registrar: Amazon Route 53, GoDaddy,… DNS Records: A, AAAA, CNAME, NS,… Zone File: contains DNS records (Hostnames <-> IPs) Name Server: resolves DNS querie...

AWS IAM best practice

AWS IAM Section Summary Users: mapped to a physical user, has a password for AWS console Groups: contains users only (can not contain other groups) Policies: JSON document that outlines pe...