Skip to content

stepanstipl/k8s-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8s Demo App

Simple web application that displays a simple message and information about Pod, GKE Cluster, GKE Node and Zone serving the request.

The application is also published as a container image quay.io/stepanstipl/k8s-demo-app

screenshot

Deployment

See deploy.yaml for simple deployment example.

The application exposes health-check /healthz endpoint.

Configuration

Serving port (defaults to 8080) can be parametrised using the -listen-addr flag or K8S_DEMO_APP_LISTEN_ADDR environment variable.

Displayed message can be parametrised by setting the K8S_DEMO_APP_MESSAGE variable.

About

Simple web app for GKE/K8s demos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published