- kubia.yaml - YAML manifest file for the
kubia
pod
Building the kubia: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:
- kubia-stdin.yaml - manifest for the
kubia-stdin
pod - kubia-stdin-once.yaml - manifest for the
kubia-stdin-once
pod, which usesstdinOnce: true
- kubia-stdin-tty.yaml - manifest for the
kubia-stdin-tty
pod, which usestty: true
Building the kubia-ssl-proxy:1.0
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:
- kubia-ssl.yaml - Manifest for the
kubia-ssl
pod
Building the init-demo:1.0
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:1.0
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:
- kubia-init.yaml - Manifest for the
kubia-init
pod - kubia-init-slow.yaml - Manifest for the
kubia-init-slow
pod, whose init container takes 60s to start