DevOps/Kubernetes/Pods
Appearance
< DevOps | Kubernetes
Kubernetes Pods allows to deploy one or multiple containers as a single atomic unit.
Activities
[edit | edit source]- Create and configure a basic Pod: kubectl apply
- Create a pod network: kubeadm init --pod-network-cidr=10.244.0.0/16