Cloud Computing
Cloud resources, container orchestration, serverless execution, and modern virtual infrastructures.
topics
topic
Serverless Architecture
Function-as-a-Service, cold starts, scaling, event-driven execution, and cost modelling.
topic
Object Storage
S3, GCS, Blob storage, bucket policies, lifecycle rules, and static website hosting.
topic
Containers vs VMs
Resource isolation, hypervisor vs container runtime, cgroups, namespaces, and overhead comparison.
topic
AWS EC2
Instance types, AMIs, security groups, elastic IPs, auto-scaling groups, and load balancers.
topic
AWS Lambda
Event-driven compute, triggers (API Gateway, SQS, S3), layers, and cold start optimization.
topic
Docker Deep Dive
Image layers, overlay FS, multi-stage builds, distroless images, and security scanning.
topic
Kubernetes Deep Dive
Control plane, etcd, scheduler, kubelet, CNI, CSI, RBAC, and operators.