Deploying Spring Boot on AWS EKS (Elastic Kubernetes Service ) Tutorial | JavaTechie

  Рет қаралды 47,618

Java Techie

Java Techie

Күн бұрын

Пікірлер: 90
@mdk1983
@mdk1983 10 ай бұрын
Bro this video shows your pure knowledge and experience. To the point and clearly shown. Thanks a lot!
@pragmaticcoder6910
@pragmaticcoder6910 10 ай бұрын
I have been waiting for this video for the last 3 years from JavaTechie. Finally !! Thanks for uploading
@Javatechie
@Javatechie 10 ай бұрын
I really appreciate your support buddy. I always upload the content when I explored or experience it
@rups_kitchen_01
@rups_kitchen_01 10 ай бұрын
Why u didn't msgd instead of waiting for so long..
@rameezalam1968
@rameezalam1968 9 ай бұрын
@@Javatechie how much it will cost to use eks cluster?
@vino7tech
@vino7tech 10 ай бұрын
Thank you very much sir. Most awaited eks topic from aws. Wonderful explanation and easy to learn from your channel. Really very very helpful for java developer
@josephleoamalraj
@josephleoamalraj 2 күн бұрын
Excellent Video Bro, Thanks a Lot
@vandanakumari7397
@vandanakumari7397 10 ай бұрын
Please upload as many AWS topics as possible by you You have excellent teaching skills Big Thanks 🤩
@Javatechie
@Javatechie 10 ай бұрын
Thank you 😊 Please checkout my AWS playlist
@srinivasaraju8399
@srinivasaraju8399 20 күн бұрын
Excellent explanation thank you so much ❤
@ganapathilana7069
@ganapathilana7069 10 ай бұрын
Good explanation about EKS mechanism. Thanks
@SaurabhKumar-jc4pt
@SaurabhKumar-jc4pt 5 ай бұрын
Thank you @javaTechie, These videos are really helpful for learning purpose.
@diegoalvaradoestanga9889
@diegoalvaradoestanga9889 22 күн бұрын
excellent explanation , thanks for sharing
@shivam7492
@shivam7492 8 ай бұрын
Hi basant thanks for this amazing video..did all things same but external ip is not working anyone can help ..pods are running logs also there
@Javatechie
@Javatechie 8 ай бұрын
Thank you. Please confirm Have you exposed service as a load balancer?
@milad_mo
@milad_mo 5 ай бұрын
same as always was a brief, useful and practical tutorial 👍
@JacentyLBN
@JacentyLBN 10 ай бұрын
Hey, great tutorial, very clear and helpful. Can you please upload the follow tutorial how to connect dockerized MySQL database to this application? Should we use docker compose then?
@Javatechie
@Javatechie 10 ай бұрын
You can use k8s instead of docker compose
@malleswarrao3887
@malleswarrao3887 7 ай бұрын
What is the difference between clusterIp , Nodeport and Load balancer
@Javatechie
@Javatechie 7 ай бұрын
These are different types of service type in kubernetes i will upload a dedicated video on it.
@kumarinidhi90
@kumarinidhi90 10 ай бұрын
Very useful. Thanks sir Please share videos on drop wizard, jdbi.
@sharathkumarpothula3358
@sharathkumarpothula3358 10 ай бұрын
Good video can you do another video on spring boot - MySQL database with eks
@diegoalvaradoestanga9889
@diegoalvaradoestanga9889 22 күн бұрын
i have one question, how can we access the logs for a particular POD?
@Javatechie
@Javatechie 22 күн бұрын
You can check that in cluster. Then login to the pods showing in dashboard
@srinivasaraju8399
@srinivasaraju8399 20 күн бұрын
Kubectl get logs pod_name - n namespace_name
@innocentmutyavaviri8205
@innocentmutyavaviri8205 9 ай бұрын
Can we use the jib maven plugin as a substitute for pushing local docker images to our ECR?
@gopisambasivarao5282
@gopisambasivarao5282 10 ай бұрын
Basant, appreciate your efforts. God bless you. Every week waiting for your videos. Now a days bi-weekly you are uploading videos. If possible, please do it on weekly basis based on your feasibility. "Java Techie " is my guru. 🙏👏🙂
@Javatechie
@Javatechie 10 ай бұрын
I am so glad that you are following Javatechie. Due to some work pressure i am not getting enough time to prepare content buddy but i will try for every weekend as usual
@mrinalsharma4137
@mrinalsharma4137 10 ай бұрын
@@Javatechieyou have helped thousands of devs really appreciate your efforts 🙏🙏
@asitkumarsahu5211
@asitkumarsahu5211 10 ай бұрын
Hello Basant, Please make a video to implement spring boot oauth 2.0 with PKCE
@GirishBapatpune
@GirishBapatpune 10 ай бұрын
Hi, Thank you for your efforts. I am big fan of your all tje work.. Really awesome. I have one question at 11:30 you have used eksctl to create cluster. Later you are using kubctl to deploy application to cluster. Can we not use eksctl only rather than kubctl? Maybe I didn't understand clearly. Can you explain please
@mrinalsharma4137
@mrinalsharma4137 10 ай бұрын
Great video Basant !! Can we have a tutorial on spring boot logging with EKS multiple pods ? How can we lookup to app logs running on multiple pods ?
@adityakeshri1998
@adityakeshri1998 7 ай бұрын
how to connect the local terminal to execute AWS things like kubectl ?
@Javatechie
@Javatechie 7 ай бұрын
Please install AWS cli
@subhammohanty1985
@subhammohanty1985 10 ай бұрын
Requesting you to kindly make videos on Qurkus framework
@yashsraghuwanshi
@yashsraghuwanshi 10 ай бұрын
Is it possible to use ap-south-1 for the --region option instead of us-east-2 while executing the eksctl command?
@Javatechie
@Javatechie 10 ай бұрын
Yes you can use any region but make sure to configure the same while setting up AWS cli
@Gaurav-Telusko
@Gaurav-Telusko 10 ай бұрын
can i change the region while creating cluster in eksctl?
@Javatechie
@Javatechie 10 ай бұрын
Yes yes you can play with any cluster but make sure to configure your AWS cli to that cluster
@mrwakko5715
@mrwakko5715 10 ай бұрын
Hi Basant, @Javatechie just wanted to ask you please... You have created the EKS cluster by terminal command and it took 14 mins. Doing the same via AWS Console takes less time? Also, I haven't fully understood how you executed in LOCAL the .yaml which contained the Deployment and the Service and it was linked with the AWS account... Can you please clarify this too? Many thanks for this video and your time :)
@Javatechie
@Javatechie 10 ай бұрын
Hello, creating cluster in UI will also take same amount of time and from the beginning of this video I have mentioned that you need to install aws cli and your last question regarding k8s connection to aws if you observe I have executed kubeconfig update cmd which will update the aws required configuration into k8s
@praveenkumarkodge8184
@praveenkumarkodge8184 7 ай бұрын
Hi Sir l, I have questions here does Spring service registry and Service discovery is needed with AWS ?
@praveens2272
@praveens2272 10 ай бұрын
In my company still we use UAT1, UAT2 servers and prod also same. We sometimes manually copy the jar files 😢 and start the servers. How to convince management to go for cloud solution like this. Thanks.
@karthicksm8592
@karthicksm8592 10 ай бұрын
That's our fate 😉
@Javatechie
@Javatechie 10 ай бұрын
It seems you are not using the containerize platform. Explain the benefit to team
@praveens2272
@praveens2272 10 ай бұрын
@@Javatechie they say that we don't have large user base, why to introduce over engineering complexity.
@mdk1983
@mdk1983 10 ай бұрын
@@praveens2272 move to another company
@fareedhasamadh9426
@fareedhasamadh9426 16 күн бұрын
Hi Basant ,when i tried to setup the AWS account first and start with your videos with EC2 ,s3 i could see the UI has been changed currently in AWS dashboard . your contents are really good to understand but with the current UI change i am finding difficult to have hands on seeing the videos in the current UI since i could see much difference .Could you please provide a suggestion to make my AWS learning smoother please.
@babatundeoke7574
@babatundeoke7574 6 ай бұрын
Do you have eks video of running multiple apis as a microservice and dependent on an environmental variables. ?? This EKS explanation is a Goldmine.
@naresh_k_005
@naresh_k_005 10 ай бұрын
Tq bro for ur valuable knowledge ur videos always helping us and I have one question if we have hundred endpoints some we need to authenticate and some we need to permitt all so how to do it bro interview question?
@Javatechie
@Javatechie 10 ай бұрын
That you need to handle in your security configuration using antMatchers please check my spring security video you will got it
@naresh_k_005
@naresh_k_005 10 ай бұрын
@@Javatechie Tq for ur response bro but my doubt is like suppose we have multiple rest controller and different endpoints without manually giving in security we have any chance giving in application.properties file and configure them in the security like in ant matchers
@Javatechie
@Javatechie 10 ай бұрын
Yes you can define those patterns in properties and using @value you can fetch in your config class
@tayyabmunir6228
@tayyabmunir6228 7 ай бұрын
Thanks for the informative video
@ayazkhan-v5p1w
@ayazkhan-v5p1w 10 ай бұрын
Hi thanks for this great work. can you make a video on how to automate all this process by using codepipeline ?Thanks
@Javatechie
@Javatechie 10 ай бұрын
Yes I will do that soon
@CarlosLima-yk4cf
@CarlosLima-yk4cf 10 ай бұрын
Very good! Congrat!
@mohamedakram3808
@mohamedakram3808 4 ай бұрын
Hi, I deployed a similar java application on aws eks but unable to view the application when i access it from service external IP. I am able to view the Loadbalancer on AWS console, able to view the Cluster on EKS,also the Image on ECR.But unable to access the application from External IP. Kindly assist as it works fine in local kubernetes setup -> minikube
@codekotlin1280
@codekotlin1280 10 ай бұрын
EKS vs ECR which one better for fast scaling and price optimised
@sharathinfotech
@sharathinfotech 10 ай бұрын
EKS is better if you need automated scaling of containerized applications based on demand ECR is better if you need an automated process for deploying new container images from your pipelines Using them together provides both fast, automated scaling and deployment of containerized applications
@tusharfasate7388
@tusharfasate7388 10 ай бұрын
Nice video but where can I find pods, services and deployments in AWS console that you did not show.please explain
@pragmaticcoder6910
@pragmaticcoder6910 10 ай бұрын
You have to integrate with Argo CD to view the pods.
@Javatechie
@Javatechie 10 ай бұрын
You can check using Kubectl command
@md.nabeelahmed2695
@md.nabeelahmed2695 4 ай бұрын
Im trying this tutorial to deploy a crud app which uses amazon rds and the docker image i made can be accessible from local but when deployed in eks the pods are crashing , i guess there might be issue with roles... Im able to run this basic hello world. Can any one guide me in the correct path to achieving this.
@DevMaster947
@DevMaster947 10 ай бұрын
What is the difference between AWS ECS and AWS EKS ?
@Javatechie
@Javatechie 10 ай бұрын
AWS ECS is like a special chef (proprietary service) arranging dishes (containers) on a plate (cluster), managed entirely by the restaurant (AWS). EKS, on the other hand, is like using a popular recipe book (Kubernetes) where you manage both the cooking (worker nodes) and the recipes (control plane). ECS is like having a meal ready from a restaurant, while EKS is like cooking your own dishes following a popular recipe. ECS is simpler with a set menu, while EKS gives more control in your kitchen with a variety of recipes. Choose ECS for easy dining or EKS for a customized culinary experience.
@mukeshmishra6967
@mukeshmishra6967 10 ай бұрын
thank you basant bhai for the beautiful explanation 👏🏻👏🏻👍🏻👌🏻
@sharathinfotech
@sharathinfotech 10 ай бұрын
ECS is simpler to use but has fewer features than Kubernetes. EKS provides the full Kubernetes experience. ECS is fully managed, while EKS requires managing your own worker nodes. EKS allows use of the entire Kubernetes ecosystem and tools. ECS uses a proprietary API. EKS is a good fit if you need advanced Kubernetes features or want to standardize on Kubernetes across environments. ECS is a good choice for simpler container workloads that don't require advanced Kubernetes capabilities.
@rameezalam1968
@rameezalam1968 9 ай бұрын
how much it will cost to use eks cluster?
@malleswarrao3887
@malleswarrao3887 7 ай бұрын
Hi Sir ,Could you please make a session on Spring boot,docker ,kubernestes , AWS , Jenkins ,git repository so that as a Java developer we can learn everything in a single session please help me
@GauravSharma-bl7nu
@GauravSharma-bl7nu 10 ай бұрын
Please do one with database
@Javatechie
@Javatechie 10 ай бұрын
Okay will do
@GauravSharma-bl7nu
@GauravSharma-bl7nu 10 ай бұрын
@@Javatechie thanks sir. Waiting ⏳
@manikumar9645
@manikumar9645 10 ай бұрын
If possible please try to do videos on Data structures.
@raoraman64
@raoraman64 10 ай бұрын
How much cost for aws eks?
@Javatechie
@Javatechie 10 ай бұрын
It depends how long your cluster is up
@MuzaffarUmarjonov-v4l
@MuzaffarUmarjonov-v4l 10 ай бұрын
keep rocking bro
@sreejithsobhi5320
@sreejithsobhi5320 9 ай бұрын
I got this error while give the command ' kubectl apply -f k8s.yaml ' error: error validating "k8s.yaml": error validating data: failed to download openapi: the server has asked for the client to provide credentials; if you choose to ignore these errors, turn validation off with --validate=false
@Таалай-ж9ч
@Таалай-ж9ч 10 ай бұрын
Great
@aestellahearts
@aestellahearts 3 ай бұрын
This is spoonfeeding. no one will explain like this. past 3 months i feared to learn EKS. i am very clear from ur lecture. headsup
@damumahendar
@damumahendar 10 ай бұрын
i dont belive in god if (god really exist) { ill thank him for made you exist in my era }; else { thanks bro for the fablous contnet };
@narendrajangid11
@narendrajangid11 10 ай бұрын
❤❤
@Redalert2023
@Redalert2023 10 ай бұрын
What is called scaling ? 🥺
@Javatechie
@Javatechie 10 ай бұрын
Have you Googled it
@vsaihruthikreddy7127
@vsaihruthikreddy7127 10 ай бұрын
​​​@@Redalert2023 Scaling we can say interms of horizontal scaling where more nodes are added i.e the worker nodes so that the high user requests are redirected to different nodes and managed. Vertical scaling is about increasing the power of existing node like say from small to large. To sum up scaling is process of allocating more resources according how your developed application is actually growing and what is the demand for your application like if more users are accessing your application if there is slight increase you scale vertically if there is a rapid increase you scale horizontally. If the user interaction is very low then you remove some nodes allocated this saves the cost.
@vivekmrudhuvan8254
@vivekmrudhuvan8254 10 ай бұрын
​@@vsaihruthikreddy7127bro.....here node is nothing but instances right ? Am i correct or not ??
@vsaihruthikreddy7127
@vsaihruthikreddy7127 10 ай бұрын
@@vivekmrudhuvan8254 It depends if you are talking about ec2 being a part of eks cluster then yeah instance I.e a virtual server acts like a node. But instead of calling it an instance we'll call it a server because a node can either be a physical server or a virtual server i.e instance. Physical servers are on premises that operates in company's supervision. So a server is more suitable word for a node rather than an instance
@vivekmrudhuvan8254
@vivekmrudhuvan8254 10 ай бұрын
Thank you 😊 bro
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
AWS EKS Tutorial | What is EKS? | EKS Explained | KodeKloud
22:28
🚀 Deploy Spring boot application to AWS Cloud 🚀
31:32
Bouali Ali
Рет қаралды 40 М.
AWS EKS - Create Kubernetes cluster on Amazon EKS | the easy way
16:27
TechWorld with Nana
Рет қаралды 563 М.