Welcome to my Digital Brain

Navigate  ·  Recently Updated  ·  Projects  ·  Domains  ·  Sources


I am Rakesh Kadam, a DevSecOps Lead and AI Enthusiast building at the intersection of distributed systems and machine intelligence.

This space is my Digital Brain—a public-facing knowledge base where I synthesize what I consume so it compounds over time. Unlike a traditional blog, this is a living codebase of thought: understanding evolves here, it isn’t just documented.

The architecture follows Andrej Karpathy’s LLM-Wiki pattern—a persistent, agent-maintained artifact where an AI agent handles structure, cross-references, and synthesis as I ingest new information. Some notes will be incomplete; some ideas will change. That’s the point.


Map of Content

How to Navigate

  • Browse — Use the sidebar to explore domains and project wikis.
  • Search — Press Cmd + K / Ctrl + K to find concepts, tools, or commands.
  • Connect — Hover any link for a preview; open the Graph View to see how ideas intersect.
  • Track — Check the Knowledge Log for a chronological record of recent ingests.

Recently Updated

The most recent ingestions and synthesis updates.


Project Wiki

Synthesized knowledge from real-world production work.

ProjectStackKey Notes
Web3 InfrastructureDocker · Traefik · NestJSNetworking, Routing, Observability, DR
Internal ObservabilityTeleport · Loki · Grafana AlloyScalable Logging, Identity & Access
Digital BrainQuartz · Cloudflare · AI IngestZero-Trust Gating
Side ProjectsCLI · Draw · Todo · GamesVibecoded & self-hosted

Learning Trackers — Course progress, certifications, and milestones.


Technical Domains

Curated concepts, patterns, and references by technology. Ordered by current activity level.

Kubernetes & CKA

Currently the most active domain — 40-day certification course in progress.

PageDescription
IndexCluster architecture, workloads, networking, storage
CKA CertificationExam structure, domains, and prep strategy
CKA Study Roadmap40-day learning plan and daily schedule
Why Kubernetes?Problems K8s solves and when NOT to use it
Kubernetes ArchitectureControl Plane, Worker Nodes, component deep-dive
Kind Cluster SetupLocal multi-node K8s cluster with Kind
Pod FundamentalsPods, imperative vs declarative, YAML basics
Multi-Container PodsSidecar, init, adapter, ambassador patterns
Init ContainersPre-start setup, validation, and migration
Sidecar PatternAuxiliary containers for logging, monitoring, proxying
Kubernetes Environment VariablesConfigMap, Secret, Downward API injection
Pod Commands and ArgumentsOverriding ENTRYPOINT and CMD
Deployment, ReplicaSet & Replication ControllerSelf-healing, scaling, rolling updates, rollback
Kubernetes ServicesClusterIP, NodePort, LoadBalancer, ExternalName, Endpoints
Kubernetes Service TypesDetailed comparison and YAML patterns for each type
Kubernetes NamespacesLogical isolation, multi-tenancy, resource quotas, and default namespaces
Kubernetes DaemonSetNode-level workload: one Pod per node for agents, monitoring, CNI
Kubernetes JobsBatch execution: finite tasks with completions, parallelism, and retries
Kubernetes CronJobsScheduled batch: cron-based Job creation with concurrency and history controls
Kubernetes Static PodsNode-level control plane bootstrapping: kubelet-managed Pods without API server involvement
Kubernetes Labels and SelectorsMetadata and query system: the glue between Services, controllers, and Pods
Kubernetes Manual SchedulingnodeName, nodeSelector, and taints/tolerations for bypassing or constraining the scheduler
Kubernetes Taints and TolerationsNode taints and Pod tolerations: effects, built-in taints, and dedicated node pools
Kubernetes Node AffinityAdvanced positive scheduling: rich operators, soft/hard constraints, and the taints+affinity production pattern

AI & LLMs

The largest and fastest-moving domain. See the AI & LLMs Index for full subtopic breakdown.

PageDescription
IndexClaude Code, agentic workflows, infrastructure, and research

Docker & Containers

Prerequisite domain for CKA and production containerization.

PageDescription
IndexCompose, networking, security, and best practices
Docker FundamentalsContainers, images, and the Docker workflow
Dockerize a ProjectWriting Dockerfiles, building images, running containers
Run vs Attach vs ExecContainer lifecycle commands

Security

PageDescription
IndexDevSecOps, hardening, identity
Zero-Trust AccessTeleport, BeyondCorp patterns
AI SecuritySecuring AI-generated code and pipelines

System Design

PageDescription
IndexOverview of all system-design notes
API Communication PatternsREST, gRPC, GraphQL, WebSockets
Client-Server ArchitectureFundamentals and patterns
WebhooksDesign, retries, security
CAP TheoremConsistency vs availability trade-offs

Observability

PageDescription
IndexPrometheus, Loki, Grafana stack
Grafana AlloyLog shipping and telemetry
Product AnalyticsPostHog, event tracking

Tooling

PageDescription
IndexDev tooling overview
VS Code Remote SSHRemote dev workflow
PostHogProduct analytics setup

Blockchain & Web3

PageDescription
IndexSmart contracts, node infrastructure, Web3 patterns

Programming

PageDescription
Programming FundamentalsCore concepts and mental models
Python BasicsLanguage fundamentals

Entities

People and tools I track and reference frequently.

EntityRole
CampusXAI/ML education channel (primary Claude Code learning source)
Hitesh ChoudharyDeveloper educator
Daniel MiesslerSecurity & AI thinker, creator of Fabric
ExaAI-native search tool
Tech Tutorials with PiyushKubernetes & DevOps educator (CKA course source)

Raw Sources

Original immutable documents ingested into this brain.