Sign inSign up

ikubernetes/demoapp

By ikubernetes

Updated over 2 years ago

Kubernetes demo app~

Image
Web servers
4

100K+

ikubernetes/demoapp repository overview

《Kubernetes进阶实战(第2版)》配套使用的应用镜像;

v1.x

命令格式
  • listening on 0.0.0.0:80, "-p|--port <port>", "-v", "-h|--host <ADDRESS>"
可用的URL
  • GET /
  • GET /hostname
  • GET /user-agent
  • GET /configs
  • GET and POST /livez,POST请求可接收livez参数
  • GET and POST /readyz,POST请求可接收readyz参数
环境变量
  • DEPLOYENV and RELEASE.
  • HOST:监听的地址,默认为0.0.0.0
  • PORT:监听的端口,默认为0.0.0.0

v2.x

改动提示:支持使用环境变量VERSION定义程序版本号;

命令格式
  • listening on 0.0.0.0:80, "-p|--port <port>", "-v", "-l|--host <ADDRESS>"
可用的URL
  • GET /
  • GET /hostname
  • GET /user-agent
  • GET /configs
  • GET /api/get_service
  • GET and POST /livez,POST请求可接收livez参数
  • GET and POST /readyz,POST请求可接收readyz参数
环境变量
  • DEPLOYENV and RELEASE.
  • HOST:监听的地址,默认为0.0.0.0
  • PORT:监听的端口,默认为0.0.0.0
  • VERSION: 应用的版本号,即自定义要使用版本号
  • APP_NAME: 服务的名称
马哥教育 倾情制作~

Tag summary

Content type

Image

Digest

sha256:9b81cd393

Size

36.9 MB

Last updated

over 2 years ago

docker pull ikubernetes/demoapp:v2.1