We need a new chart in operations/deployment-charts for deploying the Spark History Service to Kubernetes.
There is some background information on our use of helm charts here: https://wikitech.wikimedia.org/wiki/Kubernetes/Deployment_Charts
I believe that the README file here is up-to-date in terms of adding a new service:
https://gerrit.wikimedia.org/r/plugins/gitiles/operations/deployment-charts/%2B/refs/heads/master/README.md
We will need to supply a few configuration values and, crucially, a kerberos keytab, so that this service can read from and write to HDFS.
We will be using the spark images here: https://gerrit.wikimedia.org/r/c/operations/docker-images/production-images/+/896363 and running it as a daemon using the history option to the entrypoint.sh script.