digicatapult / dc-federated

A python library for federated learning supporting consortium scale deployment.
Apache License 2.0
8 stars 8 forks source link

[Feature Request] Adds helm chart for mnist example #6

Closed techjacker closed 1 year ago

techjacker commented 3 years ago

name: Feature request - Adds helm chart deployment for mnist example about: Adds the ability to deploy the mnist example to kubernetes via a helm chart

Summary

Adds the ability to deploy the mnist example to kubernetes via a helm chart. The source code of library had to be altered slighlty to better facilitate containerisation.

Motivation

We wanted to deploy the mnist example to the cloud.

Describe alternatives you've considered

Serverless platforms such as AWS lambda. Kubernetes is the defacto standard in cloud deployment and is platform agnostic so was the obvious choice to start with.

Additional context

Recommend you package the helm chart and push it to a chart repo of your choice.