== Set up a Kubernetes job script ==
Download the [[File:Kubernetes samples|Kubernetes samples]] and look at job script in example_1. Alternatively, create your own directory and file named "job_script.yaml". Edit the contents as follows and replace all placeholders with your data:
<syntaxhighlight lang="yaml">
> kubectl apply -f job_script.yaml
</syntaxhighlight>
== Checking in on the container ==