Deploying Any Dockerized Application To Kubernetes | Ashutosh Hathidara | #kubernetes

preview_player
Показать описание
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.

Software Download Links:

Follow me on below social media,

To know more about me,

Drop me mail if you need any help,

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
Рекомендации по теме
Комментарии
Автор

Good video, but the music is really unnecessary and quite distracting.

FLVCTVAT_NEC_MERGITVR
Автор

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."

pandaaa
Автор

can you prepare one video for how to install minikube

VenkateswarluPathapati
Автор

i am not able to run docker image on localhost

sarthak
Автор

as per my knowledge yml YAML both are same

ansibleansible
Автор

Tutorial is good but please don't use "ANY BACKGROUND MUSIC". Great Video

PickOnelive
Автор

Oh man, I searched the whole internet but at the end it is this video who solved my problem.... 💕.from 🇵🇰

Self-Taught-Coder
Автор

I have been struck to this from last 4 5 hours, with this tutorial I was able to figure where problem was
Thanks

kashisethia
Автор

Very Nice Explanation, Sir.Needs More From You.

mithunshaha
Автор

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

TechieGuy
Автор

Really Great Explanation and this video help me a lot

prudviraj
Автор

Kudos this man's work..
Entore kubernetes theme in just one video .. thank you very much brother 💥🙌🙌

Thetruetalksunga
Автор

Awesome video just stumbled on your channel and am loving what am seen, thanks a bunch man👍

ayencoscolfield
Автор

I am not able to add multiple yaml files into the single deployment.yaml file

lavakushbiyani
Автор

I'm getting a error saying "error: no objects passed to apply "

mohammadshadaab
Автор

Hi
How to deploy if i have already created docker image?

sarthak
Автор

I appreciate that you got straight to the point and were extremely clear! Was able to deploy my personal project with this !

gabrielraphaelgarciamontoy
Автор

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

Lopa
Автор

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 ?

ajinugroho
Автор

When I execute the command " kubectl apply -f deployment.yaml" it's showing the error

mohammadshadaab