I would like to run multiple scripts as part of my Kubernetes container. Any ideas please anyone?
containers:
- name: xyz
image: ghost:0.11-alpine
command: ["/scripts/wrapper.sh"]
ports:
- name: xyx
containerPort: 2368
protocol: TCP
I'm able to run one script successfully but adding in a second seems to be the issue.