Thank You for sharing So How Can we Use @Manytomany , @Onetomany or @ManytoOne for cloud Spanner ??
@suciramfauz154 ай бұрын
thanks for your video, i failed to create table for nyc_weather many time. Find your video that just forget to RUN after create table from query setting. That's really helpfull !
@abhishek18samuel4 ай бұрын
Hi, it would be better to share the code base as it would be easy to follow along, you shared a key point(all all cloud api access) which even the google support team did not know, great content, keep posting
@iridium-x7i5 ай бұрын
tu e brasileiro bixo ? ai sim em.
@TheTiagoslater5 ай бұрын
@@iridium-x7i sim, interior de SP
@iridium-x7i5 ай бұрын
@@TheTiagoslater que legal.
@Earningstar096 ай бұрын
Hiii brother
@TheTiagoslater6 ай бұрын
how can i help you ?
@Earningstar096 ай бұрын
@@TheTiagoslater give me Google proxy
@Earningstar096 ай бұрын
@@TheTiagoslater Give Google Cloud Proxy
@thanhbinh62467 ай бұрын
Can you public repo?
@gunjanabohra8 ай бұрын
Is there any particular document that you followed?
@TheTiagoslater8 ай бұрын
3 years of experience using that, no specific training on that
@ismaelsoum64018 ай бұрын
came here from a Gemini AI link!
@kameswararaothota64179 ай бұрын
How to uninstall ASM in gke?
@TheTiagoslater9 ай бұрын
here is the way : Uninstall Istio : istioctl manifest generate --set profile=asm-multicloud | kubectl delete -f - Delete ASM Components : kubectl delete meshconfig -n istio-system [MeshConfigName] kubectl delete asmcontrolplane -n istio-system [AsmControlplaneName]
@Joun5489 ай бұрын
Thanks for the video man
@TheTiagoslater9 ай бұрын
U R WELCOME, PLEASE SHARE IT
@tanukumari433410 ай бұрын
Can you please create a small Spring Boot project using Gradle with Firestore integration and host it on Render? I encountered an error while attempting this project: java.lang.IllegalStateException: FirebaseApp with name [DEFAULT] doesn't exist
@TheTiagoslater10 ай бұрын
sure, here it's github.com/jamesmedice/Spring-Boot-GCP-Firestore i ll share also my instagram instagram.com/tiago.sllater/
@tanukumari433410 ай бұрын
@@TheTiagoslater ohk thnq
@bashashaikabdul11 ай бұрын
After searching little long I found this wonderful video. Simple and short to the topic We need many videos like this. and thanks for the code rovided
@TheTiagoslater11 ай бұрын
tks a lot
@HypeMansion Жыл бұрын
completely useless video
@HypeMansion Жыл бұрын
first learn how cut videos instead gke
@TheTiagoslater Жыл бұрын
i prefer content over form, btw i have no time 4 editing, this channel is my wiki...
@JordanWambe Жыл бұрын
there are things that you copy and paste we don't know where you copied before pasting
@TheTiagoslater Жыл бұрын
gimme more info, i can check which points you are missing
@ashutoshtigga5197 Жыл бұрын
hey can i have source code please.
@TheTiagoslater Жыл бұрын
sure github.com/jamesmedice/Spring-Boot-PubSub
@sunkamvenkatesh1086 Жыл бұрын
❤❤
@sunkamvenkatesh1086 Жыл бұрын
❤❤
@sunkamvenkatesh1086 Жыл бұрын
❤ video quality
@TheTiagoslater Жыл бұрын
no editions video 😎
@ComputationalArt Жыл бұрын
It's very useful !! thanks!!, but I have a question, How to connect with an Mongo Atlas?, I tried to expose mongod-0 to loadbalancer and external ip, but I can't connected, do you any suggested or tutorial for setting password and connect with the db ?
@TheTiagoslater Жыл бұрын
try using my example, you may have done wrong the target port
@NikhilKumar-vz4gl Жыл бұрын
Thank you so much for sharing this 😇. Even udemy courses are not showing how to actually write code in a specific language. Keep it up!
@MahmudulHasan-fi6xr Жыл бұрын
Can you help me to connecting cloud mysql using private ip from spring boot app? I am trying 3 weeks
@MahmudulHasan-fi6xr Жыл бұрын
hi Tiago... How can I connect to GCP MySQL from spring boot project by using private IP and public IP in Kubernetes cluster?
@TheTiagoslater Жыл бұрын
once you create a cloud sql, in case of private ip, u need to associate the network, then u simply connect spring.datasource.url="jdbc:postgresql://${DATABASE_HOST}:${DATABASE_PORT:5432}/${CLOUD_SQL_DATABASE_NAME:db_name}?allowPublicKeyRetrieval=true&autoReconnect=true&useSSL=false" on the other hand is using cloud sql proxy, follow the manifest deployment : apiVersion: apps/v1 kind: Deployment metadata: name: gke-cloud-sql spec: selector: matchLabels: app: gke-cloud-sql-app template: metadata: labels: app: gke-cloud-sql-app spec: serviceAccountName: <KSA-NAME> containers: - name: cloud-sql-proxy image: gcr.io/cloud-sql-connectors/cloud-sql-proxy:latest args: - "--port=3306" - "<INSTANCE_CONNECTION_NAME>" securityContext: runAsNonRoot: true
@MahmudulHasan-fi6xr Жыл бұрын
@@TheTiagoslater Does it mediatory cluster and SQL instance need same zone and region? I am talking about option one. If I select both cluster and SQL instance default network. Does It possible to connect?
@KenAgudelo Жыл бұрын
if i want to upload in a folder? how to do that
@TheTiagoslater Жыл бұрын
that's possible 2, i ll prepare another video 4 it
@KenAgudelo Жыл бұрын
@@TheTiagoslater Thanks man
@LudwigVanSkorm Жыл бұрын
crap video
@jonatanxzavier1445 Жыл бұрын
"Promosm"
@sandeepjayendran403 Жыл бұрын
Did you ever happen to implement a SAML provider with Identity Platform?
@TheTiagoslater Жыл бұрын
i had never had a chance, but sounds intersting, as i remember firebase can interface within it, once i do it, i ll let you know
@ritwiksarkar90172 жыл бұрын
Unsupported field value, undefined, was provided.
@TheTiagoslater2 жыл бұрын
probably u missed a step, let me know the right moment it didn't woek 4 u
@aruna91262 жыл бұрын
Hi Tiago, Thanks a lot for this wonderful video.👍👍
@TheTiagoslater2 жыл бұрын
u r welcome
@markwood-patrick47052 жыл бұрын
Before running "kubectl apply -k . " to deploy these pods & services it was necessary to create the namespace using "kubectl create namespace wordpress". After doing this I was able to view and interact with wordpress using "minikube service wordpress -n wordpress --url". I am running on wsl2 and after terminating and restarting the distro and restarting minikube while I did see the pods and services were still running however using "minikube service wordpress -n wordpress --url" no longer allowed me to access wordpress. I was able to enter the container that was running wordpress so everything appears to be running. I am use miniube with the docker driver. Any suggestions as to what the issue is or how best to debug?
@saitejaerabusisaiteja11732 жыл бұрын
can you share the install script for anthos??
@TheTiagoslater2 жыл бұрын
sure, i ll create a repo and share
@markwood-patrick47052 жыл бұрын
Would be helpful if the yaml files and a script for the deployment was included with the video
@TheTiagoslater2 жыл бұрын
i ll prepare a repo and share , tks for the advice
@TheTiagoslater2 жыл бұрын
have fun github.com/jamesmedice/dockerwordpress
@markwood-patrick47052 жыл бұрын
@@TheTiagoslater Many thanks
@chandramohangorla6732 жыл бұрын
nice it is useful for GCP learners
@TheTiagoslater2 жыл бұрын
tks a lot, please share it
@Plsdontwriteme2 жыл бұрын
Hello mr Tiago, i have error at running (3:40), installed ./mvnw but Failed to import from application.properties to my-instance. Help pls
@TheTiagoslater2 жыл бұрын
try "mvn clean install -DskipTests" after that you can try to run it with spring-boot:run
@camronroberts2 жыл бұрын
Hi Tiago, thank you for sharing this video. It was very helpful. Would you be able to explain what table you are referring to in the destination section?
@ccJoeMurphy2 жыл бұрын
As a demo the content involves to much page switching...you should frontend your demo with a presentation...to easy to get lost
Is it possible to install mysql-workbench too on a Google Cloud virtual machine?
@FulvioGa2 жыл бұрын
Thanks a lot, but when I try to connect mysql-client into mysql database I get the error: "ERROR 2026 (HY000): SSL connection error: SSL_CTX_new failed". Do you know how to solve this issue?
@TheTiagoslater2 жыл бұрын
maybe u are specifying the client certificate instead of the CA certificate, let's assume u have your certificates stored in /etc/ssl/mysql and have created a CA certificate, and a client certificate and key, try to specify --ssl-cert=/etc/ssl/mysql/client.cert --ssl-ca=/etc/ssl/mysql/CA.cert --ssl-key=/etc/ssl/mysql/client-key
@TheTiagoslater2 жыл бұрын
@@FulvioGa this vm hasn't a UI, so u need to install a sql client, like in my case i use postgresql, and i installed pgadmin4 client that i access via http
@tonycavanagh19292 жыл бұрын
So you ran the elasticSearch as a docker image onto kubernetes without using a yaml deployment script with Kind set to Deployment, or Statefulset or as ElaticSearch ?.
@TheTiagoslater2 жыл бұрын
that's correct, all the parameters i specified on the command could be in the manifest yaml file, in a production deployment i use HELM
@tonycavanagh19292 жыл бұрын
@@TheTiagoslater Helm, that is on my reading list
@seba235712 жыл бұрын
thank you ...this video help me a lot.....
@TheTiagoslater2 жыл бұрын
u r welcome
@vijaymulimath65192 жыл бұрын
what the fu*k he is doing...iam confused😇😇
@dailymeow32832 жыл бұрын
I'm trying to include skaffold build then deploy in cloudbuild.yaml , skaffold build is working well, but skaffold deploy is not 😭😭 i'm tierd
@TheTiagoslater2 жыл бұрын
can u share you manifest ?
@dailymeow32832 жыл бұрын
The gke cluster is private, but i don't think this cloud be the problem
@dailymeow32832 жыл бұрын
KZbin deleted the code 😐 youtube
@iordanismakaratzis11022 жыл бұрын
fantastic content... I've read and used skaffold localy but i'm searching how to deploy microservives in GKE and sir this seems like a pretty pretty interesting way to do it!
@TheTiagoslater2 жыл бұрын
tks for the feedback
@kamatchidevi19452 жыл бұрын
Thank you so much.. I have searched three weeks for this solution bro. You saved me finally.
@TheTiagoslater2 жыл бұрын
you are welcome, please share my channel on ur network
@mamathaammu58882 жыл бұрын
Tiago Hi
@TheTiagoslater2 жыл бұрын
hi
@mamathaammu58882 жыл бұрын
Thank you somuch for your reply do we need to do data flow much for data prep is that mandatory
@TheTiagoslater2 жыл бұрын
@@mamathaammu5888 we don't need, it isn't mandatory
@mamathaammu58882 жыл бұрын
Tiago Thank you do you have any idea on data profiling ?