User Tools

Site Tools


learning

Differences

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

Link to this comparison view

Next revision
Previous revision
learning [2025/06/25 11:01] – created glonglearning [2025/08/12 19:00] (current) – [commands] admin
Line 1: Line 1:
- 
 ====== Kubernetes ====== ====== Kubernetes ======
 +===== Free Content =====
 +
 +==== Youtube ====
 +[[https://www.youtube.com/watch?v=MTHGoGUFpvE&t=1840s|Alta3  Kubernetes Zero to Hero: The Complete Beginner’s Guide (2025 Edition) ]] \\
 +[[https://devopscube.com/kubernetes-architecture-explained/|kubernetes architecture explained - devopscube]]
 +===== Pay Content =====
 +
 +[[https://live.alta3.com/|Atla-3 Devops Training]]
 +
 +===== commands =====
 +
 +**kubeadm init defaults**  \\
 +kubeadm config print init-defaults
 +
 +%%kubectl create deployment nginx --image nginx%%  \\
 +
 +%%kubectl get nodes -o json | jq '.items[].spec.podCIDRs'%%  \\
 +%%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 'kubectl attach alpine -c alpine -i -t' command when the pod is running
  
-[[https://www.youtube.com/watch?v=MTHGoGUFpvE&t=1840s|Alta3  Kubernetes Zero to Hero: The Complete Beginner’s Guide (2025 Edition) ]] 
learning.1750849272.txt.gz · Last modified: by glong

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki