We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Subhobroto Roy • 4 years ago

Great!!!!!!thank you!!!!!

Tùng Nguyễn Đức • 5 years ago

How can i see host of this database deploy kubenets

Mukesh Ajayan • 5 years ago

Good article, works like charm in minikube! Do you have a similar blog on deploying the same on K8s in AWS or any cloud?

Tom • 5 years ago

Great job mate !

CryptoBoy • 5 years ago

Hi Rajeev,

Thanks for this great tutorial. I see you have some good stuff on your blog. Thanks for sharing this knowledge with the rest of us.

I have two questions below related to this app running on Kubernetes.

First question:
I'm getting 'Failed to fetch' when attempting to register user on the kubernetes deployed app.
Is the Kubernetes version working for you guys?

Second question:
Shouldn't we also have REACT_APP_API_BASE_URL as env variable in the client yaml file so we don't do the port forwarding at the end (kubectl port-forward service/polling-app-server 8080:8080)?

env:
- name: REACT_APP_API_BASE_URL
value: "http://polling-app-server:8080/api"

Regards

Gabriel L. Berlot Peralta • 5 years ago

I couln't make it work on kubernetes, getting this error when try to signup "NetworkError when attempting to fetch resource", I check pods logs and I can't find the root cause.

zouabi mourad • 5 years ago

Great tutorial

Azhwani • 5 years ago

Wow what a great article! Thank you Rajeev Kumar Singh!

Anurag Gupta • 6 years ago

How to login to app

妞妞的傻小孑 • 6 years ago

Thanks a lot

Patrick Shi • 6 years ago

What a great tutorial. Thanks a lot