retail-store-sample-app
retail-store-sample-app copied to clipboard
💼 Sample application for demonstrating container platforms and related technology
Currently the catalog is immutable unless directly updating the SQL database. There are use-cases where it is valuable to be able to update the catalog, for example to show changes...
The catalog component has no automated tests which makes it difficult to assess changes and package upgrades. Implement integration tests that can be run as part of CI and locally....
Each application component in the architecture exports Prometheus metrics. Create a Grafana dashboard for each component that shows relevant metrics (for example: heap metrics in Java). These should be stored...
Any time a component is updated is should be subject to a Trivy scan to ensure that no issues are being introduced. Can likely leverage: https://github.com/aquasecurity/trivy-action
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 25.0.6+incompatible. Release notes Sourced from github.com/docker/docker's releases. v25.0.6 25.0.6 For a full list of pull requests and changes in this release, refer to the relevant...
Bumps [requirejs](https://github.com/jrburke/r.js) from 2.3.6 to 2.3.7. Commits 1874a29 Rev to 2.3.7 152f450 Merge pull request #1016 from requirejs/jr/1854-pollution ecc356a Fixes requirejs/requirejs#1854, pollution acec536 SECURITY.md See full diff in compare view...
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.16 to 2.0.18. Release notes Sourced from artillery's releases. Artillery v2.0.18 CLI Metrics reported for dynamic URLs are grouped by default now (artilleryio/artillery#3264) - docs Playwright Upgrade...
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.2.5 to 3.3.2. Release notes Sourced from org.springframework.boot:spring-boot-starter-parent's releases. v3.3.2 :lady_beetle: Bug Fixes No configuration property for defaultTimeout setting that was introduced in Spring Integration 6.2 #41521...
chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.3.1 to 3.3.2 in /src/ui
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.3.1 to 3.3.2. Release notes Sourced from org.springframework.boot:spring-boot-starter-parent's releases. v3.3.2 :lady_beetle: Bug Fixes No configuration property for defaultTimeout setting that was introduced in Spring Integration 6.2 #41521...
These are the steps I have followed: - started a minikube cluster (checked it's running) - applied the _**deploy.yaml**_ file by running ``` kubectl apply -f https://raw.githubusercontent.com/aws-containers/retail-store-sample-app/main/dist/kubernetes/deploy.yaml kubectl wait --for=condition=available...