Skip to content

Files

Latest commit

44c15f3 · Feb 5, 2022

History

History

Chapter06

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 10, 2022
Jun 3, 2021
Jun 3, 2021
Jun 3, 2021
Jun 3, 2021
Jun 3, 2021
Jun 3, 2021
Jun 3, 2021
Jun 3, 2021
Jun 3, 2021
Jun 3, 2021
Jun 3, 2021
Jun 3, 2021
Jun 3, 2021
Jun 3, 2021
Jun 3, 2021
Feb 5, 2022
Jun 3, 2021
Jun 3, 2021
Jun 3, 2021
Jun 3, 2021

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: