Kubernetes Live Project: Deploy Cloud Native Voting Application on EKS

Kubernetes Live Project: Deploy Cloud Native Voting Application on EKS

Cloud Champ

9 месяцев назад

43,638 Просмотров

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


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

@cloudchamp
@cloudchamp - 03.09.2023 14:16

2000 Likes on this video & I will deploy this using ArgoCd tool 👀

Ответить
@jackyjack8401
@jackyjack8401 - 30.11.2023 10:22

Awesome Project!!!
Very well explained.

Ответить
@user-tq8hr9wc9p
@user-tq8hr9wc9p - 30.11.2023 02:46

is the website based on microservice architecture

Ответить
@deva_2022
@deva_2022 - 26.11.2023 04:36

hi nasi bro i am getting only vote voting application title in front end pod i am not getting voting option for different languages , even i run that iamge in docker desktop same thing. is there any problem with iamges could you please check.

Ответить
@user-yu9ky6xh9n
@user-yu9ky6xh9n - 17.11.2023 13:30

Hi Nicely explained but I have one question. For api-deployment instead of service of type LB why don't you use cluster IP service ??

Ответить
@rohithr970
@rohithr970 - 13.11.2023 09:18

bro, getting like this:when trying get ns get deployment this error im getting,,, Error from server (Forbidden): namespaces is forbidden: User "system:node:ip-172-31-41-109.ap-south-1.compute.internal" cannot list resource "namespaces" in API group "" at the cluster scope ::: Kindly Help,

Ответить
@suma4180
@suma4180 - 13.11.2023 07:47

I got one error while deploying the svc of front end. At load balancer level "out of service" "Instance has not passed the configured healthy threshold number of health check consecutively"

Ответить
@user-bs5gx1hj1y
@user-bs5gx1hj1y - 09.11.2023 11:36

you are not explaining code what are inside manifest , like in netflix clone video as well , these are most important

Ответить
@kuldeepakphad6278
@kuldeepakphad6278 - 07.11.2023 13:20

Why my statfulset is in pending state?

Ответить
@Abhijeet_Poonia
@Abhijeet_Poonia - 23.10.2023 10:42

how you connect api to frontend for api calls , sometimes i use service name as api call it cause CORS issue , have u used LB dns for base IRL of api

Ответить
@RahulGupta-to4ng
@RahulGupta-to4ng - 12.10.2023 10:26

Hi
Is there any particular order to delete the resources after project completion?

Ответить
@karankolhe6694
@karankolhe6694 - 08.10.2023 22:02

Hello sir,
I am successfully completed the k8s_voting_application .i want to be post this project on LinkedIn but i dont have a architecture diagram can you provide this diagram please.

Ответить
@JokeSoyombo
@JokeSoyombo - 07.10.2023 06:38

Can I deploy on kubeadm instead of EKS?

Ответить
@harirocking1530
@harirocking1530 - 05.10.2023 13:40

Hi champ...i have seen this video and it is really awful...since the day i started learning devops..i have only one question..what is API and how are we going to use it..can we deploy the above application without using API ???...

Ответить
@user-oh5le7vt1l
@user-oh5le7vt1l - 29.09.2023 09:33

@Cloudchamp
I had deployed the api service as a cluster IP and configured cluster IP and port in frontend deployment.yaml. but I am not able to view frontend fully. I have also tried mentioning fqdn as below, but id didn't work. Please help how to proceed?
env:
- name: REACT_APP_APIHOSTPORT
value: api.demo.svc.cluster.local

Ответить
@user-cg6sq4rc5t
@user-cg6sq4rc5t - 25.09.2023 16:54

Hii bro , I have tried your project. Everything works fine. When i hit the front end Load balancer url, the page appears, it shows only the language vote app v3. But no languages displayed for voting. I have checked the languages db, its available there. Help me on these

Ответить
@rajadeshra9605
@rajadeshra9605 - 24.09.2023 14:31

great project! had a doubt whether I will be charged money if I implement it in AWS?

Ответить
@bigdata5225
@bigdata5225 - 24.09.2023 14:07

Can i get the repo for this project means the source code

Ответить
@sushantkumbhar9920
@sushantkumbhar9920 - 20.09.2023 16:31

which policies give to IAM user for creating EC2 instance and creating EKS cluster ???

Ответить
@juliens5641
@juliens5641 - 20.09.2023 07:59

awesome channel. Thank you for the great work you have done & I will make sure I recommend your channel to anyone that are looking into more devops projects.

Ответить
@akhileshchouhan7811
@akhileshchouhan7811 - 19.09.2023 09:37

i got error while creating custom policies--
Missing Principal: Add a Principal element to the policy statement.
Ln 14, Col 14 Role Trust Policy Syntax Error Resource: Role trust policies apply to the role that they are attached to. You cannot specify a resource. Remove the Resource or NotResource element.

please help me with this...

Ответить
@vishnus07
@vishnus07 - 17.09.2023 20:11

