so the main diff between pod affinity and pod anti affinity is in pod affinity - required pod is created on the host if there is any pod with specified labels in pod affinity labels selector is already running on the host and pod anti affinity - required pod created only if there is no pod with specified labels in pod anti affinity labels selector is running on the host. Am I correct?
Configuring our own schedulers using static pods management can also solves lots of use cases rather than always relay on master node . What you think sir ?
Hi Awesome videos, Now i want to increase webserver replication count 4 means, it could create into node1 two pod webserver and node2 two pod webserver am i correct
Great Expectations than you very much🙏🙏🙏🙏🙏😍😍😍😍
You are doing great job . keep posting more content. 👍👍
Well explaned, thank you.
very very good ... many thanks :)
Thank you too!
Appreciate your work Deekshith..
i guess I am kinda randomly asking but do anyone know of a good website to stream newly released movies online ?
Nice explanation
Very good tutorial
Thank you! Cheers!
Nice video
so the main diff between pod affinity and pod anti affinity is
in pod affinity - required pod is created on the host if there is any pod with specified labels in pod affinity labels selector is already running on the host
and pod anti affinity - required pod created only if there is no pod with specified labels in pod anti affinity labels selector is running on the host.
Am I correct?
Awesome videos, could u please also make video on Autoscaling in Kubernetes
Great video!
Glad you enjoyed it
Nice video, could you please do answers video for remaining devops interview questions...
Configuring our own schedulers using static pods management can also solves lots of use cases rather than always relay on master node . What you think sir ?
static pod directly managed by kubelet and these are just mirror pod on the kubernetes api server
Hi Awesome videos, Now i want to increase webserver replication count 4 means, it could create into node1 two pod webserver and node2 two pod webserver am i correct
Hi bro,if i apply pod anti affinity should i require equal number of nodes with replicas, i mean if i have 100 replicas we need 100nodes right
You should have explained topological key in better way.