Kubernetes in Action, 2nd Edition Chapter 2. Understanding containers Creating the Kiada container image Building the kiada:1.0 image: Makefile - contains commands to build and push the image Dockerfile - Docker instructions for building the image app.js - application code (JavaScript)