Тёмный

Deploying Any Dockerized Application To Kubernetes | Ashutosh Hathidara |  

Dev Sense
Подписаться 10 тыс.
Просмотров 41 тыс.
50% 1

In this kubernetes tutorial, we learn:
1. Kubernetes deployment in detail by building dockerized app
2. Understand kubernetes deployment yaml
3. Understand kubernetes replicaset
4. Detailed Demo
Deploying any type of application to Kubernetes engine and understanding how the Kubernetes provides the scalability. This video contains simple illustrations which are easy to understand and also provides live demo for deploying Flask application to Kubernetes.
Github Repository for Code: github.com/ash...
Software Download Links:
Docker Desktop: www.docker.com...
Kubernetes CLI: kubernetes.io/...
Minikube: kubernetes.io/...
Follow me on below social media,
Discord: / discord
LinkedIn: / ashutosh-hathidara-887...
Github: github.com/ash...
Behance: www.behance.ne...
Dribble: dribbble.com/a...
Facebook: / laymanbrother.19
Instagram: / developer_sense
RU-vid : / devsense19
Patreon: / devsense
To know more about me,
Checkout my website ashutoshhathid...
Drop me mail if you need any help,
devsense98@gmail.com
Tags:
Deploy,Machine Learning,Deep Learning,React,Kubernetes,Docker,Container,Flask,ML,K8s,Cluster,Kubectl,Minikube,Docker Desktop,kubernetes deployment,kubernetes,kubernetes deployment yaml,kubernetes tutorial for beginners,kubernetes rolling update,kubernetes replicaset,deployment,kubernetes deployment tutorial,kubernetes deployment example,deployment kubernetes,deployment architecture,deployment demo,introduction to deployment,deployment features,deployment benefits
#kubernetes #deployment #docker

Опубликовано:

 

