Working notes on cloud platforms, CI/CD, and container orchestration, captured while learning, not polished tutorials.
- 01/19
AWS
Curated links for learning AWS, interview prep, hands-on labs, and workshops.
- 02/19
Building Docker Images
What each instruction in a basic Dockerfile does, walked through line by line.
- 03/19
GCP
Curated links for Google Cloud certification prep and study guides.
- 04/19
Docker: Container Basics Glossary
A glossary of core Docker and container terminology — images, registries, namespaces, and more.
- 05/19
Docker: Command Cheatsheet
Common Docker CLI commands, plus the steps to create a Dockerfile and run a container from it.
- 06/19
DevOps & SRE
Curated links for getting hands-on with DevOps tooling and site reliability engineering.
- 07/19
Kubernetes: Container Orchestration
What container orchestration automates, its benefits, and the popular tools in the space.
- 08/19
Kubernetes: Concepts & Capabilities
Core Kubernetes concepts (Pods, Services, Storage, Policies), its main capabilities, and the control-plane/worker-node cluster architecture.
- 09/19
Kubernetes: Overview
Course roadmap for Kubernetes certification prep, plus links to the architecture deep-dive notes.
- 10/19
Kubernetes: Architecture
The control plane and worker node roles that make up a Kubernetes cluster.
- 11/19
Kubernetes: Nodes
What a node is, what runs on it, and the two main node types in a cluster.
- 12/19
Kubernetes: Namespaces
How namespaces divide a cluster into virtual clusters, and the four defaults Kubernetes ships with.
- 13/19
Kubernetes: Pods
The smallest deployable unit in Kubernetes, what it is, and the kubectl commands to create and inspect one.
- 14/19
Kubernetes: ReplicaSets
How ReplicaSets keep a fixed number of identical Pods running, with an example manifest and common commands.
- 15/19
Kubernetes: Deployments
How Deployments manage rolling updates and rollbacks over ReplicaSets, with an example manifest.
- 16/19
Kubernetes: DaemonSets
How DaemonSets guarantee one Pod per node for node-level services like logging and monitoring agents.
- 17/19
Kubernetes: Summary
A condensed recap of Kubernetes architecture, core objects, services, and workload controllers.
- 18/19
Kubernetes: kubectl CLI Cheatsheet
Common kubectl commands for inspecting and managing Kubernetes resources.
- 19/19
GitHub Actions Workflow
A working GitHub Actions workflow for building and testing a .NET 8 solution.