User Tools

Site Tools


projects:crunchy:picocluster:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
projects:crunchy:picocluster:start [2022/11/30 17:29] – [Summary / Outlook] rolf001projects:crunchy:picocluster:start [2022/12/02 00:45] – [Result: RUNNING!] rolf001
Line 201: Line 201:
  
 I decided to use **Snap Store** as described on the //snapcraft.io// webpage **Install kubectl on Raspberry Pi using the Snap Store:** \\ https://snapcraft.io/install/kubectl/raspbian I decided to use **Snap Store** as described on the //snapcraft.io// webpage **Install kubectl on Raspberry Pi using the Snap Store:** \\ https://snapcraft.io/install/kubectl/raspbian
 +
 +==== Some kubectl Tests ====
 +
 +
  
 ===== Result: RUNNING! ===== ===== Result: RUNNING! =====
Line 206: Line 210:
 I can deploy first examples. Now I would need to learn more about **kubectl.** I can deploy first examples. Now I would need to learn more about **kubectl.**
  
 +<code>
 +sudo kubectl get nodes
  
-===== Summary / Outlook =====+sudo kubectl get pods --all-namespaces
  
-  * 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.+sudo kubectl get pods -A
  
-**Improvements**+sudo kubectl run nginx-sample --image=nginx --port=80
  
-What I would improve in the next development cycle:+sudo kubectl get pods -A 
 + 
 +#sudo kubectl expose deployment/nginx-sample --type="NodePort" --port 80 
 + 
 +#sudo kubectl expose nginx-sample --type="NodePort" --port 80 
 + 
 +kubectl delete pod nginx-sample  --now         
 + 
 +sudo kubectl get pods -A 
 +</code> 
 +===== Summary / Outlook ===== 
 + 
 +  * 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.
  
-  * Separate the client node serving as Ansible master and providing kubectl from the master node of the K3s installation. +**Improvements**\\ 
-  * Use:+What I would improve in the next development cycle:  
 +  * Separate the client node from the  K3s master node:
     * 1x "client" node: OS with GUI, Ansible master, kubectl       * 1x "client" node: OS with GUI, Ansible master, kubectl  
     * 1x K3s master node: minimal OS, no GUI     * 1x K3s master node: minimal OS, no GUI
projects/crunchy/picocluster/start.txt · Last modified: 2022/12/02 00:48 by rolf001