Hii bro , I have tried your project. Everything works fine. When i hit the front end Load balancer url, the page appears, it shows only the language vote app v3. But no languages displayed for voting. I have checked the languages db, its available there. Help me on these

Ответить
@durairajgopal3277
@durairajgopal3277 - 17.09.2023 12:31

Hi Brother,

I was watching this aws EKS project .it was clear explanation project.thanks Brother ,can you pls do make the real interview question aws and Devops

Ответить
@lukumonrasaki4360
@lukumonrasaki4360 - 15.09.2023 00:06

Please am stuck on how you created the EKSaccesspolicy,can you please help on that? Thank you.

Ответить
@naren06938
@naren06938 - 14.09.2023 12:12

I did this project, Thanq bro...where to share it

Ответить
@sonalbirari6597
@sonalbirari6597 - 13.09.2023 18:40

I am not able to see any data after running

Test and confirm that the API route URL /languages, and /languages/{name} endpoints can be called successfully. In the terminal run any of the following commands:

curl -s $API_ELB_PUBLIC_FQDN/languages | jq .
curl -s $API_ELB_PUBLIC_FQDN/languages/go | jq .
curl -s $API_ELB_PUBLIC_FQDN/languages/java | jq .
curl -s $API_ELB_PUBLIC_FQDN/languages/nodejs | jq .

And also getting error while trying to connect to Load Balancer in browser

Also I could not understand where to put labgdb instead of langdb()

Please help.

Ответить
@sureshrssuperliora4953
@sureshrssuperliora4953 - 13.09.2023 18:10

We can set $alias k=kubectl
Instead of typing kubectl everytime

Ответить
@sainumediacreations532
@sainumediacreations532 - 11.09.2023 12:24

I did it when I tried to access the frontend via DNS It only gave the site name and no voting system for the vote broi

Ответить
@ganeshgoudru8444
@ganeshgoudru8444 - 10.09.2023 20:34

Im able to see only "Language Vote App v3" this in ui. What did i do wrong?

Ответить
@yogeshjadhav6689
@yogeshjadhav6689 - 10.09.2023 12:44

i'm unable to see complete UI, only Language Vote App v3 is visible. all pods are up and running

Ответить
@ishanpatil2017
@ishanpatil2017 - 10.09.2023 12:28

You are not allowed to pass the role arn:aws:iam::742320858583:role/xxxip

Ответить
@blazedteen917
@blazedteen917 - 09.09.2023 11:52

Thank you sir

Ответить
@blazedteen917
@blazedteen917 - 09.09.2023 11:52

This is so helpful 🙏

Ответить
@yogeshjadhav6689
@yogeshjadhav6689 - 09.09.2023 09:20

does your nasee iam user required permission? like administrator access or any eks permission

Ответить
@naveen__renati
@naveen__renati - 08.09.2023 15:24

So when user gives vote in frontend it will goes to api and then api sends data to database is it correct.

Ответить
@logeshm753
@logeshm753 - 08.09.2023 15:07

Hi bro! I need to talk with you i had a task that need to be finished within two days would you help me?

Ответить
@unofficialcoder-vu2du
@unofficialcoder-vu2du - 07.09.2023 08:16

okay
how much AWS charge for this services

Ответить
@vinayvarma2100
@vinayvarma2100 - 07.09.2023 06:56

Is this project should I mention in my resume.

Ответить
@ghazanfarali9989
@ghazanfarali9989 - 06.09.2023 18:15

why there is need to expose API to outside cluster using load balancer service, is it not enough to expose only front-end to outside world?

Ответить
@unofficialcoder-vu2du
@unofficialcoder-vu2du - 06.09.2023 17:01

This project can be complete with using AWS Free Tier ac or not ???

Ответить
@unofficialcoder-vu2du
@unofficialcoder-vu2du - 06.09.2023 16:55

Hey bro
I'm a new to devops
can i start doing this project ????

Ответить
@varun_tech7
@varun_tech7 - 05.09.2023 17:51

The entire application page keeps glitching, i get a glimpse of the app after refreshing. Any idea what might be the issue?
PS: I tried replacing the DNS value from load balancer manually too

Ответить
@tinycamvlogs24
@tinycamvlogs24 - 05.09.2023 13:15

Hi bro please let me know how to connect with you one to one for carrier guidance. Waiting for your reply

Ответить
@josephmartin6219
@josephmartin6219 - 05.09.2023 10:00

I immediately subscribed because you used Go for the project 😅, looking forward to more with Go 😊

Ответить
@ajayaadhav
@ajayaadhav - 04.09.2023 22:25

Please teach me jenkins bro

Ответить
@adarshsoni5323
@adarshsoni5323 - 04.09.2023 15:51

Is there any devops course of ours which I can join.

Ответить
@rajeshkambala4834
@rajeshkambala4834 - 04.09.2023 10:23

i am unable to create Nodegroup IAM role with multiple policies while am selecting use case EKS....can anyone help me in solving this issue

Ответить