Skip to content

Instantly share code, notes, and snippets.

@pmundt
Created May 5, 2020 15:21
Show Gist options
  • Save pmundt/d2da60ac612be58d26695fbb261d7d2e to your computer and use it in GitHub Desktop.
Save pmundt/d2da60ac612be58d26695fbb261d7d2e to your computer and use it in GitHub Desktop.
http-echo-gpu-pod
apiVersion: v1
kind: Pod
metadata:
name: http-echo-gpu-pod
labels:
app: http-echo
spec:
containers:
- name: http-echo
image: adaptant/http-echo
imagePullPolicy: IfNotPresent
args: [ "-text", "hello from a Jetson Nano with an NVIDIA GM20B GPU" ]
ports:
- containerPort: 5678
nodeSelector:
beta.devicetree.org/nvidia-jetson-nano: "1"
beta.devicetree.org/nvidia-gm20b: "1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment