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