File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Be the change et al if Windows is your main and you wanna raise a PR with broad
3030 * [ poetry] ( https://python-poetry.org/docs/ )
3131 * [ docker-compose] ( https://docs.docker.com/compose/install/ )
3232 * [ playwright] ( https://playwright.dev/python/docs/intro#installation )
33- * [ Kubernetes (k8s)] ( # kubernetes-k8s )
33+ * [ Kubernetes (k8s)] ( markdown/ kubernetes.md )
3434
3535## Usage
3636### Mac and Linux users
Original file line number Diff line number Diff line change 2222 * [k9s](https://github.com/derailed/k9s#installation)
2323 * Built-in help: type ` ? `
2424 * Main Screen: ` :pod`
25- ! [Main screen](img/k9s_main.png)
25+ ! [Main screen](../ img/k9s_main.png)
2626 * Describe a pod: ` d`
27- ! [Describe a pod](img/k9s_describe.png)
27+ ! [Describe a pod](../ img/k9s_describe.png)
2828 * Delete a pod:
2929 * ` ctrl-d`
3030 * Replicas rebuild
31- ! [Delete a pod](img/k9s_delete_pod.png)
31+ ! [Delete a pod](../ img/k9s_delete_pod.png)
3232 * Remove resource (permanent)
3333 * ` :deploy`
3434 * ` ctrl-d`
35- ! [Remove resource](img/k9s_remove_res.png)
35+ ! [Remove resource](../ img/k9s_remove_res.png)
3636* [POC](https://itnext.io/simplest-minimal-k8s-app-tutorial-with-rancher-desktop-in-5-min-5481edb9a4a5)
3737 ` ` ` bash
3838 git clone https://github.com/jwsy/simplest-k8s.git
You can’t perform that action at this time.
0 commit comments