Introduction to Microservices, Docker, and Kubernetes

preview_player
Показать описание
Learn the basics of Microservices, Docker, and Kubernetes. Code demo starts at 18:45. I mess up the terminal for the first few minutes, but I fix it by 21:50. Audio gets echoey a few times, but it goes away quickly. Sorry about that!

Рекомендации по теме
Комментарии
Автор

This is one of the best presentations I have ever seen that not only brings together all of these concepts together but actually shows how to put them together in action. Thank you so much for taking your time and putting this together!

HimanshuGupta-nkyf
Автор

This video was so well put on Dockers and Kubernetes. I was so intimidated on how to approach it but you have made it so much simpler.
Please do make more videos on tech we would love to learn from you!

deepanwitaroy
Автор

By far, the best Kubernetes video out there. I never went past 15 minutes with most other videos. I sailed through your 55 minutes with ease. Great work.

subramanyakrishnamurthy
Автор

One of the best presentations I’ve seen on microservices, Docker and Kubernetes all in one.
Thanks, James. Keep up the great work!

cscokid
Автор

As a beginner, this is by far the best docker-kube explanation available out there.

samkim
Автор

emerging technologies for application deployment has been explained clearly and comprehensively . from concept to application from single to multi node ( cluster ) . Thank you James for this preciesly prepared lecture.

gurkancekic
Автор

This is an extremely valuable discussion of the basics of Microservices, Docker, and Kubernetes that I as a novice in these areas found very easy to understand. Thanks!

fstaheli
Автор

This was the best explanation I have ever seen on the subject. Very well mate!

CarlosChavez-ijki
Автор

The best video on YouTube for this topic, why there is no more videos for others topics, the author has great talent

sergeyfilat
Автор

Not an expert? You sound like a seasoned pro who knows how to concisely explain everything to beginners. Saved as favorite!

adamtki
Автор

came in with zero knowledge in these.. after getting disappointing with some other popular videos in YouTube ..but this one was really helpful and to the point. I know understand the concept ! Thank you

sir-cute
Автор

Thank you James for covering this topic so clearly. I was looking for something like this to begin with, at my end.
Great Work James.

nagadityapenumerthy
Автор

Thanks very much for taking the time to make this video. Great content, and very clearly and well explained. Well worth the hour!

thomashoffmann
Автор

Am watching this now and obviously I was dubbed to believe that microservices, Docker and Kubernetes are a complex undertaking but your video has played it so easy to understand. kudos.

bensonnjoroge
Автор

Best intro video covering end to end flow, both in terms of concepts as well as in terms of demo.
Thanks a lot for your effort in making and sharing the video.

deepakkasturirangan
Автор

Been looking for a docker + kubernetes tutorial for a couple hours now, even though I didn't see it yet I can already tell it'll be useful cause of the comments. There goes your subscriber 1.000 :)

cristiandt
Автор

others just try to brag with throwing shit ton of jargons in Talks and you dont understand a thing!but you just nailed it bro.thanks for this

codingwithmassodpersiancha
Автор

Great video which shows complete flow from micro service deployment in docker till kubernetes deployment. Good work James. Thank you for sharing. Expecting such a great videos in future.

venkateshc
Автор

If anyone's getting errors about "extensions/v1beta1" or validating data around 30:15, try the following code for your Deployment in the deployment.yml file:

---
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-world
spec:
replicas: 5
selector:
matchLabels:
app: hello-world
template:
metadata:
labels:
app: hello-world
spec:
containers:
- name: hello-world
image: tutum/hello-world
ports:
- containerPort: 80

AlifMunim
Автор

After almost 30hrs of video and online docs and article..
I Finally understand kubernetes, containers and how they stack

umaradamujere