learning
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| learning [2025/06/25 11:01] – glong | learning [2025/09/18 13:08] (current) – [Registration Required] admin | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Free Content ===== | ===== Free Content ===== | ||
| - | ====== Youtube | + | ==== Youtube ==== |
| - | [[https:// | + | [[https:// |
| + | [[https:// | ||
| + | |||
| + | |||
| + | ===== Pay Content ===== | ||
| + | |||
| + | [[https:// | ||
| + | [[https:// | ||
| + | |||
| + | ===== commands ===== | ||
| + | **kubeadm init defaults** | ||
| + | kubeadm config print init-defaults | ||
| + | Create an nginx deployment \\ | ||
| + | kubectl create deployment nginx --image nginx | ||
| + | |||
| + | kubectl get nodes -o json | jq ' | ||
| + | |||
| + | kubectl run alpine --image=alpine -it | ||
| + | |||
| + | Testing and Diagnostic container \\ | ||
| + | < | ||
| + | kubectl run alpine --image=alpine -it | ||
| + | apk update | ||
| + | apk add bind-tools curl | ||
| + | </ | ||
| + | Session ended, resume using ' | ||
| + | |||
| + | |||
| + | |||
| + | ===== Kubernetes IO Help ===== | ||
| + | Volumes [[https:// | ||
| + | Local Persistent Volumes GA [[https:// | ||
| + | |||
| + | |||
learning.1750849303.txt.gz · Last modified: by glong
