Skip to content

nbrandaleone/k8s-demo-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8s Demo App

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

The application is also published as a container image nbrand/k8s-demo-app:0.1

Note: This app is based off the following repo, originally written for GCP: https://github.com/stepanstipl/k8s-demo-app

screenshot

Deployment

See deployment.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 EKS/K8s demos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 71.2%
  • HTML 17.6%
  • Dockerfile 8.9%
  • CSS 2.3%