Skip to content

Commit 7b0daad

Browse files
committed
container integration
Signed-off-by: Michelle Dhanani <[email protected]>
1 parent 809bdd8 commit 7b0daad

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# SKIP 004 - Container Integration in SpinKube
2+
3+
Summary: Provide a path for running containers alongside WebAssembly workloads in SpinKube.
4+
5+
Owner: Michelle Dhanani <[email protected]>
6+
7+
Impacted Projects:
8+
9+
- [X] spin-operator
10+
- [X] `spin kube` plugin
11+
- [ ] runtime-class-manager
12+
- [X] containerd-shim-spin
13+
- [ ] Governance
14+
- [ ] Creates a new project
15+
16+
Created: October 2, 2024
17+
18+
Updated: October 2, 2024
19+
20+
## Background
21+
22+
What is the context for your change? Why do you want it?
23+
There are scenarios where one might want to run a container alongside a WebAssembly application in the same pod. One reason might be a continuation of toolings (service meshes, logs, metrics). Another reason is there is a part of a logical workload that can be WebAssembly but another part that cannot run as WebAssembly and would need to run as a sidecar in the same Pod and be able to communicate to the WebAssembly bits over localhost.
24+
25+
## Proposal
26+
27+
One option is to add a way to configure containers in the SpinApp CR.
28+
29+
TBD - would like to collect feedback here.
30+
31+
## Alternatives Considered
32+
33+
What else have you considered and why is the proposed solution a better fit?
34+
N/A

0 commit comments

Comments
 (0)