User Tools

Site Tools


learning

Kubernetes

Free Content

Youtube

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.txt · Last modified: by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki