Phil Winder
Phil Winder
The dependencies listed in the go.mod are pointing to azure libraries that have interfaces that goofys won't work with. This PR updates the code to use the correct interfaces (I...
Hi @kahing and @dotslash, I'm currently doing some work for a client of mine and some of it is historically using goofys. Whilst doing some new work I got stuck...
Hi there. I wasn't able to download and install the linux binaries properly on Alpine linux. I've created a Dockerfile to recreate the problem. ```Dockerfile FROM alpine:3.8 RUN apk add...
Write another blog post (as a part of a series with the other blog posts) about prometheus and the integration with sock shop. More focus should be placed on sock...
Write a blog about how we use kubernetes in the sock shop.
To decouple the front-end from the services, we should use an api gateway. Example: https://spring.io/blog/2015/01/28/the-api-gateway-pattern-angular-js-and-spring-security-part-iv
Write a blog post on about how FluentD works, how it integrates with sock shop and what affect it has on the application as a whole. Bear in mind that...
Write a blog post on about how OpenTracing works, how it integrates with sock shop and what affect it has on the application as a whole. Bear in mind that...
Shouldn't be a hardcoded value. - [ ] Add an endpoint to the shipping service to calculate shipping costs. - [ ] Update other services to use endpoint, rather than...