Difference between revisions of "Pod (Kubernetes)"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
# [[Create and configure a basic Pod]]: <code>[[kubectl apply]]</code>
 
# [[Create and configure a basic Pod]]: <code>[[kubectl apply]]</code>
 
# Create a pod network: <code>[[kubeadm]] init --pod-network-cidr=10.244.0.0/16</code>
 
# Create a pod network: <code>[[kubeadm]] init --pod-network-cidr=10.244.0.0/16</code>
 +
# [[CKAD]]: Understand how to use [[Labels]], [[Selector]] and [[Annotations]]
 +
# [[CKAD]]: Understand Deployments and how to perform [[rolling updates]]
 +
# [[CKAD]]: Understand Deployments and how to perform [[rollbacks]]
  
 
== See also ==
 
== See also ==
Line 13: Line 16:
  
 
[[Category:Cloud computing]]
 
[[Category:Cloud computing]]
 +
[[Category:CKAD]]

Revision as of 18:45, 6 January 2020

Kubernetes Pods allows to deploy one or multiple containers as a single atomic unit.

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

Advertising: