GithubHelp home page GithubHelp logo

eks-blueprints-workloads's Issues

[DOC/Code Update] The SSP Quickstart guide integration with this repo does not work out of box

Reproduce Steps:
Go through SSP QuickStart guide https://aws-quickstart.github.io/ssp-amazon-eks/getting-started/ and use the example under section Deploy workloads with ArgoCD

Expect Behaviors:
The command
kubectl port-forward svc/guestbook-ui -n team-burnham 4040:80
work as described

Actual Behavior:
The command fail with resources not found

Analyze:
If going into ArgoCD and check, following error happen on team-burnham
github.com_aws-samples_ssp-eks-workloads/teams/team-burnham/dev/Chart.yaml: no such file or directory

The problem is under team-burnham, it is not using template, but rather direct deployment yaml in default branch

That file seem to be deploy nginx, which seem not correct (if compare to the other team folder).

There is a branch with different implementation
https://github.com/aws-samples/ssp-eks-workloads/blob/bugfix/update-repo-target/envs/dev/templates/team-burnham.yaml

Possible suggestions for fix:

  1. If the default yaml is used (no helm), than may consider to modify to not use as helm
    https://github.com/aws-samples/ssp-eks-workloads/blob/main/envs/dev/templates/team-burnham.yaml

  2. Bring the branch with the fix "bugfix/update-repo-target" into main

After discuss with @askulkarni2 , thought it is better to create an issue to start discussion on how should approach this to ensure SSP quickstart guide is more accurate and work correctly out of box

  1. [Workaround] Fix within SSP Getting Start guide to change app-dev to use that branch bugfix/update-repo-target instead of default main branch

argocd app create dev-apps --dest-namespace argocd --dest-server https://kubernetes.default.svc --repo https://github.com/aws-samples/ssp-eks-workloads.git --path "envs/dev" --revision "bugfix/update-repo-target"

Or just update existing stack

argocd app set dev-apps --dest-namespace argocd --dest-server https://kubernetes.default.svc --repo https://github.com/aws-samples/ssp-eks-workloads.git --path "envs/dev" --revision "bugfix/update-repo-target"

  1. [Workaround] Fix within SSP Quick start guide to use other team
    As following team is working in main branch
    https://github.com/aws-samples/ssp-eks-workloads/tree/main/teams/team-riker/dev
    Update the guide to use
    kubectl port-forward svc/guestbook-ui -n team-riker 4040:80

After discuss with @askulkarni2 , thought it is better to create an issue to start discussion on how should approach this to ensure SSP quickstart guide is more accurate and work correctly out of box

3 and 4 is not recommended as they are just workaround, but thought to bring to tables also

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.