
This example shows a simple two tier setup in Kubernetes, and simply prints the environment information that each pod sees. Querying the service multiple times will show services at work load balancing requests.
3 lines
32 B
Docker
3 lines
32 B
Docker
FROM golang:onbuild
|
|
EXPOSE 8080
|