kubernetes-training

Multi-Container PODs

kubectl

  1. To deploy an application kubectl run nginx --image nginx
  1. To get info about a specific pod kubectl get pods kubectl get pods -o wide

  2. Info about deployed pods kubectl describe pod <pod-name>

Pod References

https://kubernetes.io/docs/concepts/workloads/pods/