Isso me ajudou de fato, era precisamente o que eu precisava! Obrigado!
@wankangyong9097Ай бұрын
Straightforward, concise with the necessary information.
@SoyJavero2 ай бұрын
Perfect vid thanks!
@visa2learn2 ай бұрын
Glad you liked it!
@ashketchum32552 ай бұрын
Where do we get the host from?
@MadhvendraDixit2 ай бұрын
is it possible to have a one on one meet with you? I had some issues setting secrets as environment variable for a service deployed on EKS cluster and secrets stored in aws secrets manager?
@code-for-mars3 ай бұрын
Great Explanation , Thanks
@csamarnathreddy3 ай бұрын
Is SSL mandatory to connect to RDS through IAM role?
@visa2learn3 ай бұрын
No but its highly recommended for security reasons
@aidataverse4 ай бұрын
1000 likes from my side
@aidataverse4 ай бұрын
Very good excellent , you saved a lot of my time.
@visa2learn4 ай бұрын
Glad to hear that
@vastavikgymrat4 ай бұрын
This is Gold video bro..
@georgnovotny97856 ай бұрын
Thanks for the great tutorial! Is it possible to use kustomization to create the myappchart chart while the myappchart and the mylibchart are only on the local filesystem and not pushed to a helm registry? Thanks in advance
@tattushenoi6 ай бұрын
This is not working as of today. Error says certificate not found on path. What I tried. Downloaded the GitHub code as is, just changed the end point of db url in app properties. Built code, built docker, deployed on eks. Created role and policies correctly. Us east 2 region and us east 2 bundle pem certificate file.
@Natirajaprajapati20007 ай бұрын
plz give me source code
@piumidesh7 ай бұрын
can we use multiple consumers and multiple producers using one queue.how to identify that messages these are for one consumer and these are for another consumer
@visa2learn7 ай бұрын
What you can do is use SNS and add multiple SQS as subscribers to this single SNS topic and then add a message filtering in SNS to route the message only to specific queues depending on what the message is. docs.aws.amazon.com/sns/latest/dg/sns-message-filtering.html
@TheBestDanceMoves7 ай бұрын
The parameter -fsL gives me an error
@Aditya-wj5gy7 ай бұрын
nice explaination!
@visa2learn7 ай бұрын
Glad you liked it!
@anakhaaniejose41358 ай бұрын
Can I use spring-cloud-aws-sqs dependency instead of starter dependency? But when using that my listener doesn't seem to work. is there is particular reason for using starter dependency?
@visa2learn8 ай бұрын
Yes the starter dependency auto-configures the SQS integration beans. So those objects are created during application startup. If you do not use the starter, you will have to create the beans yourself. docs.awspring.io/spring-cloud-aws/docs/3.1.0/reference/html/index.html#sqs-integration
@suganyam83468 ай бұрын
Cam we create a service account instead of eksctl using any terraform function?
@sakthinivas18408 ай бұрын
Thanks for sharing, may I know where the properties defined in application.yaml is referred in the application?
@visa2learn8 ай бұрын
Those are internally used by spring cloud aws as stated in their documentation page
@shadyapp74168 ай бұрын
I am struggling to use a value from secret manager which is of integer type, how would i specify key in secretprovider yaml? It doesnt work the way it work for string secrets
@anbuece068 ай бұрын
Excellent work! Keep posting more videos.
@srinivasvadla21909 ай бұрын
Hello Sir, all is good but where to get the AWS credentials as you shown but it i come and go can you please explore bit clearly
@lokeshnandanwar92039 ай бұрын
Hi, Thanks for the video What are the changes we need to make in case of static usernames? where we need to get the rotated password only not both username and password?
@akhilsingh51229 ай бұрын
Amazing
@samys28811 ай бұрын
Very good!
@veeramohan175811 ай бұрын
Well explained, clear...
@visa2learn11 ай бұрын
Glad you liked it
@theopsengineer Жыл бұрын
Good video...
@visa2learn Жыл бұрын
Thanks
@aparnaghatol8830 Жыл бұрын
its not working on my system saying URI is not absolute java.lang.IllegalArgumentException, can you help me to resolve this
@saqibahmed9964 Жыл бұрын
save the day
@preethibabu9085 Жыл бұрын
Hi, Have you tried failover plugin in this wrapper?
@visa2learn Жыл бұрын
Yes and it works :)
@preethibabu9085 Жыл бұрын
@@visa2learn it doesn't work for a global aurora cluster
@preethibabu9085 Жыл бұрын
I posted the question in the GitHub discussions of aws jdbc wrapper.. they said this feature currently doesn't work for global aurora cluster..
@visa2learn Жыл бұрын
Thanks for the update. I had tried it with writer fail and one of the reader taking over and the application worked seamlessly. But as you said it might still be not supported for a global aurora cluster
@virielesplana4896 Жыл бұрын
big help, thank you brother
@balakrishnag1707 Жыл бұрын
nice presentation, if I am using kubeadm what is procedure
@invalidred Жыл бұрын
Such a fantastic in depth video that I very much needed to understand this very complex concept. You've done such a fine job explaining the concepts, visually showing the data flow via images and then ending with hands-ons lab fireworks! You sir are the finest!
@visa2learn Жыл бұрын
Glad it was helpful!
@zmxn007 Жыл бұрын
Very simple but good explanation of AWS ALB controller feature. Thank you.
@visa2learn Жыл бұрын
Glad it was helpful!
@ravikumarprajapati3950 Жыл бұрын
Hi sir how did you get secret access key which you have paste in your config path
@ap0stole Жыл бұрын
If you still looking for the answer: Click right upper corner(your nickname) -> security credentials -> there you can find tab access keys
@asphaltking5870 Жыл бұрын
where is the github file ???
@GeraldOSullivan Жыл бұрын
Excellent, many thanks!
@MrAnh-go6rs Жыл бұрын
Can you give me this repo github? Thankyou very much
@RaquelMelo97 Жыл бұрын
excelent
@CommunITManager Жыл бұрын
Very interesting! THank you!
@visa2learn Жыл бұрын
Glad you enjoyed it!
@vinnymark453 Жыл бұрын
do we need to give any additional permissions to that app pod like rbac?
@visa2learn Жыл бұрын
Additional permissions like rbac not needed unless your app has special needs like being able to invoke kube apis or if your cluster has network configurations which require pods to have additional permissions. But those have nothing to do with IRSA per se.
@TheLegoody Жыл бұрын
This taught me a lot about K8s Service accounts and how iam roles are attached to them
@visa2learn Жыл бұрын
Glad it was helpful
@edu_franco94 Жыл бұрын
thank you very much for this learning!
@visa2learn Жыл бұрын
Glad it was helpful!
@dhavamaniv3648 Жыл бұрын
Wowwwwww you explained the complex concept with clear explanation and demo. Thank you
@visa2learn Жыл бұрын
Glad you liked it
@vaklinov81 Жыл бұрын
Man I really like your explanation with really good and practical example! Big thanks!
@visa2learn Жыл бұрын
Thanks for the kind words. Glad it was helpful
@AlexLi-zige Жыл бұрын
great video for IRSA, high recommended
@visa2learn Жыл бұрын
Thanks :)
@anshusinha2378 Жыл бұрын
Excellent video. Is it possible to have a video explaining in detail about CSI driver as I could not find a good explanation. In case you already have it, could you please share the link ? Thanks again :)
@visa2learn Жыл бұрын
Thanks. You mean internals of how CSI driver works? I am not aware of that. If I do understand more about it in future, will surely post it :)