Nice explanation, especially the kubectl api-resources --namespaced=true .. command .. Also, another benefit of using namespaces is that in case there is a DDoS attack, only a particular NS is affected .... and since there is resource requests and limits configured, the attacker cannot exhaust the resources of the entire node/cluster!
Your teaching style is very good, the way you explain the things in simple language is impressive
Thanks Parshuram, glad it was helpful!
Nice explanation, especially the kubectl api-resources --namespaced=true .. command .. Also, another benefit of using namespaces is that in case there is a DDoS attack, only a particular NS is affected .... and since there is resource requests and limits configured, the attacker cannot exhaust the resources of the entire node/cluster!
certainly!
nice explaination, can you make one video on deploying logging and monitering pods?
Sure Mahender
Can we use a ConfigMap defined in a namespace and refer it in another namespace?
Yes! We certainly can.