Code Monkey home page Code Monkey logo

k8s-voting-app's Issues

need source code

I have checked the repository code, but I cannot find the source code of the application. I just want the source code so that I can understand it better. Thank you for your efforts regarding this matter.

Issue in loading the Language Vote App v3 - final step

Hi,
I had deployed backend service as a ClusterIP. And configured same clusterIp in frontend deployement as env variable.
I am able to resolve service from front end pod as well as i am able to curl the apis from front end pod.

Still web page is not loading properly it shows

please check and let us know how can we access the Vote App v3 properly and we can vote for the language.

Please find the screenshot below.
voting-app

Not able to webpage fully when backend exposed as ClusterIP

Hi,
I had deployed backend service as a ClusterIP. And configured same clusterIp in frontend deployement as env variable.
I am able to resolve service from front end pod as well as i am able to curl the apis from front end pod.

Still web page is not loading properly it shows only Language Vote App v3
© CloudAcademy ❤ DevOps 2023 v3.0.2 doesn't list any languages.

Kindly help.

Front end unable to access, Issues with load balancer health checks

Out-of-service - getting at front end load balancer

error message at LB target instance tab- Instance has not passed the configured healthy threshold number of health checks consecutively.

But for API's load balancer everything working fine.

Please help me I would like to connect with you

Waiting DNS to propagate - Frontend page is not fully being opened

{
FRONTEND_ELB_PUBLIC_FQDN=$(kubectl get svc frontend -ojsonpath="{.status.loadBalancer.ingress[0].hostname}")
until nslookup $FRONTEND_ELB_PUBLIC_FQDN >/dev/null 2>&1; do sleep 2 && echo waiting for DNS to propagate...; done
curl -I $FRONTEND_ELB_PUBLIC_FQDN
}
waiting for DNS to propagate...
waiting for DNS to propagate...
waiting for DNS to propagate...
waiting for DNS to propagate...
waiting for DNS to propagate...
waiting for DNS to propagate...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.