Kubernetes-Workshop icon indicating copy to clipboard operation
Kubernetes-Workshop copied to clipboard

Results 3 Kubernetes-Workshop issues
Sort by recently updated
recently updated
newest added

the line "autoscaling:DescribeLaunchConfigurations", appears 2 times

Change Docker image tag to pageview-v2, which contains the code to fetch the visitor counter from Redis, see code of the image: https://github.com/PacktWorkshops/Kubernetes-Workshop/blob/master/Chapter01/Activity1.01/pageview-modified/main.go

`CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o main` main.go:8:9: cannot find package "github.com/go-redis/redis/v7" in any of: /usr/local/go/src/github.com/go-redis/redis/v7 (from $GOROOT) /home/adam/go/kind/src/github.com/go-redis/redis/v7 (from $GOPATH)