Errata

Production Kubernetes

Errata for Production Kubernetes

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date Submitted
Printed Page 114
First code example

There is a command `cp /cni/loopback /opt/cin/bin/ || true`.

I'm fairly certain that the `/opt/cin/bin/` directory path should be `/opt/cni/bin/`.

So the command should be `cp /cni/loopback /opt/cni/bin/ || true`.

Steven Oxley  Dec 22, 2021 
Mobi, Other Digital Version Page 316
Diagram

In the kindle edition there is a diagram which features a box labeled ‘Promethrus Adaptor’, which should be ‘Prometheus Adaptor’.

Joshua Barratt  Dec 09, 2021 
PDF Page 80
Access Modes 1st paragraph

The description for RWO, ROX, and RWX it points out Pods and is incorrect is Nodes.
From the technical documentation https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes

A single Pod can read and write to the volume.

Multiple Pods can read the volume.

Multiple Pods can read and write to the volume.

It should be Node(s) not Pod(s)

A single Node can read and write to the volume.

Multiple Nodes can read the volume.

Multiple Nodes can read and write to the volume.

Carlos Santana  May 14, 2021 
PDF Page 28
2nd paragraph, 3rd line

the line that reads " to maintain a copy of the your cluster's state on multiple machines"
should read " to maintain a copy of the cluster's state on multiple machines" without you

Walid Shaari  Apr 09, 2021 
PDF, ePub Page 20
3rd Observability

The statement reads " This includes at the system and application layers"

I think "at" is a typo, that is not needed, the statement should read
"This includes the system and application layers"

Walid Shaari  Apr 03, 2021 
PDF Page 19
3rd pararaph "Secret Managment"

the line that reads " we can ensure data is encrypted before it is stored (encryption at rest)

I believe it should read " data is encrypted when it is stored

Walid Shaari  Apr 03, 2021