Skip to content

0.1.0

Compare
Choose a tag to compare
@Kelvin-M Kelvin-M released this 31 Jul 08:36
24921ce

Susbtra Compute Tasks are now executed in Kubernetes :

  • Images for compute tasks are now build with kaniko
  • Compute Tasks are now executed in pod with network policies (you need to setup a CNI in your K8S cluster like calico)
  • Local docker registry is now deployed with substra-backend and prepopulate with substra-tools latest images

The support of docker (substra launch and compute tasks executor) is dropped

  • Remove docker as image builder
  • Remove docker as substra launcher (docker-compose)
  • Remove docker dependencies (scripts)

Global substra-backend code has seen some improvements:

  • nginx/uwsgi better configuration
  • rootless container