Deekshith, you have provided a great real time scenario what required for a both Kubernetes and DevOps Architect...Amazing Kubernetes coverage with all its resources along with best practices with for a 3-tier architecture and again complete optimized DevOps coverage. I rate 10/10 and very rare to find such video. Thanks a lot! Appreciate!!!
Thanks Deekshith, As mentioned in the video, can you please teach us about Operators too. Grateful for all the videos.Looking forward for upcoming videos.
For front end we also need tls certificates. If tls termination configured in application level we need to create a secret object and mount as volume. If tls certificates not configured at application level so we need to make sure tls certificates available either at ingress level or lodbalancer level. And please make video on operators and crd's
I have one interview qution I deployed a deployment object with 2 replicas. After deploying my pod are not shown when I do k get pods Pods are not shown. But when I do K get all it shows deployment object and replica set but shown as 0/2 like this what are the reasons for pods not shown?
Thanks for watching the video, there might be many reasons 1. All the nodes in k8s cluster might be unhealthy state 2. Requested resources might not be available in k8s nodes 3. Might be you are deploying to namespace where namespace attached with resources quota. But in your pod spec you wouldnt defined resources block this might also the reason. I would suggest, do describe on deployment, then you will get know actual reason :)
Thank you so much, Deekshith. As mentioned, please create a video regarding Operators and CRDs with Realtime usage cases. We profoundly indebted for your generous and friendly gesture for creating content considering our requests.
Thanks for watching the video 😊 Firstly I want say every company or client will have different stages in their cicd flow But one of the project where I was involved we had stage to apply the changes and execute some api's to test whether application really works or not, that stage we used to call it as API testing
In second scenario ie. Golang Application and redis why not use nodeselector or taints and tolerants concept we will be able to achieve the requirement using this also right? Correct me if I am wrong. Beginner in Devops
Thanks for watching :) For the second scenario I would say node selector wont work well, because of below reasons 1. Many times only one or few nodes might be available with specific label. Lets say I need 8 replicas and there only 4 nodes with specific label. in this case node selector or affinity wont workout 2. By using node selector its not guaranteed each pod will always goes to different nodes, still there is chance that multiple pods can go on single node. 3. Also the requirement is always deploy app pod where redis being deployed. if we go with node selector or node affinity there is chance that pod can be scheduled on node where redis is not being deployed.
Deekshith, you have provided a great real time scenario what required for a both Kubernetes and DevOps Architect...Amazing Kubernetes coverage with all its resources along with best practices with for a 3-tier architecture and again complete optimized DevOps coverage. I rate 10/10 and very rare to find such video. Thanks a lot! Appreciate!!!
I am glad that you liked the content and thank you so much comment like this motivates me to do more and more videos
Thanks Deekshith, As mentioned in the video, can you please teach us about Operators too. Grateful for all the videos.Looking forward for upcoming videos.
Thanks for supporting and watching the video.
Definitely will plan to do a video on operator :)
@@DeekshithSN Could you please make a video on Operators.It will be grateful to you.
Thank you Deekshith, Please share a demo video on operators in k8s
small correction: high latency means slow communication,........... and low latency means faster communication in 13:55
Thanks for correcting it :)
Thank you Deekshith, very useful and informative video, pls make more as such videos.
Thank you, I will
Thanks for this Deekshith. Please make a video on DevSecOps as well. Would be really interesting
Finally after long time !!!
Yes!!
Thanks for supporting :)
Usefulllll vedio Sir♾️🌟🔥🔥
Glad to hear that
Thanks for your insightful videos! Could you also cover real-time scenarios in ArgoCD and Istio? They're missing from many TH-cam playlists.
Thanks for watching sure will plan videos on argocd and istio 😊
For front end we also need tls certificates.
If tls termination configured in application level we need to create a secret object and mount as volume.
If tls certificates not configured at application level so we need to make sure tls certificates available either at ingress level or lodbalancer level.
And please make video on operators and crd's
Thanks for watching and adding more points which benefits my audience.
Sure will plan to do video on operator :)
As always Very useful content.
Glad to hear that!
After long time, please upload videos regulary!!! 😁 so that we never miss out your sessions
Thank you Gagan 😊, this motivates me to do more and more videos 😊
do a video on operator bro
Thanks Deekshith, Please do a video on k8s operators concept.
Thanks for watching.
Sure will plan to do video on kubernetes operators.
After long time
Yes that right, Thanks for supporting :)
Thank you so much...🙂
You are so welcome!, Thanks for watching :)
Thank you!! This is very helpful
Glad it was helpful!
Awesome!
Thank you! Cheers!
I have one interview qution
I deployed a deployment object with 2 replicas. After deploying my pod are not shown when I do k get pods
Pods are not shown. But when I do
K get all it shows deployment object and replica set but shown as 0/2 like this what are the reasons for pods not shown?
Pods may be in pending state becoz they are not getting enough resources in that particular namespace
Thanks for watching the video, there might be many reasons
1. All the nodes in k8s cluster might be unhealthy state
2. Requested resources might not be available in k8s nodes
3. Might be you are deploying to namespace where namespace attached with resources quota. But in your pod spec you wouldnt defined resources block this might also the reason.
I would suggest, do describe on deployment, then you will get know actual reason :)
Thank you so much, Deekshith. As mentioned, please create a video regarding Operators and CRDs with Realtime usage cases. We profoundly indebted for your generous and friendly gesture for creating content considering our requests.
Thanks watching :)
Already in a plan to make a video on k8s CRD :)
What is API testing stage after kubernetes deploy please tell me simple way if possible
Thanks for watching the video 😊
Firstly I want say every company or client will have different stages in their cicd flow
But one of the project where I was involved we had stage to apply the changes and execute some api's to test whether application really works or not, that stage we used to call it as API testing
In second scenario ie. Golang Application and redis why not use nodeselector or taints and tolerants concept we will be able to achieve the requirement using this also right? Correct me if I am wrong. Beginner in Devops
Thanks for watching :)
For the second scenario I would say node selector wont work well, because of below reasons
1. Many times only one or few nodes might be available with specific label.
Lets say I need 8 replicas and there only 4 nodes with specific label. in this case node selector or affinity wont workout
2. By using node selector its not guaranteed each pod will always goes to different nodes, still there is chance that multiple pods can go on single node.
3. Also the requirement is always deploy app pod where redis being deployed. if we go with node selector or node affinity there is chance that pod can be scheduled on node where redis is not being deployed.
@@DeekshithSN Got it!! Thanks for the clear explanation
need video on database operator
Thanks for watching will plan to do a video on it :)
Do u have any video to setup kune metrics with grafana
Thanks for watching, Yes I did video on monitoring kubernetes using prometheus and grafana below is the link
th-cam.com/video/w8FZDvQdZdw/w-d-xo.html