Giter Site home page Giter Site logo

Comments (7)

stefanprodan avatar stefanprodan commented on August 14, 2024 1

@bcelenza I've updated the issue with the curl command.

from aws-app-mesh-controller-for-k8s.

bcelenza avatar bcelenza commented on August 14, 2024

Can we standardize on the command we use for health checking? Here's what we are adding to the public docs and example repos (just now updated for v1.9):

aws/aws-app-mesh-examples#115
awsdocs/aws-app-mesh-user-guide#3

from aws-app-mesh-controller-for-k8s.

stefanprodan avatar stefanprodan commented on August 14, 2024

Does the AWS Envoy fork has curl installed in the container? The official image has only wget.

from aws-app-mesh-controller-for-k8s.

stefanprodan avatar stefanprodan commented on August 14, 2024

Hmm looks like the App Mesh Envoy image has curl installed while the official Envoy has wget.

App Mesh Envoy:

kubectl -n test exec -it ingress-646fd6d8bd-pl2pr -c envoy sh
sh-4.2$ curl
curl: try 'curl --help' or 'curl --manual' for more information
sh-4.2$ wget
sh: wget: command not found

Official Envoy:

kubectl -n test exec -it ingress-646fd6d8bd-pl2pr -c ingress sh
/ # curl
sh: curl: not found
/ # wget
BusyBox v1.28.4 (2018-12-06 15:13:21 UTC) multi-call binary.

from aws-app-mesh-controller-for-k8s.

kiranmeduri avatar kiranmeduri commented on August 14, 2024

See ECS example for reference https://github.com/aws/aws-app-mesh-examples/blob/master/walkthroughs/howto-grpc/app.yaml#L250

from aws-app-mesh-controller-for-k8s.

fawadkhaliq avatar fawadkhaliq commented on August 14, 2024

Readiness probe has been added here: #325

from aws-app-mesh-controller-for-k8s.

haksuuuuuu avatar haksuuuuuu commented on August 14, 2024

Hi, Even if It looks solved, I suffered same issue today.

I followed app mesh workshop and the command for app mesh controller install looks not special.
(https://www.eksworkshop.com/intermediate/330_app_mesh/install_app_mesh_controller/install_controller/)
스크린샷 2021-07-17 오후 8 53 21

from aws-app-mesh-controller-for-k8s.

Related Issues (20)

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.