-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: JooYoung Park <[email protected]>
- Loading branch information
1 parent
e493f69
commit d46882a
Showing
8 changed files
with
109 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: serving.knative.dev/v1 | ||
kind: Service | ||
metadata: | ||
namespace: default | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
- image: crccheck/hello-world:latest # Stub image. See https://github.com/vhive-serverless/vhive/issues/68 | ||
ports: | ||
- name: h2c # For GRPC support | ||
containerPort: 50051 | ||
env: | ||
- name: GUEST_PORT # Port on which the firecracker-containerd container is accepting requests | ||
value: "50051" | ||
- name: GUEST_IMAGE # Container image to use for firecracker-containerd container | ||
value: "ghcr.io/ease-lab/helloworld:var_workload" |
18 changes: 18 additions & 0 deletions
18
configs/knative_workloads/firecracker/helloworldSerial.yaml
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,18 @@ | ||
apiVersion: serving.knative.dev/v1 | ||
kind: Service | ||
metadata: | ||
namespace: default | ||
spec: | ||
template: | ||
spec: | ||
containerConcurrency: 1 | ||
containers: | ||
- image: crccheck/hello-world:latest # Stub image. See https://github.com/vhive-serverless/vhive/issues/68 | ||
ports: | ||
- name: h2c # For GRPC support | ||
containerPort: 50051 | ||
env: | ||
- name: GUEST_PORT # Port on which the firecracker-containerd container is accepting requests | ||
value: "50051" | ||
- name: GUEST_IMAGE # Container image to use for firecracker-containerd container | ||
value: "ghcr.io/ease-lab/helloworld:var_workload" |
17 changes: 17 additions & 0 deletions
17
configs/knative_workloads/firecracker/helloworld_local.yaml
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,17 @@ | ||
apiVersion: serving.knative.dev/v1 | ||
kind: Service | ||
metadata: | ||
namespace: default | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
- image: crccheck/hello-world:latest # Stub image. See https://github.com/vhive-serverless/vhive/issues/68 | ||
ports: | ||
- name: h2c # For GRPC support | ||
containerPort: 50051 | ||
env: | ||
- name: GUEST_PORT # Port on which the firecracker-containerd container is accepting requests | ||
value: "50051" | ||
- name: GUEST_IMAGE # Container image to use for firecracker-containerd container | ||
value: "docker-registry.registry.svc.cluster.local:5000/vhiveease/helloworld:var_workload" |
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,17 @@ | ||
apiVersion: serving.knative.dev/v1 | ||
kind: Service | ||
metadata: | ||
namespace: default | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
- image: crccheck/hello-world:latest # Stub image. See https://github.com/vhive-serverless/vhive/issues/68 | ||
ports: | ||
- name: h2c # For GRPC support | ||
containerPort: 50051 | ||
env: | ||
- name: GUEST_PORT # Port on which the firecracker-containerd container is accepting requests | ||
value: "50051" | ||
- name: GUEST_IMAGE # Container image to use for firecracker-containerd container | ||
value: "ghcr.io/ease-lab/pyaes:var_workload" |
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,12 @@ | ||
apiVersion: serving.knative.dev/v1 | ||
kind: Service | ||
metadata: | ||
namespace: default | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
- image: ghcr.io/ease-lab/helloworld:var_workload | ||
ports: | ||
- name: h2c # For GRPC support | ||
containerPort: 50051 |
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,13 @@ | ||
apiVersion: serving.knative.dev/v1 | ||
kind: Service | ||
metadata: | ||
namespace: default | ||
spec: | ||
template: | ||
spec: | ||
containerConcurrency: 1 | ||
containers: | ||
- image: ghcr.io/ease-lab/helloworld:var_workload | ||
ports: | ||
- name: h2c # For GRPC support | ||
containerPort: 50051 |
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,12 @@ | ||
apiVersion: serving.knative.dev/v1 | ||
kind: Service | ||
metadata: | ||
namespace: default | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
- image: ghcr.io/ease-lab/helloworld:var_workload | ||
ports: | ||
- name: h2c # For GRPC support | ||
containerPort: 50051 |
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