examples
examples copied to clipboard
Kubernetes application example tutorials
The image reference `gcr.io/google-samples/gb-frontend:v4` in [`guestbook/frontend-deployment.yaml`](https://github.com/kubernetes/examples/blob/master/guestbook/frontend-deployment.yaml) is invalid, the tag doesn't seem to exist (anymore). After checking on gcr, it looks like there are no tags at all for `gb-frontend`,...
https://guidebooks.google.com/online-security/protect-your-google-account/google-security-tools
Links died because of domain expirations, switching to archive.org links.
Hi thanks for the examples! I wonder how can we make `redis` suitable for automated deploy / helm chart? Now it requires a lot of manual intervention... Humans need to...
The example https://github.com/kubernetes/examples/tree/master/staging/volumes/nfs works fine if the container using nfs mount is running as root user. If I use securityContext to run not as root user then I have no...
There are two issues: - Docker build fails: ```shell => ERROR [stage-0 2/5] RUN go get github.com/codegangsta/negroni github.com/gorilla/mux github.com/xyproto/simpleredis 4.5s ------ > [stage-0 2/5] RUN go get github.com/codegangsta/negroni github.com/gorilla/mux github.com/xyproto/simpleredis:...
sync frome https://raw.githubusercontent.com/kubernetes/website/main/content/en/examples/application/guestbook/frontend-deployment.yaml
While creating docker image of guestbook go, We encountered an error regarding the simpleredis reposity. Modified and changed it to the v2 of repo. The DockerImage is created successfully now....