All topics
DevOps · Learning hub

Kubernetes notes for developers

Master Kubernetes with a curated set of 3 developer notes — core concepts, patterns, and interview prep. Maintained by the DevRecall team.

Save this stack to your DevRecallMore DevOps notes
Kubernetes

Core Concepts & kubectl

Core Concepts & kubectl Key Objects Pod — smallest deployable unit; one or more containers sharing network/storage Deployment — manages replicated Pods with rol

Kubernetes

Deployments, Services & Manifests

Deployments, Services & Manifests Deployment YAML apiVersion: apps/v1 kind: Deployment metadata: name: my-app namespace: production labels: app: my-app spec: re

Kubernetes

Interview Questions

Kubernetes Interview Questions Q: What is the difference between a Pod and a Deployment? A Pod is the smallest unit — one or more containers with shared network

Keep your Kubernetes knowledge sharp.

Save this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.

Get started — free forever