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
30
30
* [ poetry] ( https://python-poetry.org/docs/ )
31
31
* [ docker-compose] ( https://docs.docker.com/compose/install/ )
32
32
* [ playwright] ( https://playwright.dev/python/docs/intro#installation )
33
- * [ Kubernetes (k8s)] ( # kubernetes-k8s )
33
+ * [ Kubernetes (k8s)] ( markdown/ kubernetes.md )
34
34
35
35
## Usage
36
36
### Mac and Linux users
Original file line number Diff line number Diff line change 22
22
* [k9s](https://github.com/derailed/k9s#installation)
23
23
* Built-in help: type ` ? `
24
24
* Main Screen: ` :pod`
25
- ! [Main screen](img/k9s_main.png)
25
+ ! [Main screen](../ img/k9s_main.png)
26
26
* Describe a pod: ` d`
27
- ! [Describe a pod](img/k9s_describe.png)
27
+ ! [Describe a pod](../ img/k9s_describe.png)
28
28
* Delete a pod:
29
29
* ` ctrl-d`
30
30
* Replicas rebuild
31
- ! [Delete a pod](img/k9s_delete_pod.png)
31
+ ! [Delete a pod](../ img/k9s_delete_pod.png)
32
32
* Remove resource (permanent)
33
33
* ` :deploy`
34
34
* ` ctrl-d`
35
- ! [Remove resource](img/k9s_remove_res.png)
35
+ ! [Remove resource](../ img/k9s_remove_res.png)
36
36
* [POC](https://itnext.io/simplest-minimal-k8s-app-tutorial-with-rancher-desktop-in-5-min-5481edb9a4a5)
37
37
` ` ` bash
38
38
git clone https://github.com/jwsy/simplest-k8s.git
You can’t perform that action at this time.
0 commit comments