learning
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
learning [2025/06/25 11:01] – created glong | learning [2025/08/12 19:00] (current) – [commands] admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
====== Kubernetes ====== | ====== Kubernetes ====== | ||
+ | ===== Free Content ===== | ||
+ | |||
+ | ==== Youtube ==== | ||
+ | [[https:// | ||
+ | [[https:// | ||
+ | ===== Pay Content ===== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | ===== commands ===== | ||
+ | |||
+ | **kubeadm init defaults** | ||
+ | kubeadm config print init-defaults | ||
+ | |||
+ | %%kubectl create deployment nginx --image nginx%% | ||
+ | |||
+ | %%kubectl get nodes -o json | jq ' | ||
+ | %%kubectl run alpine --image=alpine -it%% | ||
+ | |||
+ | |||
+ | test containers | ||
+ | %%kubectl run alpine --image=alpine -it%% | ||
+ | apk update | ||
+ | apk add bind-tools curl | ||
+ | |||
+ | Session ended, resume using ' | ||
- | [[https:// |
learning.1750849272.txt.gz · Last modified: by glong