skaffold-helm-tutorial icon indicating copy to clipboard operation
skaffold-helm-tutorial copied to clipboard

Hands on tutorial to learn docker, kubernetes, helm and skaffold. Ideal as a next step in your learning experience after getting some theory

Results 8 skaffold-helm-tutorial issues
Sort by recently updated
recently updated
newest added

https://github.com/Kapernikov/skaffold-helm-tutorial/blob/b58b7c63698253176a4f161ebc91a433dd9a85d0/chapters/03-install-k3s.md?plain=1#L115-L125 In this section, might be useful to mention that one should set permissions properly on `$HOME/.kube/config` to avoid warnings when calling helm or kubectl. Here is the command to...

https://github.com/Kapernikov/skaffold-helm-tutorial/blob/b58b7c63698253176a4f161ebc91a433dd9a85d0/chapters/03-install-k3s.md?plain=1#L23-L48 The calls to *install* command need to explicitely put the name of the copied item in the destination path: ```shell export TMP_K8S_DIR="/home/$USER/k8s-tuto-tmp" export INSTALL_DIR="/usr/local/bin" mkdir -p "$TMP_K8S_DIR" && cd...

for some reason, nodejs based containers die with "exec format error" on wsl2, but only when ran in k3s, not in docker. arch=amd64 and the arch looks correct both in...

![image](https://github.com/Kapernikov/skaffold-helm-tutorial/assets/154455/a69f4ce6-b28d-4ee1-91fe-eb908a529cc2)

https://devblogs.microsoft.com/commandline/systemd-support-is-now-available-in-wsl/ - [ ] Test if this works - [ ] Update the docs.

Would we better to deploy/run the app in a separate namespace, e.g. "tutorial" or "myapp". * Good to learn where to define the namespaces * Nicer isolation in case you...