Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8s deployment files for WAMR #736

Merged
merged 6 commits into from
Mar 31, 2023
Merged

K8s deployment files for WAMR #736

merged 6 commits into from
Mar 31, 2023

Conversation

csegarragonz
Copy link
Collaborator

@csegarragonz csegarragonz commented Mar 30, 2023

In this PR I add support to start a WAMR k8s deployment.

We follow the design choice for other command line options like inv run or inv codegen; when running inv k8s.deploy we pick up the value of the WASM_VM env. variable.

This way, the following would deploy a Faasm k8s cluster using WAVM, WAMR, or SGX WASM runtimes:

WASM_VM={wavm,wamr,sgx} inv k8s.deploy --workers=4

@csegarragonz csegarragonz merged commit d6dbc29 into main Mar 31, 2023
@csegarragonz csegarragonz deleted the wamr-k8s branch March 31, 2023 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant