Devops scenario based questions and answers | 2

  Рет қаралды 9,234

Deekshith SN

Deekshith SN

Күн бұрын

Пікірлер: 47
@mathanrajendar1404
@mathanrajendar1404 4 ай бұрын
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!!!
@DeekshithSN
@DeekshithSN 4 ай бұрын
I am glad that you liked the content and thank you so much comment like this motivates me to do more and more videos
@lavanyadevops-bq7rv
@lavanyadevops-bq7rv Жыл бұрын
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.
@DeekshithSN
@DeekshithSN Жыл бұрын
Thanks for supporting and watching the video. Definitely will plan to do a video on operator :)
@Sainnath-w9h
@Sainnath-w9h 7 ай бұрын
Thank you Deekshith, Please share a demo video on operators in k8s
@ganeshgoudru8444
@ganeshgoudru8444 Жыл бұрын
Thanks for this Deekshith. Please make a video on DevSecOps as well. Would be really interesting
@SandeepKumarGarlapati
@SandeepKumarGarlapati Жыл бұрын
Thank you Deekshith, very useful and informative video, pls make more as such videos.
@DeekshithSN
@DeekshithSN Жыл бұрын
Thank you, I will
@navabshaik3221
@navabshaik3221 Жыл бұрын
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
@DeekshithSN
@DeekshithSN Жыл бұрын
Thanks for watching and adding more points which benefits my audience. Sure will plan to do video on operator :)
@awssoorinje747
@awssoorinje747 Жыл бұрын
Thanks for your insightful videos! Could you also cover real-time scenarios in ArgoCD and Istio? They're missing from many KZbin playlists.
@DeekshithSN
@DeekshithSN Жыл бұрын
Thanks for watching sure will plan videos on argocd and istio 😊
@MaheshAnnam-u5i
@MaheshAnnam-u5i Жыл бұрын
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.
@DeekshithSN
@DeekshithSN Жыл бұрын
Thanks watching :) Already in a plan to make a video on k8s CRD :)
@gagantej8826
@gagantej8826 Жыл бұрын
After long time, please upload videos regulary!!! 😁 so that we never miss out your sessions
@DeekshithSN
@DeekshithSN Жыл бұрын
Thank you Gagan 😊, this motivates me to do more and more videos 😊
@saikiransunkara1955
@saikiransunkara1955 Жыл бұрын
Thanks Deekshith, Please do a video on k8s operators concept.
@DeekshithSN
@DeekshithSN Жыл бұрын
Thanks for watching. Sure will plan to do video on kubernetes operators.
@sakivvahbiav
@sakivvahbiav Жыл бұрын
Finally after long time !!!
@DeekshithSN
@DeekshithSN Жыл бұрын
Yes!! Thanks for supporting :)
@soumyaswarupdas9449
@soumyaswarupdas9449 Жыл бұрын
As always Very useful content.
@DeekshithSN
@DeekshithSN Жыл бұрын
Glad to hear that!
@mallikarjunkonemane6908
@mallikarjunkonemane6908 Жыл бұрын
Usefulllll vedio Sir♾️🌟🔥🔥
@DeekshithSN
@DeekshithSN Жыл бұрын
Glad to hear that
@kasimfayas7436
@kasimfayas7436 Жыл бұрын
Awesome!
@DeekshithSN
@DeekshithSN Жыл бұрын
Thank you! Cheers!
@kowshik71
@kowshik71 Жыл бұрын
Thank you!! This is very helpful
@DeekshithSN
@DeekshithSN Жыл бұрын
Glad it was helpful!
@kedar1704
@kedar1704 Жыл бұрын
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
@DeekshithSN
@DeekshithSN Жыл бұрын
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.
@kedar1704
@kedar1704 Жыл бұрын
@@DeekshithSN Got it!! Thanks for the clear explanation
@venkateshNoudy
@venkateshNoudy Жыл бұрын
Thank you so much...🙂
@DeekshithSN
@DeekshithSN Жыл бұрын
You are so welcome!, Thanks for watching :)
@yogithakakarla1716
@yogithakakarla1716 Жыл бұрын
After long time
@DeekshithSN
@DeekshithSN Жыл бұрын
Yes that right, Thanks for supporting :)
@gunjankhanal7772
@gunjankhanal7772 Жыл бұрын
small correction: high latency means slow communication,........... and low latency means faster communication in 13:55
@DeekshithSN
@DeekshithSN Жыл бұрын
Thanks for correcting it :)
@muruligowda2985
@muruligowda2985 8 ай бұрын
do a video on operator bro
@akkyintish2519
@akkyintish2519 Жыл бұрын
What is API testing stage after kubernetes deploy please tell me simple way if possible
@DeekshithSN
@DeekshithSN Жыл бұрын
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
@navabshaik3221
@navabshaik3221 Жыл бұрын
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?
@shankarkolte7111
@shankarkolte7111 Жыл бұрын
Pods may be in pending state becoz they are not getting enough resources in that particular namespace
@DeekshithSN
@DeekshithSN Жыл бұрын
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 :)
@sparker1170
@sparker1170 Жыл бұрын
need video on database operator
@DeekshithSN
@DeekshithSN Жыл бұрын
Thanks for watching will plan to do a video on it :)
@theunseenexplorer3
@theunseenexplorer3 Жыл бұрын
Do u have any video to setup kune metrics with grafana
@DeekshithSN
@DeekshithSN Жыл бұрын
Thanks for watching, Yes I did video on monitoring kubernetes using prometheus and grafana below is the link kzbin.info/www/bejne/rWmpi3eshsmNmtk
Devops scenario based interview questions and answers | 2
43:14
Deekshith SN
Рет қаралды 11 М.
My Daughter's Dumplings Are Filled With Coins #funny #cute #comedy
00:18
Funny daughter's daily life
Рет қаралды 29 МЛН
didn't manage to catch the ball #tiktok
00:19
Анастасия Тарасова
Рет қаралды 31 МЛН
Ozoda - Lada ( Official Music Video 2024 )
06:07
Ozoda
Рет қаралды 29 МЛН
Kubernetes interview questions & Answers
1:22:23
Deekshith SN
Рет қаралды 75 М.
Terraform Interview ( Mock Interview )
32:01
Deekshith SN
Рет қаралды 66 М.
kubernetes use cases on job and pod annotations
20:23
Deekshith SN
Рет қаралды 9 М.