mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-03 09:06:26 +00:00
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
|