- kiada.yaml - YAML manifest file for the
kiada
pod
Building the kiada:1.0-stdin
image:
- Makefile - contains commands to build and push the image
- Dockerfile - Docker instructions for building the image
- app.js - application code (JavaScript)
Deploying the pod:
- kiada-stdin.yaml - manifest for the
kiada-stdin
pod - kiada-stdin-once.yaml - manifest for the
kiada-stdin-once
pod, which usesstdinOnce: true
- kiada-stdin-tty.yaml - manifest for the
kiada-stdin-tty
pod, which usestty: true
Building the kiada-ssl-proxy:0.1
image:
- Makefile - contains commands to build and push the image
- Dockerfile - Docker instructions for building the image
- envoy.yaml - Envoy proxy configuration file
- example-com.crt - Server certificate used by Envoy
- example-com.key - Private key used by Envoy
Deploying the pod:
- kiada-ssl.yaml - Manifest for the
kiada-ssl
pod
Building the init-demo:0.1
image:
- Makefile - contains commands to build and push the image
- Dockerfile - Docker instructions for building the image
- docker_entrypoint.sh - Shell script that runs in the container
Building the network-connectivity-checker:0.1
image:
- Makefile - contains commands to build and push the image
- Dockerfile - Docker instructions for building the image
- docker_entrypoint.sh - Shell script that runs in the container
Deploying the pod:
- kiada-init.yaml - Manifest for the
kiada-init
pod - kiada-init-slow.yaml - Manifest for the
kiada-init-slow
pod, whose init container takes 60s to start