Skip to content

Commit

Permalink
add how-it-works to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Dec 19, 2023
1 parent 6623731 commit 57bd4b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,11 @@ spec:
- name: RELEASE_NODE
value: my_app@$(POD_IP)
```

## How it works

The FLAME Kubernetes backend first queries the Kubernetes API server to extract
information from the running Pod like the container image, resource requests and
limits, environment variables etc. This information is then used to build the
manifest for the runner pod. The backend then sends the resulting manifest to
the API server in order to spin up a runner pod.

0 comments on commit 57bd4b5

Please sign in to comment.