We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
How can i see host of this database deploy kubenets
Good article, works like charm in minikube! Do you have a similar blog on deploying the same on K8s in AWS or any cloud?
Great job mate !
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
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.
Great tutorial
Wow what a great article! Thank you Rajeev Kumar Singh!
How to login to app
Thanks a lot
What a great tutorial. Thanks a lot
Great!!!!!!thank you!!!!!