You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# Hello Kubernetes!
2
2
3
+

4
+
3
5
This container image can be deployed on a Kubernetes cluster. When accessed via a web browser on port `8080`, it will display:
6
+
4
7
- a default **Hello world!** message
5
8
- the pod name
6
9
- node os information
@@ -9,12 +12,6 @@ This container image can be deployed on a Kubernetes cluster. When accessed via
9
12
10
13
The default "Hello world!" message displayed can be overridden using the `MESSAGE` environment variable. The default port of 8080 can be overriden using the `PORT` environment variable.
0 commit comments