User Tools

Site Tools


learning

This is an old revision of the document!


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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki