Complete Application Deployment using Kubernetes Components | Kubernetes Tutorial 20

Complete Application Deployment using Kubernetes Components | Kubernetes Tutorial 20

TechWorld with Nana

4 года назад

226,279 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Hariram
Hariram - 18.09.2023 06:04

Do we need to remember the complete syntax for deployment, secret, service, etc the CKAD exam?

Ответить
peter swan
peter swan - 16.09.2023 21:40

Thanks for good video. I am newbie on Kubernetes and I have some curious. When I create Pod without Deployment so I need to manually mange Pod, right? If Pod die then I need to restart it manually, right? Because K8S does not automatically create Deployment for me, right?

Ответить
SIVA POTHULA
SIVA POTHULA - 31.08.2023 16:24

hello @TechWorldwithNana can i add this as a project in my Resume

Ответить
Sahraoui Walid
Sahraoui Walid - 12.08.2023 20:06

Hello Dear, may god bless you and reward you for all the help you are providing. you deserve the best

Ответить
Thunder Birds
Thunder Birds - 10.08.2023 15:13

I have followed all the steps as is, changes are mongo image instead of mongodb and mongo container is working but mongo-express is failing to connect and getting error with credentials as invalid. Can you recheck once.

Ответить
Thang Tran Van
Thang Tran Van - 10.08.2023 01:38

I got this error "Because you are using a Docker driver on windows, the terminal needs to be open to run it." I am using Docker Desktop and only Nginx service is deployed. could you please advise me how to get it fixed ?

Ответить
Basanagouda Budihal
Basanagouda Budihal - 24.07.2023 18:55

This session helped me a lot. Understood the E2E (basic) deployment in K8S. Thanks Nana!!

Ответить
Jogesh Gupta
Jogesh Gupta - 22.07.2023 11:03

Just had a doubt. Why dont we use mongodb with statefull set but a deployment? Is it a best practice? I know stateful sets should be prevented but it is a db application right so had a little doubt there.....Thank You

Ответить
Scott Strool
Scott Strool - 18.07.2023 23:03

how is base64 secure as a password, it can be easily converted back to ascii.

Ответить
Jeyaganesh S
Jeyaganesh S - 26.06.2023 10:42

Hi Nana or someone from the comments list,
I m using docker desktop instead of minikube, can you please tell me how to run the last step(mongo express service) where you provided minikube service command, what is the command to run for the docker. Can you please let me know.

Ответить
kakarotcs
kakarotcs - 18.03.2023 18:21

Hi, the 'containerPort' is just for documentation right? It doesn't actually expose the port? Similar to EXPOSE in dockerfile.

Ответить
Ruslan Yefimov
Ruslan Yefimov - 17.03.2023 04:41

Oh my god that is some useful tutorials you're making!
It's just a highly-concentrated theory with an immediate practise...
Love it

Ответить
Samuel Laferriere
Samuel Laferriere - 10.03.2023 11:14

Any reason why you are deploying the mongodb as a deployment instead of a statefulset?

Ответить
Samuel Laferriere
Samuel Laferriere - 10.03.2023 11:14

Why is base64 considered anymore "secret" than plaintext..?

Ответить
VioliCompu
VioliCompu - 17.01.2023 22:44

Love your videos!

Ответить
Ambidextrous Trades
Ambidextrous Trades - 07.01.2023 23:01

I am new to K8s. Why do we need services in front of pods, can’t we specify access ports within the pod config? Is that the convention to use service in front of any pod to access it???

Ответить
Joe axelrod
Joe axelrod - 03.01.2023 17:41

Im fan

Ответить
Nagesh vruddula
Nagesh vruddula - 31.12.2022 03:04

Thanks a lot Nana your videos are well organized and to the point.

Ответить
Rajiv Shakya
Rajiv Shakya - 20.12.2022 21:23

Hi Nada, Thanks for this wonderful video. Actually I'm using normal k8s cluster one master and two worker nodes. My loadbalancer's external IP is pending. can you pls let me know how can I fix it? Pls respond with solution.

Ответить
Vandana N
Vandana N - 18.12.2022 16:58

Hi @TechWorldwithNana,
I am trying in AWS EKS cluster, could you please help me that how to connect Mongo Express through brower?

Ответить
Osman Gedik
Osman Gedik - 08.12.2022 18:04

I have a yellow wave underline with VScode. Why do I get this warning all the time. Its really annoying

Ответить
Rishi Kumar Jha
Rishi Kumar Jha - 28.11.2022 14:30

is anyone facing an error while applying secrets to kubectl "error when creating "mongo-secret.yaml":Secret in version "v1"cannot be handled as a Secret: illegal base64 data at input byte 13.
PS -- I am a windows user

Ответить
Abraham Alvarez
Abraham Alvarez - 04.11.2022 23:02

Excellent video Nana. Thank you for posting. Super relevant and super helpful.

Ответить
Fishy Pkat
Fishy Pkat - 03.11.2022 16:14

I tried and get a Pulling image "mongo" followed by a Warning "Back-off restarting failed container" what I'm missing?
describe gets something like terminate exit 132 - maybe a hw limitation.
What I really dislike in all the stuff is that output, logging and errors are really annoying for beginners.
often you dont understand whats wrong... Ill try to set the version to an erlier one as suggested by some thread out there. :)

=> Solution for others having this issue...using as container image "mongo:4.2.10" worked.
as also "mongo-express:0.54.0"

Ответить
Mohammed Mubeen Hussain
Mohammed Mubeen Hussain - 02.11.2022 16:43

Very nicely explained. Thank you

Ответить
CoachPagter
CoachPagter - 30.10.2022 15:18

Hi Nana - Great tutorial - All is working fine but I cannot get my external ip address for mongo-express-service. It continue to stay as <pending>. I don't have minikube used to install my kubernetes cluster but KubeADM... How can I get it working? thanks!

Ответить
iam cool
iam cool - 17.10.2022 04:18

I'm unable to launch mongo-express container getting error with DB connect. Could you help me ?

Ответить
arjun reddy
arjun reddy - 15.10.2022 20:00

Ultimate.. On point, accurate.

Ответить
Timothy Huey
Timothy Huey - 12.10.2022 22:45

Except for a few typos on my part, (I like typing my files in rather than downloading, I feel more connected) this video went great. Nana, just out of curiosity (my computer isn't real stable, I'm running Folding-at-home and it crashes from time to time) if my computer crashes while all the pods and services and containers are running, as it would be at the end of this video, is there an easy way to restart everything when my computer reboots? (Besides the obvious, running all the kubectl apply commands in sequence)

Ответить
Sanjev Saalaivazan
Sanjev Saalaivazan - 02.10.2022 06:53

Thanks a Ton!

Ответить
SSS
SSS - 01.10.2022 18:58

Simply superb with great explanation.

Ответить
Φοίβος Σκόρδος
Φοίβος Σκόρδος - 26.09.2022 06:12

Seriously this was of the best tutorials i have ever seen. Thank you so much Nana!

Ответить
Hamid Ja
Hamid Ja - 19.09.2022 23:39

Thanks for sharing

Ответить
MR.Chowdhury
MR.Chowdhury - 16.09.2022 22:33

Awesome thanks a lot

Ответить
Ankya Gupta
Ankya Gupta - 06.09.2022 14:00

hi, I unable to pull mango and mango-express image to spin up pod. can you please share link docker hub image link on suggest if we can use other image.

Ответить
Jose Castro
Jose Castro - 30.08.2022 04:54

You are the best!!

Ответить
Benjamin Walczak
Benjamin Walczak - 23.08.2022 01:35

This video was great. Although I'm still confused on how to write to the mongodb database. I can connect to the database via web browser, but writing to it via pymongo both locally and within minikube don't work. I've been playing around with ip's and ports but still no luck

Ответить
Felipe Alvarez
Felipe Alvarez - 18.08.2022 10:16

Hi Nina. At the end of the video, you first deleted the deployment and then the service. Doesn't the service depend on the deployment? Shouldn't the service be deleted first?

Ответить
Sachin Parate
Sachin Parate - 10.08.2022 16:00

It's really a detailed and comprehensive video, i have followed the same steps , except creating mongo express Instead i am using mongodb compass to connect , but env var username and password not getting set . I am able to connect without credentials. can you please help here

Ответить
Dipanshu Negi
Dipanshu Negi - 08.08.2022 22:27

I think you have created kubernetics and Docker .

Ответить
Hema Latha
Hema Latha - 04.08.2022 15:49

Hi Mongo express is not coming up. can you pls suggest anything . throwing Back-off restarting failed container

Ответить
habtsh
habtsh - 11.07.2022 12:07

pleas can you help me... how can I connect my kubernetes cluster and gitlab-aget

Ответить
Nino
Nino - 21.06.2022 07:29

from my testing with Kubernetes in Docker Desktop it seems that the nodePort parameter gets ignored and the LoadBalancer service is accessible by the internal port instead (it didn't connect at all on port 30000).. I'm not sure if I did something wrong

Ответить
marco1night
marco1night - 19.06.2022 14:17

I love your tutorials!!

I have only one question:

How to get External IP on Kubernetes Clusters installed on-premise? Do I need an external DHCP server?

Thanks,
Marco

Ответить
jayaprakash R
jayaprakash R - 06.06.2022 20:22

hello nana, i followed your tutorial and everything was fine. in my case am deploying laravel with postgres database. just modifed the yaml which you have shown as er my requirement. now my problem is external ip is not generating and when i give minkube service command it shows nothing. what i have to do. please guide me

Ответить
Puneeth
Puneeth - 25.05.2022 20:35

best and easy way to gain knowledge on deploying the app, thanks for the video Nana

Ответить