-
Notifications
You must be signed in to change notification settings - Fork 92
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: Plamen Petrov <plamb0brt@gmail.com>
- Loading branch information
1 parent
19d0156
commit 98192d7
Showing
17 changed files
with
4,502 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
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: | ||
name: helloworld # The name of the function instance | ||
namespace: default | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
- image: crccheck/hello-world:latest # Stub image. See https://github.com/ease-lab/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: "ustiugov/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,19 @@ | ||
apiVersion: serving.knative.dev/v1 | ||
kind: Service | ||
metadata: | ||
name: helloworldserial # The name of the function instance | ||
namespace: default | ||
spec: | ||
template: | ||
spec: | ||
containerConcurrency: 1 | ||
containers: | ||
- image: crccheck/hello-world:latest # Stub image. See https://github.com/ease-lab/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: "ustiugov/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,18 @@ | ||
apiVersion: serving.knative.dev/v1 | ||
kind: Service | ||
metadata: | ||
name: pyaes # The name of the function instance | ||
namespace: default | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
- image: crccheck/hello-world:latest # Stub image. See https://github.com/ease-lab/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: "ustiugov/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,18 @@ | ||
apiVersion: serving.knative.dev/v1 | ||
kind: Service | ||
metadata: | ||
name: rnnserving # The name of the function instance | ||
namespace: default | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
- image: crccheck/hello-world:latest # Stub image. See https://github.com/ease-lab/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: "ustiugov/rnn_serving:var_workload" |
Oops, something went wrong.