This repository contains a simple Python script that can run batch jobs using the Kubernetes API.
- Have a Kubernetes cluster
- Build the container image using
docker build -t my-python-image .
This image will be used to deploy the app.py script in your cluster, using manifests.yml
- Deploy this container and the related RBAC config on your cluster using
kubectl apply -f manifests.yml