We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b436c72 commit fbcfd29Copy full SHA for fbcfd29
server.js
@@ -26,7 +26,7 @@ var handleRequest = function(request, response) {
26
if(!isRedisConnected){
27
str = "REDIS NOT CONNECTED.";
28
}
29
- response.end('Hello World! This is Node running on Kubernetes.\n\n' + str);
+ response.end('Hello k8s World! This is Node running on GKE.\n\n' + str);
30
};
31
var www = http.createServer(handleRequest);
32
www.listen(8086);
0 commit comments