Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 455 Bytes

File metadata and controls

16 lines (13 loc) · 455 Bytes

Kubernetes tests - Applications - echo-client

description

Kind of reverse-proxy written in Golang to echoes all messages received tughour exposed via REST APIs

ports

  • 7001 rest apis
  • 7090 rest apis for kubernetes probes

rest apis

  • port 7001
    • GET /echo echo default message "Hello Wolrd"
    • GET /echo/{msg} echo back incoming message
  • port 7090
    • GET /live kubernetes liveness probe
    • GET /ready kubernetes readyness probe