kubernetes-in-action-2nd-edition
kubernetes-in-action-2nd-edition copied to clipboard
Code from the Kubernetes in Action 2nd Edition book
ordered the book years ago. Will this book ever be finished? Very disappointing to have to wait for years for this book to be published. I liked the content so...
No property vapath exists under hostpath, this should be path.
It would be more versatile if the global scope arg TARGETPLATFORM were used instead of BUILDPLATFORM in the Dockerfiles, e.g. [here](https://github.com/luksa/kubernetes-in-action-2nd-edition/blob/41e14cce6e84a62b593bb15c1aa0a7d691e7ed40/Chapter07/quiz-api-0.1/app/Dockerfile), for building quiz-api-0.1, etc. This would allow the user...
https://github.com/docker-library/mongo/issues/485
Fixed invalid yaml option "vapath"to "path"
### Issues - kiada service cannot be accessed. ### Description (MacOS) Rancher Desktop v1.24.4+k3s1 I am working on chapter 12.2.1 verifying that dns cache resolves the domain to ingress IP...
The chapter section says to run this command: ``` $ kubectl run kubia --image=luksa/kubia --port=8080 --generator=run/v1 ``` With v1.18.1 of minikube, this returns: ``` Flag --generator has been deprecated, has...
log [root@node kiada-0.1]# kubectl get svc NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE kiada LoadBalancer 10.99.216.3 8088:31520/TCP 6m58s kubernetes ClusterIP 10.96.0.1 443/TCP 19m [root@node kiada-0.1]# minikube service kiada --url http://192.168.49.2:31520 [root@node...
### Environments - Cluster version: v1.21.4 - Virtual Machine: Oracle VM - CNI: Calico ### Problem Different results from the book. ''' Book ''' Did you also notice where the...