filmov
tv
Kubernetes LAB 16: Example of a nested array in YAML file for Kubernetes pod

Показать описание
YAML allows arrays. It also allows nested arrays (array within an array). We can use this to run a pod with arguments like "sleep 100000". In this video, I do a demo of how to do that.