Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't deploy locally (07-deploying-demo-application) #14

Open
vigneshs-dev opened this issue Dec 28, 2024 · 0 comments
Open

Can't deploy locally (07-deploying-demo-application) #14

vigneshs-dev opened this issue Dec 28, 2024 · 0 comments

Comments

@vigneshs-dev
Copy link

Hi @sidpalas ,

Thankyou so much for this wonderful tutorial. I understood kubernetes very clearly only using your tutorial. On deploying the application, I came across a major problem in the part 07.

By following the part 06, I am able to make the demo application run locally without any problem. I am able to get the output in the client frontend app having both golang and node api.

But, when I try to deploy using part 07, the client frontend part won't get connect with backend api. On debugging more that two weeks, I can't find the solution. I am able to store the api data in database perfectly. The golang and node api were accessed correctly by port forwarding them. The main culprit was the traefik ingress controller. The logs in the traefik pod is:

 time="2024-12-28T19:16:32Z" level=info msg="Configuration loaded from flags."
 time="2024-12-28T19:18:10Z" level=error msg="subset not found for demo-app/api-golang" providerName=kubernetescrd ingress=api-golang namespace=demo-app
 time="2024-12-28T19:25:59Z" level=error msg="subset not found for demo-app/api-golang" providerName=kubernetescrd ingress=api-golang namespace=demo-app 
 time="2024-12-28T19:25:59Z" level=error msg="subset not found for demo-app/api-node" ingress=api-node namespace=demo-app providerName=kubernetescrd 
 time="2024-12-28T19:25:59Z" level=error msg="subset not found for demo-app/client-react-nginx" providerName=kubernetescrd ingress=client-react-nginx namespace=demo-app 
 

In the tutorial, You have clearly explained the steps to deploy this in Google Cloud. But, I don't have the account in Google Cloud. Can you please help me to deploy this in my system locally ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant