guaychou / podinfo

For educational and golden metrics test with services mesh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pod Info

For educational purpose and learn golden metric in service mesh

Endpoint

  • /
  • /notfound
  • /internalservererror

Response

  • Ok
{
  "code": 200,
  "hostname": "system-76",
  "message": "Hello world !"
}
  • Not Found
{
  "code": 404,
  "hostname": "system-76",
  "message": "Uhh ohh, not found !"
}
  • Service Unavailable
{
  "code": 503,
  "hostname": "system-76",
  "message": "Uhh ohh, service is unavailable"
}

About

For educational and golden metrics test with services mesh


Languages

Language:Rust 95.4%Language:Dockerfile 4.6%