Difference between revisions of "Pod (Kubernetes)"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
Kubernetes Pods<ref>https://kubernetes.io/docs/concepts/workloads/pods/pod/</ref><ref>https://en.wikipedia.org/wiki/Kubernetes#Pods</ref> are the smallest deployable units a d allows to deploy one or multiple [[containers]] as a single atomic unit.
 
Kubernetes Pods<ref>https://kubernetes.io/docs/concepts/workloads/pods/pod/</ref><ref>https://en.wikipedia.org/wiki/Kubernetes#Pods</ref> are the smallest deployable units a d allows to deploy one or multiple [[containers]] as a single atomic unit.
 +
 +
== Pod related commands ==
 +
* <code>[[kubectl delete pod]]</code>
 +
  
 
== Activities ==
 
== Activities ==

Revision as of 19:24, 6 January 2020

Kubernetes Pods[1][2] are the smallest deployable units a d allows to deploy one or multiple containers as a single atomic unit.

Pod related commands


Activities

  1. Create and configure a basic Pod: kubectl apply
  2. Create a pod network: kubeadm init --pod-network-cidr=10.244.0.0/16
  3. CKAD: Understand how to use Labels, Selector and Annotations
  4. CKAD: Understand Deployments and how to perform rolling updates
  5. CKAD: Understand Deployments and how to perform rollbacks

See also

  • https://kubernetes.io/docs/concepts/workloads/pods/pod/
  • https://en.wikipedia.org/wiki/Kubernetes#Pods
  • Advertising: