Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Java runtime

sebgoa edited this page Nov 27, 2016 · 1 revision

We assume folks will compile their JAR.

  • kubeless will upload the JAR inside storage reachable from the runtime.
  • the runtime is a container based on alpine openjdk (https://hub.docker.com/_/openjdk/)
  • the entry point of the container is a silly bash script that reads an env that contains the PATH to the jar, it downloads the file and runs java java.jar

How to wrap this in HTTP ?

  • call the jar via system call ? ugly...
  • or we assume the JAR serves HTTP itself
Clone this wiki locally