Not everything runs forever. Some tasks just need to run once and finish. Time to learn about Kubernetes Jobs.
The team needs to run a one-time database migration script. The script takes about 30 seconds to complete and outputs "Migration complete!" when done. A namespace has been prepared for this task.
Start this challenge in your local Kubernetes cluster: