kubernetes-in-action-2nd-edition
kubernetes-in-action-2nd-edition copied to clipboard
Code from the Kubernetes in Action 2nd Edition book
This PR contains the following: * Updating to later version, as the older version prevented some things to work correctly. This is a follow-up from the review.
This commit sets `init-demo-0.1/docker_entrypoint.sh`, `network-connectivity-checker-0.1/docker_entrypoint.sh`, and `network-traffic-meter-0.1/entrypoint.sh` to mode `0755` because the containers otherwise crash on start. Note: this only affects people following along locally who are building their own...
**Fix Gateway name mismatch** In [gtw.test.yaml](https://github.com/luksa/kubernetes-in-action-2nd-edition/blob/master/Chapter13/gtw.test.yaml#L4), the Gateway is named `test-gtw`, but in `tcproute.test.yaml` it is declared as `test`. This change updates the `tcproute.test.yaml` file to use the correct Gateway...