StorageSvc

Home for source and deployment archives

The storage service is the home for all archives of packages with sizes larger than 256KB. The Builder pulls the source archive from the storage service and uploads deploy archive to it. The fetcher inside the function pod also pulls the deploy archive for function specialization.

Fig.1 StorageSvc

Fig.1 StorageSvc

  1. Client (CLI or HTTP requests) connects to the StorageSvc proxy endpoint on Controller.
  2. Controller proxies requests to StorageSvc.
  3. StorageSvc stores uploaded archives to the Kubernetes persistent volume.
  4. (A) To build source archive into deployment archive, the Fetcher in the builder pod downloads source archive and save to shared volume. Once the build process finished, the Fetcher uploads the deployment archive to StorageSvc.
  5. (B) The Fetcher inside function pod fetches deployment archive created in (A) for environment container to load in.
Last modified December 16, 2021: Fixed Link/Document changes (#121) (8795548)