learning
This is an old revision of the document!
Table of Contents
Kubernetes
Free Content
Youtube
Alta3 Kubernetes Zero to Hero: The Complete Beginner’s Guide (2025 Edition)
kubernetes architecture explained - devopscube
Pay Content
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
learning.1755024721.txt.gz · Last modified: by admin