Difference between revisions of "Pod (Kubernetes)"

From wikieduonline
Jump to navigation Jump to search
(Created page with "Kubernetes Pods allows to deploy one or multiple containers as a single atomic unit. == Activities == # Create and configure a basic Pod: kubectl apply # Create a...")
 
Line 2: Line 2:
  
 
== Activities ==
 
== Activities ==
# [[Create and configure a basic Pod]]: [[kubectl apply]]
+
# [[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>
  

Revision as of 17:30, 3 January 2020

Advertising: