Пікірлер
@pranjalruhela1103
@pranjalruhela1103 2 ай бұрын
errors errors errors
@tzadiko
@tzadiko 10 ай бұрын
Technically json is a subset of yaml
@Lulu_dowwg
@Lulu_dowwg 11 ай бұрын
Thank you keep it up
@rohitsuppal
@rohitsuppal Жыл бұрын
good one, thanks!
@vichu000
@vichu000 Жыл бұрын
fantastic demo
@sirbuster223
@sirbuster223 Жыл бұрын
I'd like to see your .bashrc. Your bash prompt is really cool. I'd like to use it myself! Do you have a tutorial that I could reference, or would you be willing to share the bash customization options that you use? Thank you.
@sachinpatil7681
@sachinpatil7681 Жыл бұрын
Ads every 5 minutes are NO NO
@Chivasque
@Chivasque Жыл бұрын
thanks man
@santhegudda
@santhegudda Жыл бұрын
You made it very simple. I want to implement on eks cluster in AWS
@geovanyteca3250
@geovanyteca3250 Жыл бұрын
Very impressive presentation. The concepts are just presented in a very clear and simple way, feel like an expert after that :D. Thank you, you deserve all the best
@derickpambah
@derickpambah Жыл бұрын
This is indeed great and amazing work. One in a million tutorials that clearly explains Docker, Microservices, and Kubernetes all together. Thank you James. Happy holidays!
@Juliuswawa
@Juliuswawa Жыл бұрын
Thanks Sir James for such a wonderful presentation! Micro service, docker and Kubernetes in just 55nins . well explained and straight to the point. i really do appreciate sir.
@Arsy1999
@Arsy1999 Жыл бұрын
world class explanation and breakdown. thank you so so much for producing this u legend!
@everythingdevg
@everythingdevg Жыл бұрын
This videos has helped me so much ,,thank you
@sarazehraoui1758
@sarazehraoui1758 Жыл бұрын
Good work
@okey1317
@okey1317 Жыл бұрын
27:48.. Without container exposing the port like 80:80,, how is the application running inside is accessible like this? I am finding this pretty hard to understand
@tiltok
@tiltok Жыл бұрын
Hey, the deployment file is outdated and throws errors, also getting ImagePullBackOff errors, can this be updated?
@yaminitejasri1424
@yaminitejasri1424 Жыл бұрын
Free complete Project Management Training if you want to be a future PM kzfaq.info/sun/PLgMQeoR4J3Buy9zawDYOlSynAcnt2pWJx. Consider Subscribing to channel if you like the videos and do share with yout friends
@mixturehub1407
@mixturehub1407 Жыл бұрын
kzfaq.info/get/bejne/iqujaqyb0qfQhaM.html MS Word Tricks
@kishansatasiya
@kishansatasiya Жыл бұрын
Excellent work 👌
@alimohammadi7997
@alimohammadi7997 Жыл бұрын
Many thanks James, this is really awesome. I learned from your video something that the gods of kubernets and devops with plenty of certificates couldn't teach me. really simple and clear explanations. I really appreciate it.
@paulpasquel
@paulpasquel Жыл бұрын
Why just do not say "distribute architecture" style ? ...
@bersi3306
@bersi3306 Жыл бұрын
41:09 What is the purpose of "COPY package.json" (copy just package.json), if we then "COPY . ." (copy everything) at the end? Is it redundant?
@kiransasibhooshan7635
@kiransasibhooshan7635 Жыл бұрын
I am using kubectl client version (1.22) and minikube server version (1.24)...Changing the deployment.yaml mentioned at 30:07 to the following code snippet worked ... --- kind: Service apiVersion: v1 metadata: name: exampleservice spec: selector: app: myapp ports: - protocol: "TCP" # Port accessible inside cluster port: 8081 # Port to forward to inside the pod targetPort: 8080 # Port accessible outside cluster nodePort: 30002 type: LoadBalancer --- apiVersion: apps/v1 kind: Deployment metadata: name: myappdeployment labels: app: myapp spec: replicas: 5 selector: matchLabels: app: myapp template: metadata: labels: app: myapp spec: containers: - name: myapp image: jamesquigley/exampleapp:v1.0.0 ports: - containerPort: 8080
@kiransasibhooshan7635
@kiransasibhooshan7635 Жыл бұрын
When I used this image "jamesquigley/exampleapp:v1.0.0" I am getting this access denied error. It seems the image is not maintained in docker hub anymore. Substituting with another image worked to demonstrate the kubernetes part , but it cannot be used for testing the url
@cheluvaranga
@cheluvaranga Жыл бұрын
too good. Very informative and best hands-on session I have come across so far. Thanks
@johanBe75
@johanBe75 Жыл бұрын
when i create from file kzfaq.info/get/bejne/Z96fYJOYqLzMhIk.html i got "error: respource mapping not found for name.... ensure CRDs are installed first" what i do wrong?
@sergeyfilat4238
@sergeyfilat4238 2 жыл бұрын
The best video on KZfaq for this topic, why there is no more videos for others topics, the author has great talent
@greatlog4u
@greatlog4u 2 жыл бұрын
man you explained everything a novice needs
@ankitakolhe9142
@ankitakolhe9142 2 жыл бұрын
Very nicely explained.
@ismaelstangher
@ismaelstangher 2 жыл бұрын
VERY well explained video mixing theory and practice about Docker and Kubernetes. Congratulations !!!!
@venkatamunireddy3852
@venkatamunireddy3852 2 жыл бұрын
Great one ...really useful
@TheSilverGate
@TheSilverGate 2 жыл бұрын
Great explanation in simple terms, thank you very much.
@canerdogan5253
@canerdogan5253 2 жыл бұрын
Could you please check the Pastebin links. I can't reach the YAML files.
@mohorizon
@mohorizon 2 жыл бұрын
Very good Video ! Thanks for this.
@anilpatil8299
@anilpatil8299 2 жыл бұрын
Awesome video James. Appreciate and thanks for your effort for making such knowledgeful video.
@iacobaccci
@iacobaccci 2 жыл бұрын
Way too much introduced. Unless you already have a programming understanding of this material, it is overwhelming.
@samroehrich684
@samroehrich684 2 жыл бұрын
@JamesQuigley I went to highschool with you. Crazy that 8 years later I am watching one of your video to prep for a job interview.
@Roshen_Nair
@Roshen_Nair 2 жыл бұрын
Bookmark: 12:00
@kurshadqaya1684
@kurshadqaya1684 2 жыл бұрын
Man, you know what you are talking about! Good for you!
@James-og6cx
@James-og6cx 2 жыл бұрын
29:02 = what every single developer goes through daily and gets judged unfairly on it.
@erichartonomartanto6629
@erichartonomartanto6629 2 жыл бұрын
Thanks for the video. Besides the content, I also like your terminal theme. May you share your terminal theme please?
@glennmiller394
@glennmiller394 2 жыл бұрын
lsd is great. I'd been using exa but lsd is much more to my liking, especially the configuration abilities.
@sankharr
@sankharr 2 жыл бұрын
Nice Explaination! Thank you! :)
@pranavmahajan4190
@pranavmahajan4190 2 жыл бұрын
Hi James, this is really a great video. This video is 4 years old. Can you please create updated video on the same topic? Also, please cover other topics.
@jamesquigley1713
@jamesquigley1713 2 жыл бұрын
What other topics would you be interested in learning about?
@pranavmahajan4190
@pranavmahajan4190 2 жыл бұрын
@@jamesquigley1713 - That's great question. Thanks for the question. I would say simple topics like how to dockerize Java Springboot applications. How to use Kafka efficiently? Or other topics related to SpringBoot, Docker, Micro-services etc
@hrsh3329
@hrsh3329 2 жыл бұрын
texure of your voice is awesome🎊
@vikaspanwar2537
@vikaspanwar2537 2 жыл бұрын
here's my perspective on why micro services may not be the right choice for you - kzfaq.info/get/bejne/gsCAptyJlbCddIE.html
@YouhanaSheriff
@YouhanaSheriff 2 жыл бұрын
how to publish CLI apps/ tools that js written in Rust. so others can use it??
@YouhanaSheriff
@YouhanaSheriff 2 жыл бұрын
how to publish CLI apps/ tools that is written in Rust. so others can use it??
@bmassioui
@bmassioui 2 жыл бұрын
Thank you James for this amazing video.