User Tools

Site Tools


learning

This is an old revision of the document!


Kubernetes

Free Content

Youtube

Registration Required

Note: you have to give registration but do not have to agree to texting terms
https://www.netcomlearning.com/webinar-video/Msft-AI-Agents-Masterclass

Pay Content

commands

kubeadm init defaults

kubeadm config print init-defaults

Create an nginx deployment

kubectl create deployment nginx --image nginx  
kubectl get nodes -o json | jq '.items[].spec.podCIDRs' 
kubectl run alpine --image=alpine -it  

Testing and Diagnostic container

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

Kubernetes IO Help

learning.1758200900.txt.gz · Last modified: by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki