Video is very knowledgable and 1st video i saw in Cloud Deploy in GCP
@leandrojpg10 ай бұрын
Congratulations, excellent video, don't stop, it helped me a lot I noticed that you always get the latest from the container, Google recommends getting the tag as it could be done there in your model.
@harish530810 ай бұрын
Please upload more videos related to CI/CD, thanks for the video
@techtrapture10 ай бұрын
Definately .
@DanCloudArchi4 ай бұрын
Thank you, very practical tutorial for current GCP realities !
@AnjaliJaiswal-k2x5 ай бұрын
Thank you so much for this video. It helped me a lot.
@techtrapture5 ай бұрын
Happy to know it helped you
@ppnehe7 ай бұрын
At 04:55 there is Visual studio Code where code is written . 1. Where is this code installed ? Is it on your local PC is it on cloudtop / cloud VM or is this again a service from GCP like AWS offers could9 so you always use a VM based Code editor ? 2. How does this location of PC connects to GitHub / Cloud Build and Cloud Deploy ? What configurations are required to achieve these 3 connections from your local PC folders where this code is written for app1 / app2 etc ? Thanking you in advance.
@saithsyed26939 ай бұрын
excellent video thank you!! very useful
@arunraghav998 ай бұрын
Great. Have you tried this pipeline to deploy the app in different projects (dev, stage and prod).
@saadullahkhanwarsi58537 ай бұрын
Nice content, We can’t create trigger for two branches at a time?
@ankushjha93257 күн бұрын
I guess you could
@RolandRooseveltАй бұрын
u are a genius!
@DeepPanday0475 ай бұрын
amazing video, Please create a video on skaffold as welll.........
@akshaysuresh7546 ай бұрын
When i do the same both my deployment was same name my deployment and also in cluster 2 the pods are not scheduling and last being failed
@MansukhSingh-v5h5 ай бұрын
Hi I liked your explanation. Could you please let me know how I can deploy HSM in KMS in GCP through Pipelines? I will really appreciate if you could reply. TIA
@smart853210 ай бұрын
i have deployed node-red deployment in gke and it has two dns url and one url acces through iap and another one needs to access with vpn users .how to configure that nodered-dashboard can access only vpn users .can you help with this please
@kamalkumar-tm8ug3 ай бұрын
Sorry for silly questions but i want to know why are we using kubernet and docker here? Both are required or optional?
@jotaro86942 ай бұрын
container based applications need docker, to manage the container based application one uses Kubernetes.
@venkatakrishnamsАй бұрын
one question Vishal. between the. pipeline.yaml, app1.yaml, app2.yaml. where is the promotion part with aproval handled and the scaffold.yaml ? is it covered in a subsequent video ? Between great job on your videos, your expertise and presentation and the work you are doing are fabulous. Great service brother.
@techtrapture29 күн бұрын
hi , check file -github.com/vishal-bulbule/gke-cicd/blob/master/deploy/prod.yaml description: prod requireApproval: true
@catcherizor6107 ай бұрын
Thanks for video, can i ask you some questions about skaffold in email, because i have issue when deploy to cluster
@saratht82236 ай бұрын
@techtrapture, could you also please add a demonstration of integration of CI/CD using GitLab with Cloud Build to Kubernetes
@dastagirig21023 ай бұрын
Nice video. can you share the frist video
@sounishnath5137 ай бұрын
One request, from next time if you can zoom in the screen or increase the font sizes
@techtrapture7 ай бұрын
Sure ,Sorry for inconvenience
@amitbajpai343110 ай бұрын
Can you please share the github URL sp that we can try to implement
@techtrapture10 ай бұрын
Here is Github URL , Apologies as I missed it. github.com/vishal-bulbule/gke-cicd
@amitbajpai34318 ай бұрын
@@techtraptureHi Vishal , I updated all the file with project ID as it hardcoded after that also for me it is not working getting error " "Step #4: ERROR: (gcloud.deploy.releases.create) NOT_FOUND: pipeline references unknown targets: reading target for pipeline: generic::not_found: target does not exist" In Git repo cloudbuild.yaml line 33 id differ what you showed in video. Already have the same infra what you mention Please help
@dhananjaylakkawar462110 ай бұрын
recommendation:- bhai hindi wala channel bhi bano!!
@techtrapture10 ай бұрын
Will start it soon brother 🎉
@fatallny10 ай бұрын
thank you!! very useful
@techtrapture10 ай бұрын
Thank you
@TeresaShellvin9 ай бұрын
i wanna add a custom domain
@maazullahkhanwarsi43117 ай бұрын
thanks
@SunilReddy-s4rАй бұрын
I was watch your video and did for the same thing but mine is gke on service project and cloudbuild on different project. granted necessary permissions there. but still release got failed with the automation where as it was successful with the same image there in registry on console. please help me out here