-
Notifications
You must be signed in to change notification settings - Fork 91
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
796b0c4
commit aa6b91a
Showing
25 changed files
with
97 additions
and
117 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" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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