< DevOps < Kubernetes

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

See also

This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.