Тёмный

Deploy Microservice(Spring Boot Application ) in Google Cloud | Java Techie 

Java Techie
Подписаться 182 тыс.
Просмотров 47 тыс.
50% 1

Опубликовано:

 

23 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 83   
@myselfshubh
@myselfshubh 3 года назад
Hello Basant, actually i'm planning for a startup from a under 5km town. Which cloud service is pocket friendly? Aws / google / azure....
@Javatechie
@Javatechie 3 года назад
Saksh it depends based on your architecture and functionality we need to decide
@raghavendrac1053
@raghavendrac1053 2 года назад
please make vedio on how to host or deploy the spring boot application along with mysql databse(containing many entites) in the google cloud platform .Thanks in advance
@SasiIsLive
@SasiIsLive 6 лет назад
Thanks Basant for sharing Valuable content... really helpful
@maddelaparsharamulu1797
@maddelaparsharamulu1797 3 года назад
please make a video on spring-boot with MySQL with angular deploy on GCP
@MGNHPiyarathna
@MGNHPiyarathna Год назад
Great video.Thanks
@deepaksahoo4175
@deepaksahoo4175 3 года назад
Hi Basant. I followed all your steps to deploy the app in GCP. But still I am getting the below error 'RROR] Failed to execute goal com.google.cloud.tools:appengine-maven-plugin:1.3.1:deploy (default-cli) on project sample-gcp-springboot: Execution default-cli of goal com.google.cloud.tools:appengine-maven-plugin:1.3.1:deploy failed: app.yaml not found in the App Engine directory' . I also tried to refresh and did the same thing as you did, but the prob is same, can you please advice? would be helpful
@Javatechie
@Javatechie 3 года назад
This is too old video not Sure about current upgrade from GCP
@vrajendramandloi5917
@vrajendramandloi5917 4 года назад
Thanks basant .. kindly can you let me know what is the free usage and how many request does pricing works.
@Javatechie
@Javatechie 4 года назад
Am not sure but while creating account it will show your free limit
@taherlal
@taherlal Год назад
helpful thank you
@yagyeshsharma2541
@yagyeshsharma2541 4 года назад
I have created multiple microservices in my project. But i m unable to understand how should i host and connect then ?
@Javatechie
@Javatechie 4 года назад
Could you please checkout my microservice tutorial
@paidamnaidukolli7513
@paidamnaidukolli7513 2 года назад
tq for the video
@krishnendughosh2163
@krishnendughosh2163 5 лет назад
Hi Basant .. Thanks you for the vedio .. Can you please share the word document that you followed while deploying
@Javatechie
@Javatechie 5 лет назад
Could you please drop your id here .as there is no option to attach documents in this comment
@krishnendughosh2163
@krishnendughosh2163 5 лет назад
please send it to krishnendu.capricorn@gmail.com
@krishnendughosh1212
@krishnendughosh1212 5 лет назад
@@krishnendughosh2163 Can you please share the Document "How to deploy the application to Google cloud.doc" to krishnendu.capricorn@gmail.com
@itsarjun91
@itsarjun91 5 лет назад
please share Can you please share the Document "How to deploy the application to Google cloud.doc" to a.malli1201@gmail.com
@ramg8156
@ramg8156 4 года назад
@@Javatechie could you plz send me the document to ramagandham767@gmail.com
@sureshkumar-tm7qz
@sureshkumar-tm7qz 5 лет назад
Hi, Thanks for the tutorial. I am facing the following issue while deploying, "GCLOUD: ERROR: (gcloud.app.deploy) Error Response: [4] Your deployment has failed to become healthy in the allotted time and therefore was rolled back. If you believe this was an error, try adjusting the 'app_start_timeout_sec' setting in the 'readiness_check' section." Any idea? After some search, I have updated my configuration as below and still facing the same issue, Also any idea how to enable verbose while deploying to have more information? runtime: java env: flex runtime_config: jdk: openjdk8 handlers: - url: /.* script: ignored readiness_check: path: "/readiness_check" check_interval_sec: 5 timeout_sec: 4 failure_threshold: 2 success_threshold: 2 app_start_timeout_sec: 600 resources: cpu: 1 memory_gb: 2 disk_size_gb: 10
@Javatechie
@Javatechie 5 лет назад
Can we connect through TeamViewer so that I can check it out. I believe something wrong with configuration
@sureshkumar-tm7qz
@sureshkumar-tm7qz 5 лет назад
@@JavatechieThanks for the quick return! I was doing some more google and now I am able to deploy and start the service in GCP Here the configuration (copied from GCP). runtime: java api_version: '1.0' env: flexible threadsafe: true handlers: - url: /.* script: ignored automatic_scaling: cool_down_period: 120s min_num_instances: 2 max_num_instances: 20 cpu_utilization: target_utilization: 0.5 network: {} resources: cpu: 1 memory_gb: 4 disk_size_gb: 10 Was able to start the service, but still facing 502
@sureshkumar-tm7qz
@sureshkumar-tm7qz 5 лет назад
Hi, I found the root cause of the 502. This is because I am starting my application in a specific port, but that's not exposed. When i launched with default port 8080 as like your example its good.
@Javatechie
@Javatechie 5 лет назад
@@sureshkumar-tm7qz good job , one small request once you deployed your application and tested then kindly remove that project from gc Because in free trial we have some threshold limit so once we exceed it . Gc will charge you , as you already provided bank details they have authorized to deduct directly.
@sureshkumar-tm7qz
@sureshkumar-tm7qz 5 лет назад
@@Javatechie I am stopping the version (all the versions) which I am running, but I am not able to delete all the versions or the default service itself. Not sure if I am charged for this.
@shashankjain7116
@shashankjain7116 5 лет назад
Getting error --> Can you please help me on this ? The Google Cloud SDK could not be found in the customary locations and no path was provided.
@Javatechie
@Javatechie 5 лет назад
Shashank I tried this 1.5 year back now they might change their implementation please Google it else check GitHub issue definitely you will find solution
@shashankjain7116
@shashankjain7116 5 лет назад
@@Javatechie Hey Basant , Thanks for your quick response. I tried to google and github to solve this problem but i am not able to find correct solution. Could you just let me know if you have configured the SDK path in your POM.xml or yaml file? and can you please share the deployment document with me if you have it.
@Javatechie
@Javatechie 5 лет назад
@@shashankjain7116 ok will share on same GitHub readme file , just check that
@vagovind
@vagovind 5 лет назад
HI Vasanth ,Any idea why I am getting "Your deployment has failed to become healthy in the allotted time and therefore was rolled back"
@Javatechie
@Javatechie 5 лет назад
Did you created account in gc ? By providing your bank details
@abn1024
@abn1024 2 года назад
Can we use containers to deploy application?
@Javatechie
@Javatechie 2 года назад
Yes please checkout my AWS and kuhernetes playlist
@nareshe9906
@nareshe9906 4 года назад
In your command prompt you targeted to your account. Thats why is it directily deployed to your account is it correct..?
@malleswarrao3887
@malleswarrao3887 Год назад
Hi Sir Do we have complete course for GCP
@Javatechie
@Javatechie Год назад
No buddy
@clintonsamson5076
@clintonsamson5076 4 года назад
Hi, which cloud service is good to deploy spring boot with data base for small projects. pls reply thanku.
@Javatechie
@Javatechie 4 года назад
As per my experience I would like to suggest you to use AWS ☁️ platform
@kalaimurthy5315
@kalaimurthy5315 3 года назад
Hi, Thank you for sharing this video. I have implemented one web application similar to your application. Deployed successfully. The issue is when i'm accessing the URL i got 404 error. Checked logs there also the same 404 error showing. Can you help me to resolve my app. Thanks in advance
@ramneeshchoudhary2660
@ramneeshchoudhary2660 5 лет назад
Nice work Basant -- thanks and keep it up.
@niharikamotukuri5535
@niharikamotukuri5535 3 года назад
can you share the word document which you were to referring to in the video
@Javatechie
@Javatechie 3 года назад
Okay I will attach to same code base
@rushikeshgodase8498
@rushikeshgodase8498 10 месяцев назад
@@Javatechie In which repository you have attached that doc??
@utkarshsharma1867
@utkarshsharma1867 3 года назад
while deploying microservices... it shows error The requested amount of instances has exceeded GCE's default quota
@Javatechie
@Javatechie 3 года назад
Please checkout latest Google cloud documents
@utkarshsharma1867
@utkarshsharma1867 3 года назад
@@Javatechie can u please create a video tutorial for deploying spring boot app with latest google cloud configuration
@vikashsingh-wf5ko
@vikashsingh-wf5ko 4 года назад
I am getting this error. Please try to resolve this error. [ERROR] Failed to execute goal com.google.cloud.tools:appengine-maven-plugin:1.3.1:deploy (default-cli) on project user-management-service: Execution default-cli of goal com.google.cloud.tools:appengine-maven-plugin:1.3.1:deploy failed: Non zero exit: 1 -> [Help 1]
@dattruong3107
@dattruong3107 4 года назад
are u reslove that? i have same problem too
@sushilkumarpandeypandey1087
@sushilkumarpandeypandey1087 5 лет назад
i have not enabled the billing info because you told donot upgrade the account ohterwise they will deduct money from account
@Javatechie
@Javatechie 5 лет назад
Hi you need to enable your billing account else it won't work . Just enable then deploy and test after that remove project from GC .then you will be safe
@sakthipriyar2902
@sakthipriyar2902 4 года назад
Hi I'm using intellij IDE and i could not find the option " run as maven build". Can u pls tell me the alternative for this?
@venkateshchowdary9528
@venkateshchowdary9528 4 года назад
Click on ctrl+E on ur project there select maven project then you can see life cycle of maven clean deploy and all the goals
@sarikagoje26357
@sarikagoje26357 6 лет назад
Basant Account details are mandatory to deploy the application in Google Cloudv?
@Javatechie
@Javatechie 6 лет назад
It's mandatory in google cloud not in other cloud environment .you must have to provide it to create free trial account
@rexsam3134
@rexsam3134 4 года назад
@@Javatechie it's mandatory in PCF too now
@Javatechie
@Javatechie 4 года назад
@@rexsam3134 not aware dude because when I tried it was free , just I Heard from you
@sravanthireddymekala8712
@sravanthireddymekala8712 5 лет назад
hi #Basant #thank you for your video
@nareshe9906
@nareshe9906 4 года назад
You have deployed the build to cloud using appengine:deploy is there any other way to deploy using command prompt with any commands
@ErindBuzanikern
@ErindBuzanikern 4 года назад
make sure you have maven in your path (google it how to) and just run "mvn appengine:deploy"
@malleswarrao3887
@malleswarrao3887 Год назад
Can you please send me the link for GCP for learning
@MDImran-mi9vs
@MDImran-mi9vs 4 года назад
bhai bahut bhadiya ...
@leobi303
@leobi303 4 года назад
It's really helpful, thank you!
@sushilkumarpandeypandey1087
@sushilkumarpandeypandey1087 5 лет назад
can you clarify how to enable billing information
@sushilkumarpandeypandey1087
@sushilkumarpandeypandey1087 5 лет назад
GCLOUD: ERROR: (gcloud.app.deploy) Error [400] Operation does not satisfy the following requirements: billing-enabled {Billing must be enabled for activation of service '' in project 'ashwaniproj' to proceed., console.developers.google.com/project/ashwaniproj/settings}
@masteroogway8601
@masteroogway8601 2 года назад
How to connect with database?
@notsifat
@notsifat 2 года назад
can you share the doc tutorial file? thanks
@Javatechie
@Javatechie 2 года назад
This one too old video need to check whether I have that or not
@notsifat
@notsifat 2 года назад
@@Javatechie thanks for reply
@utkarshaditi5262
@utkarshaditi5262 4 года назад
the old version now.getting so many errors now
@Javatechie
@Javatechie 4 года назад
Yes correct 👍
@sharmaji8342
@sharmaji8342 2 года назад
is there paid account required
@Javatechie
@Javatechie 2 года назад
Yes man free for few threshold
@sharmaji8342
@sharmaji8342 2 года назад
@@Javatechie I want to just test my java rest Service in my angular project that's why I want to host is it required to be paid account?
@Javatechie
@Javatechie 2 года назад
No but while creating account it will ask you to provide your credit 💳 card info .
@rexsam3134
@rexsam3134 4 года назад
The free trial for 90 days with 300 Dollar credit
Далее
Microservices Communication using WebClient
7:20
Просмотров 21 тыс.
Service Discovery and Microservices Tutorial
33:12
Просмотров 86 тыс.