Files
confidential-containers/demos/ssh-demo/cri-sandbox-config.yaml
Jakob Naucke 8c3a47ab67 Add SSH demo
Add basic documentation, Dockerfile, k8s and sandbox config for a demo
pod with SSH public key authentication.

Documentation on encrypting and running the image is omitted as of now,
for this is a more general topic which will require separate attention.

Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
2021-11-24 07:11:28 +01:00

7 lines
104 B
YAML

metadata:
name: ccv0-ssh-pod
hostname: ccv0
port_mappings:
- container_port: 22
host_port: 2222