TheK8sBook icon indicating copy to clipboard operation
TheK8sBook copied to clipboard

YAML files for use with The Kubernetes Book

Results 16 TheK8sBook issues
Sort by recently updated
recently updated
newest added

I was trying to follow the tutorial from the K8s book, but I unfortunately couldn't run the manifest files, because the images pulled from docker hub only supports `amd` architectures....

When following the book (version year 2022) and using a GKE K8 cluster deployed like in the beginning of the book, it is not possible to access any of the...

When using latest version of busybox, nslookup fails to find service, specifying an older version works: i.e.: busybox:1.28.0

I am currently in chapter 4 and the sidecar example for local use does not let me access it with localhost:30001. I figured out that I need to run `minikube...

%s/kubectl get rs hello-deploy-65cbc9474c/kubectl describe rs hello-deploy-65cbc9474c/g

While attached to the 'jump' Pod, running curl ent:8080 or curl ent.prod.svc.cluster.local:8080 returns expected output, but with a minor typo. Should read "Hello **from** the \ Namespace!" Actual output: ```...

In the chapter on namespaces I'm running into problems getting the-bus app to accept a curl request. Everything seems to match the output from the examples in the book with...

On page 136 of the book, the command executed from the services folder shows "deployment.apps/svc-test created". However, there is no svc-test in the deployment.yml file. Looks like the sample lab...

``` kubectl apply -f initpod.yml kubectl apply -f initsvc.yml ``` ``` kubectl get pods -w ``` **Output:** ``` initpod 0/1 Init:0/1 0 8s initpod 0/1 PodInitializing 0 32s initpod 0/1...

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies