Skip to content

Latest commit

 

History

History
 
 

Chapter06

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Kubernetes in Action, 2nd Edition

Chapter 6. Managing the lifecycle of the Pod's containers

Adding a liveness probe

Adding a startup probe

Adding lifecycle hooks

Setting the termination grace period

Handling the TERM signal in the Kiada application

Building the kiada:1.1 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: