BigData How to set multiple commands in one yaml file with Kubernetes? Kyle79 2020. 6. 23. 15:06 https://stackoverflow.com/questions/33887194/how-to-set-multiple-commands-in-one-yaml-file-with-kubernetes How to set multiple commands in one yaml file with Kubernetes? In this official document, it can run command in a yaml config file: https://kubernetes.io/docs/tasks/configure-pod-container/ apiVersion: v1 kind: Pod metadata: name: hello-world spec: # stackoverflow.com