projects:crunchy:picocluster:start
Differences
This shows you the differences between two versions of the page.
projects:crunchy:picocluster:start [2022/11/30 17:29] – [Summary / Outlook] rolf001 | projects:crunchy:picocluster:start [2023/01/05 14:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 201: | Line 201: | ||
I decided to use **Snap Store** as described on the // | I decided to use **Snap Store** as described on the // | ||
+ | |||
+ | ==== Some kubectl Tests ==== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | |||
+ | < | ||
+ | sudo kubectl get nodes | ||
+ | |||
+ | sudo kubectl get pods --all-namespaces | ||
+ | |||
+ | sudo kubectl get pods -A | ||
+ | |||
+ | sudo kubectl run nginx-sample --image=nginx --port=80 | ||
+ | |||
+ | sudo kubectl get pods -A | ||
+ | |||
+ | #sudo kubectl expose deployment/ | ||
+ | |||
+ | #sudo kubectl expose nginx-sample --type=" | ||
+ | |||
+ | kubectl delete pod nginx-sample | ||
+ | |||
+ | sudo kubectl get pods -A | ||
+ | </ | ||
===== Result: RUNNING! ===== | ===== Result: RUNNING! ===== | ||
Line 211: | Line 236: | ||
* The most important info for me was the **K3s Ansible** project described above together with the **matching video by Jeff Geerling.** \\ Both resources are referred to as "Info Source 1" above. | * The most important info for me was the **K3s Ansible** project described above together with the **matching video by Jeff Geerling.** \\ Both resources are referred to as "Info Source 1" above. | ||
- | **Improvements** | + | **Improvements**\\ |
- | + | What I would improve in the next development cycle: | |
- | What I would improve in the next development cycle: | + | * Separate the client node from the |
- | + | ||
- | * Separate the client node serving as Ansible master and providing kubectl | + | |
- | * Use: | + | |
* 1x " | * 1x " | ||
* 1x K3s master node: minimal OS, no GUI | * 1x K3s master node: minimal OS, no GUI |
projects/crunchy/picocluster/start.1669825762.txt.gz · Last modified: 2023/01/05 14:38 (external edit)