-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from KWasm/kwasm-lifecycle-manager
Kwasm lifecycle manager
- Loading branch information
Showing
17 changed files
with
507 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
## Append samples of your project ## | ||
resources: | ||
- runtime_v1alpha1_shim.yaml | ||
- test_shim_lunatic.yaml | ||
- test_shim_slight.yaml | ||
- test_shim_spin.yaml | ||
- test_shim_wws.yaml | ||
#+kubebuilder:scaffold:manifestskustomizesamples |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Supported-Matrix | ||
|
||
We support the same Kubernetes distributions as Kwasm. | ||
|
||
| Container runtimes | Kind | Azure Kubernetes | GCP Kubernetes | AWS Kubernetes | Digital Ocean Kubernetes | CIVO Kubernetes | Kubernetes in Docker | Minikube | Canonical MicroK8s | | ||
|---------------------|------|------------------|----------------|----------------|--------------------------|-----------------|----------------------|----------|--------------------| | ||
| WasmEdge | ✅ | ✅ | (✅) | (✅) | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| Wasmtime | ✅ | ✅ | (✅) | (✅) | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| Fermion Spin | ✅ | ✅ | (✅) | (✅) | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| Wasm Workers Server | ✅ | ✅ | (✅) | (✅) | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| Lunatic | ✅ | ✅ | (✅) | (✅) | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
| Slight | ✅ | ✅ | (✅) | (✅) | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
|
||
✅ = officially supported | ||
(✅) = only with Ubuntu Nodes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.