Tech C**P
14 subscribers
161 photos
9 videos
59 files
304 links
مدرس و برنامه نویس پایتون و لینوکس @alirezastack
Download Telegram
DevOps with Kubernetes
#devops #kubernetes
How does kubernetes scheduler work? Stripe engineer Julia Evans has written a delightfully clear explanation of how sched‐
uling works in Kubernetes.

https://jvns.ca/blog/2017/07/27/how-does-the-kubernetes-scheduler-work/


#containerization #kubernetes #scheduler #pods #kubectl
In order to enable bash completion in Kubernetes you can usee the below command in linux bash:

source <(kubectl completion bash)


Now to test this enter the below command and you should see the completion:

kubectl cl<TAB>


It should be expanded to kubectl cluster-info.


#linux #bash #shell #kubernetes #kubectl