2 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 82   
@FLVCTVAT_NEC_MERGITVR
@FLVCTVAT_NEC_MERGITVR 3 года назад
Good video, but the music is really unnecessary and quite distracting.
@DevSense19
@DevSense19 3 года назад
Thanks so much for feedback. Will consider for future videos
@apattnaik3739
@apattnaik3739 3 года назад
Music is disturbing ...😒
@Self-Taught-Coder
@Self-Taught-Coder Год назад
​@@DevSense19Hey bro can you tell me how can I deploy the same app using minikube and Virtual Box??
@pandaaa9222
@pandaaa9222 3 года назад
hi, thank you for the video. I followed the instructions to create the deployment and service, but am unable to get the correct path. Minikube dashboard shows all green, and I can docker run images with no issue (so image error is out). Accessing minikube_ip:5000 / 6000 / 300xx does not work, please help - I get error "The site can't be reached. xxx refused to connect."
@mohtaachyut555
@mohtaachyut555 Год назад
same, did you find any solution??
@VenkateswarluPathapati
@VenkateswarluPathapati Год назад
can you prepare one video for how to install minikube
@PickOnelive
@PickOnelive 2 года назад
Tutorial is good but please don't use "ANY BACKGROUND MUSIC". Great Video
@sarthak7413
@sarthak7413 Год назад
i am not able to run docker image on localhost
@Self-Taught-Coder
@Self-Taught-Coder Год назад
Oh man, I searched the whole internet but at the end it is this video who solved my problem.... 💕.from 🇵🇰
@kashisethia8111
@kashisethia8111 Год назад
I have been struck to this from last 4 5 hours, with this tutorial I was able to figure where problem was Thanks
@mithunshaha4342
@mithunshaha4342 Год назад
Very Nice Explanation,Sir.Needs More From You.
@TechieGuy79
@TechieGuy79 3 года назад
Many thanks man i had been searching for a easy method to publish my flask demo on kubernetes and access it thru the internet. saved my life. btw do you have any video regarding prometheus? i would like to attach it to the kubernete and start monitoring it
@DevSense19
@DevSense19 3 года назад
Hi, glad that this video helped you. 😊 I haven’t created anything on Prometheus but i will create something but actually i am not skilled in that so can you please reply with the website or documentation from where i can get information?
@Lopa072
@Lopa072 2 года назад
recently created a file upload flask app and deployed on kubernetes, the app doesn't work for files > 1MB which is a major drawback. Any suggestion how to overcome this
@DevSense19
@DevSense19 2 года назад
You can change the upload strategy of file. The problem is not because of kubernetes. You might be sending serialised string to server. You should shift to multipart sending or stream upload
@ansibleansible7874
@ansibleansible7874 3 года назад
as per my knowledge yml YAML both are same
@DevSense19
@DevSense19 3 года назад
You are right they both are similarly written but if you use any library for parsing then yml files won’t get parsed for yaml parsers. That is why i mentioned 😊
@mohammadshadaab2490
@mohammadshadaab2490 3 года назад
I'm getting a error saying "error: no objects passed to apply "
@Thetruetalksunga
@Thetruetalksunga 4 месяца назад
Kudos this man's work.. Entore kubernetes theme in just one video .. thank you very much brother 💥🙌🙌
@ayencoscolfield3312
@ayencoscolfield3312 Год назад
Awesome video just stumbled on your channel and am loving what am seen , thanks a bunch man👍
@lavakushbiyani8256
@lavakushbiyani8256 2 года назад
I am not able to add multiple yaml files into the single deployment.yaml file
@sarthak7413
@sarthak7413 Год назад
Hi How to deploy if i have already created docker image?
@prudviraj9197
@prudviraj9197 3 года назад
Really Great Explanation and this video help me a lot
@DevSense19
@DevSense19 3 года назад
Thanks so much 😊
@dosanbhaikugashiya3198
@dosanbhaikugashiya3198 4 года назад
Khatarnak video 🎆🎆🎆🔫🔫🔫
@gabrielraphaelgarciamontoy1269
I appreciate that you got straight to the point and were extremely clear! Was able to deploy my personal project with this !
@vimalv6341
@vimalv6341 2 года назад
very informative Thanx buddy.. 🙂
@ajinugroho8698
@ajinugroho8698 3 года назад
why the loadbalancer didnt work, when hit to 6000 port ? in the video the port was changed into 62688 instead of 6000, what's happend there ?
@DevSense19
@DevSense19 3 года назад
This is very good question. Actually API service container exposes 6000 port to load balancer. But we need to hit loadbalancer. So, in our case, loadbalancer can be hit by 62688 and this load balancer distributes api calls to different app instances which also has different ports exposed.
@shreyasb.s3819
@shreyasb.s3819 Год назад
Simply Superb explanation
@shahriarsourav610
@shahriarsourav610 3 года назад
Failed to pull image "flask-kubernetes": rpc error: code = Unknown desc = Error response from daemon: pull access denied for flask-kubernetes, repository does not exist or may require 'docker login': denied: requested access to the resource is denied Why I am getting this error?
@DevSense19
@DevSense19 3 года назад
You are not logged in to your docker desktop or you don’t have given admin access to the terminal in which you are running this command
@mzw8374
@mzw8374 2 года назад
just enter this line on your terminal: "eval $(minikube docker-env)" and build the image then deploy the manifest.
@akhileshgandhe5934
@akhileshgandhe5934 Год назад
Even me got the same error and after debugging for almost 2-3hrs in the internet found that we need to run this command before "kubectl apply -f ab.yaml" The command is "minikube image load docker-image-name" and it worked for me.
@mohammadshadaab2490
@mohammadshadaab2490 3 года назад
When I execute the command " kubectl apply -f deployment.yaml" it's showing the error
@DevSense19
@DevSense19 3 года назад
Verify whether the yaml syntax is correct.
@miguelarturomadrigalescoto4027
@miguelarturomadrigalescoto4027 2 года назад
It might be late now, but you should have run the command "minikube start" before.
@MohitRakhade
@MohitRakhade 4 года назад
I follow you on github
@DevSense19
@DevSense19 4 года назад
Mohit Rakhade Thank you so much 😊
@jayantkeer3416
@jayantkeer3416 2 года назад
Nice video pls make more
@chappachie4168
@chappachie4168 Год назад
truly a hero. thank you.
@gopinathan3836
@gopinathan3836 2 года назад
This is really awesome video and made me to understand the concepts simply
@dineshchandrawal9378
@dineshchandrawal9378 2 года назад
Great stuff, Thank you so much!!!
@AhmedSamy-96
@AhmedSamy-96 2 года назад
really Amazing.!
@beastboyhulkgaming9261
@beastboyhulkgaming9261 4 года назад
Nice video
@DevSense19
@DevSense19 4 года назад
Beast boy hulk Gaming Thank you so much
@shubhamsaurabh1680
@shubhamsaurabh1680 2 года назад
Super
@prabhashswain1878
@prabhashswain1878 3 года назад
Tq sir for this awesome video. Can you make one video how to deploy this kuberntes cluster on digital ocean.
@DevSense19
@DevSense19 3 года назад
I don’t have a subscription for digital ocean but i will surely try 🤞
@prabhashswain1878
@prabhashswain1878 3 года назад
@@DevSense19 tq sir.
@arnoldkgabi585
@arnoldkgabi585 3 года назад
U just got ur self a new subscriber. please do lot of flask deployment videos.
@DevSense19
@DevSense19 3 года назад
Thanks so much 😘
@arnoldkgabi585
@arnoldkgabi585 3 года назад
Please check ur Facebook message i sent u a message
@tungdinh4114
@tungdinh4114 3 года назад
hi, thanks for the tutorial, I think it is easy to understand. I got a problem when running kubectl apply... (I saw the app is generated) but when I go to minikube dashboard, it does not create pods, and the link to the service is unable to connect. When I run kubectl all-namespaces, I saw failed to pull image flask-kubernetes. I ran everything in my virtualenv. What could I do. Thank you.
@tungdinh4114
@tungdinh4114 3 года назад
I solved it already, before creating image, start minikube and run this command eval $(minikube docker-env). Have fun
@DevSense19
@DevSense19 3 года назад
Thanks for watching the video. The problem may be because of the failure to create containers for pods. The reason may be because you might not have given permission to create volume.
@haoweilee5813
@haoweilee5813 2 года назад
@@tungdinh4114 Thanks! I fixed the same problem with this solution.
@LoSpiri
@LoSpiri Год назад
@@haoweilee5813 Can you explain your solution please? It would be much appreciated! 🙇‍♂
@AmitSharma-zd7er
@AmitSharma-zd7er 4 года назад
amazing content, couldn't explain any easier .. thanks
@DevSense19
@DevSense19 4 года назад
Amit Sharma Thank you so much
@FirstLast-tx3yj
@FirstLast-tx3yj 3 года назад
@@DevSense19 i want to create a kubernetes cluster and run 1 application in 100 replicas. Is this the video that I should watch or you recommend another one??
@DevSense19
@DevSense19 3 года назад
@@FirstLast-tx3yj This is the video that exactly explains what you want to create. So, watch it carefully and implement the same.
@FirstLast-tx3yj
@FirstLast-tx3yj 3 года назад
@@DevSense19 lets say i create 10 clusters each with 10 replicas inside Can i give each cluster its own ip address?
@DevSense19
@DevSense19 3 года назад
@@FirstLast-tx3yj you can’t assign. It will be automatically assigned by kubernetes
@arnoldkgabi585
@arnoldkgabi585 3 года назад
Great stuff
@ramavathravi2719
@ramavathravi2719 4 года назад
Nice Bro.. Good explanation
@DevSense19
@DevSense19 3 года назад
Thank you so much 🙂
@schnookycoder8324
@schnookycoder8324 3 года назад
Wonderful explaination 👍👍👍
@DevSense19
@DevSense19 3 года назад
Thanks 😊
@mohammedbayomy6154
@mohammedbayomy6154 3 года назад
Awesome, Thanks Sir
@DevSense19
@DevSense19 3 года назад
You’re most welcome 😊
@youthangarajan
@youthangarajan 3 года назад
Awesome content man
@DevSense19
@DevSense19 3 года назад
Thanks 😊
@anilKumar-wm1bg
@anilKumar-wm1bg 3 года назад
speechless, you just amazing
@DevSense19
@DevSense19 3 года назад
Thank you so much brother. Please support channel by subscribing it and liking video 😊
@anilKumar-wm1bg
@anilKumar-wm1bg 3 года назад
@@DevSense19 as soon as I seen your video I subscribed and liked I noted down your mail ID
@DevSense19
@DevSense19 3 года назад
If you need any help or if you have any topics in mind on which you want me to make video, please send me via mail. 😊
@sivakumar-lm1hc
@sivakumar-lm1hc 3 года назад
Thank you so much bro. awesome
@DevSense19
@DevSense19 3 года назад
Thanks for appreciating.
Далее
Kubernetes 101: Deploying Your First Application!
40:47
🛑самое главное в жизни!
00:11
Просмотров 132 тыс.
#kikakim
00:10
Просмотров 12 млн
Docker and Kubernetes Tutorial |  Full Course [2021]
4:18:00
Introduction to Microservices, Docker, and Kubernetes
55:08
Deploy Docker to Kubernetes Cluster
17:57
Просмотров 22 тыс.