projects:crunchy:picocluster:start
Differences
This shows you the differences between two versions of the page.
projects:crunchy:picocluster:start [2022/12/02 00:23] – [Result: RUNNING!] rolf001 | projects:crunchy:picocluster:start [2023/01/05 14:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 204: | Line 204: | ||
==== Some kubectl Tests ==== | ==== Some kubectl Tests ==== | ||
+ | https:// | ||
- | |||
- | ===== Result: RUNNING! ===== | ||
- | |||
- | I can deploy first examples. Now I would need to learn more about **kubectl.** | ||
< | < | ||
sudo kubectl get nodes | sudo kubectl get nodes | ||
+ | |||
sudo kubectl get pods --all-namespaces | sudo kubectl get pods --all-namespaces | ||
+ | |||
+ | sudo kubectl get pods -A | ||
+ | |||
sudo kubectl run nginx-sample --image=nginx --port=80 | sudo kubectl run nginx-sample --image=nginx --port=80 | ||
- | sudo kubectl get pods --all-namespaces | + | |
- | sudo kubectl expose deployment/ | + | sudo kubectl get pods -A |
- | sudo kubectl expose nginx-sample --type=" | + | |
+ | #sudo kubectl expose deployment/ | ||
+ | |||
+ | #sudo kubectl expose nginx-sample --type=" | ||
+ | |||
+ | kubectl delete pod nginx-sample | ||
+ | |||
+ | sudo kubectl get pods -A | ||
</ | </ | ||
+ | |||
+ | ===== Result: RUNNING! ===== | ||
+ | |||
+ | I can deploy first examples. Now I would need to learn more about **kubectl.** | ||
+ | |||
+ | |||
===== Summary / Outlook ===== | ===== Summary / Outlook ===== | ||
projects/crunchy/picocluster/start.1669937038.txt.gz · Last modified: 2023/01/05 14:38 (external edit)