Hi Abhishek, Thank you for this video , great explanation. But you didn't explain about helm OCI registry. Could you kindly make a video on this please.
Please make a video on how to integrate helm and Jenkins and do application deployment and rollback. Also explain what k8s objects we create for deploying an application on kubernetes. I got confused some people use ingress , some use deployment.
Hi brother can you do a vedio for add exporters to prometheus helm charts values.yaml. for exam cloud-watch-prometheus exporter make some configurations to get ec2 or rds metrics. and add that exporter to prometheus helm charts. with that grafana dashboard with prometheus for ec2 metrics or rds. can you please make vedio about it.
@@gopichand8237 you can make use of cp command to copy the files from the pod to you local machine and then view the list of file ther. kubectl cp mynamespace/mypod:/ .
This video a lot better than their documentation thanks for making this Abhishek.
Thanks a lot
Thanks for sharing knowledge.
Please add time stamps so we can directly jump to the topics . Thanks
Sure
Thanks for making every concept as simple as possible. Easy to learn anything from you, you are just awesome..
Excellent videos as usual Abhishek bhai❤🎉😊
Thank you so much 😀
Thanks i will look forward for next ARGO CD with k8s
You bet
bhai plz make a helm real time working with devops project video . Your teaching way is very osm .
As soon as possible
Superb teaching sir
Thanks and welcome
Great Session. Thanks Abhishek :)
Welcome
Hey Abhishek, thanks for sharing this knowledge, if possible, please make a video to deploy a microservice on k8s using helm.
sure, noted
Hi Abhishek, Thank you for this video , great explanation. But you didn't explain about helm OCI registry.
Could you kindly make a video on this please.
Great video bro.. it help me lot easy way of understanding helm...
Very nicely explained
Thanks
Please make a video on how to integrate helm and Jenkins and do application deployment and rollback. Also explain what k8s objects we create for deploying an application on kubernetes. I got confused some people use ingress , some use deployment.
sure, I will
Hi Abhishek,
Please make a video on Autoscaling in VPA and monitor resources using helm templates.
Where is the practical solution of this ? It just a theory...same found in other videos too,
sir your all videos are very good. can you please post video about kubernetes volumes
Hi Abhishek do you have full video on help please. End to end flow including installation and deployment. Thanks for this video
Not yet
Great video bro 👍
Thanks Manoj
Hi @Abhishekveeramala Can you please help me fix the error of deploying ngnix ingress. I’m getting below error of timeout
if possible please make a full end to end video on helm
excellent to the point!!
Thank you! brother :)
Great video..
Please bring some case studies or trouble shooting videos too
Thanks Niranjan , Sure
Can we add cronjob as optional in helm chart if yes how to add that option. Could you please advice.
hello..please share video how to integrate with jenkins and K8.
Please watch the video with name
Ultimate CICD pipeline on my channel
Super bro
Great content 👍
Thank you 🙌
very much helpful
Hi brother can you do a vedio for add exporters to prometheus helm charts values.yaml. for exam cloud-watch-prometheus exporter make some configurations to get ec2 or rds metrics. and add that exporter to prometheus helm charts. with that grafana dashboard with prometheus for ec2 metrics or rds. can you please make vedio about it.
sure
can u share the video where u have deployed INgress Controller
I`m unable to find it in the channel
thanks
It is in Kubernetes playlist
@@AbhishekVeeramalla thank you
In that kubernetes zero to hero
Great Video !!!
Thanks
How to find list of files in inside the pod with out using exec command?
What is the use-case, please provide more details
@@AbhishekVeeramalla I faced this question in interview. If possible, please explain with real time use case scenario
@@gopichand8237 you can make use of cp command to copy the files from the pod to you local machine and then view the list of file ther.
kubectl cp mynamespace/mypod:/ .
I think you can get inside the running POD using the kubectl exec -it podname --sh and then simply use ls command to view the files inside it.
Need more help on Help practical