[{"data":1,"prerenderedAt":221},["ShallowReactive",2],{"term-p\u002Fpod":3,"related-p\u002Fpod":200},{"id":4,"title":5,"acronym":6,"body":7,"category":180,"description":181,"difficulty":182,"extension":183,"letter":16,"meta":184,"navigation":185,"path":186,"related":187,"seo":194,"sitemap":195,"stem":198,"subcategory":6,"__hash__":199},"terms\u002Fterms\u002Fp\u002Fpod.md","Pod",null,{"type":8,"value":9,"toc":174},"minimark",[10,15,19,23,26,30,159,163,170],[11,12,14],"h2",{"id":13},"eli5-the-vibe-check","ELI5 — The Vibe Check",[16,17,18],"p",{},"A Pod is the smallest thing Kubernetes manages — it's like a tiny apartment that one or more containers share. The containers in a pod live together, share the same network address, and talk to each other like roommates. Kubernetes creates and destroys pods automatically based on demand.",[11,20,22],{"id":21},"real-talk","Real Talk",[16,24,25],{},"A Pod is the smallest deployable unit in Kubernetes, consisting of one or more containers that share network, storage, and lifecycle. Pods are ephemeral by design — they get created, run, and die. Kubernetes controllers like Deployments manage pods, ensuring the right number are always running.",[11,27,29],{"id":28},"show-me-the-code","Show Me The Code",[31,32,37],"pre",{"className":33,"code":34,"language":35,"meta":36,"style":36},"language-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# pods.yaml\napiVersion: v1\nkind: Pod\nmetadata:\n  name: my-app\nspec:\n  containers:\n    - name: app\n      image: my-app:1.0\n      ports:\n        - containerPort: 3000\n","yaml","",[38,39,40,49,64,75,84,95,103,111,125,136,144],"code",{"__ignoreMap":36},[41,42,45],"span",{"class":43,"line":44},"line",1,[41,46,48],{"class":47},"sHwdD","# pods.yaml\n",[41,50,52,56,60],{"class":43,"line":51},2,[41,53,55],{"class":54},"swJcz","apiVersion",[41,57,59],{"class":58},"sMK4o",":",[41,61,63],{"class":62},"sfazB"," v1\n",[41,65,67,70,72],{"class":43,"line":66},3,[41,68,69],{"class":54},"kind",[41,71,59],{"class":58},[41,73,74],{"class":62}," Pod\n",[41,76,78,81],{"class":43,"line":77},4,[41,79,80],{"class":54},"metadata",[41,82,83],{"class":58},":\n",[41,85,87,90,92],{"class":43,"line":86},5,[41,88,89],{"class":54},"  name",[41,91,59],{"class":58},[41,93,94],{"class":62}," my-app\n",[41,96,98,101],{"class":43,"line":97},6,[41,99,100],{"class":54},"spec",[41,102,83],{"class":58},[41,104,106,109],{"class":43,"line":105},7,[41,107,108],{"class":54},"  containers",[41,110,83],{"class":58},[41,112,114,117,120,122],{"class":43,"line":113},8,[41,115,116],{"class":58},"    -",[41,118,119],{"class":54}," name",[41,121,59],{"class":58},[41,123,124],{"class":62}," app\n",[41,126,128,131,133],{"class":43,"line":127},9,[41,129,130],{"class":54},"      image",[41,132,59],{"class":58},[41,134,135],{"class":62}," my-app:1.0\n",[41,137,139,142],{"class":43,"line":138},10,[41,140,141],{"class":54},"      ports",[41,143,83],{"class":58},[41,145,147,150,153,155],{"class":43,"line":146},11,[41,148,149],{"class":58},"        -",[41,151,152],{"class":54}," containerPort",[41,154,59],{"class":58},[41,156,158],{"class":157},"sbssI"," 3000\n",[11,160,162],{"id":161},"when-youll-hear-this","When You'll Hear This",[16,164,165,166,169],{},"\"That pod keeps crashing — run ",[38,167,168],{},"kubectl describe pod"," to see why.\" \u002F \"Scale up to 5 pods to handle more traffic.\"",[171,172,173],"style",{},"html pre.shiki code .sHwdD, html code.shiki .sHwdD{--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic}html pre.shiki code .swJcz, html code.shiki .swJcz{--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178}html pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sbssI, html code.shiki .sbssI{--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":36,"searchDepth":51,"depth":51,"links":175},[176,177,178,179],{"id":13,"depth":51,"text":14},{"id":21,"depth":51,"text":22},{"id":28,"depth":51,"text":29},{"id":161,"depth":51,"text":162},"cicd","A Pod is the smallest thing Kubernetes manages — it's like a tiny apartment that one or more containers share.","intermediate","md",{},true,"\u002Fterms\u002Fp\u002Fpod",[188,189,190,191,192,193],"Kubernetes","K8s","Container","Node","Cluster","Namespace",{"title":5,"description":181},{"changefreq":196,"priority":197},"weekly",0.7,"terms\u002Fp\u002Fpod","yvCGZLINSGwnghfm6D4HdEIZ4o0T2GwszUG_DudK1_Q",[201,204,208,212,215,218],{"title":192,"path":202,"acronym":6,"category":180,"difficulty":182,"description":203},"\u002Fterms\u002Fc\u002Fcluster","A Kubernetes Cluster is the whole system — all the nodes (machines) working together as one, managed by a control plane.",{"title":190,"path":205,"acronym":6,"category":180,"difficulty":206,"description":207},"\u002Fterms\u002Fc\u002Fcontainer","beginner","A container is a running instance of a Docker image — it's the lunchbox you made and actually opened to eat from.",{"title":189,"path":209,"acronym":188,"category":180,"difficulty":210,"description":211},"\u002Fterms\u002Fk\u002Fk8s","advanced","K8s is just a shorthand for Kubernetes — the name is 11 characters with 8 letters between K and s, hence K8s. It's the same big robot container manager.",{"title":188,"path":213,"acronym":6,"category":180,"difficulty":210,"description":214},"\u002Fterms\u002Fk\u002Fkubernetes","Kubernetes is a robot manager for your containers.",{"title":193,"path":216,"acronym":6,"category":180,"difficulty":182,"description":217},"\u002Fterms\u002Fn\u002Fnamespace","In Kubernetes, a Namespace is like a virtual folder that organizes resources.",{"title":191,"path":219,"acronym":6,"category":180,"difficulty":182,"description":220},"\u002Fterms\u002Fn\u002Fnode","In Kubernetes, a Node is a physical or virtual machine in the cluster — one of the workers that actually runs your pods.",1776518302317]