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

Latest commit

 

History

History
9 lines (6 loc) · 595 Bytes

File metadata and controls

9 lines (6 loc) · 595 Bytes

Sample App: helloserver

The helloserver application is a small sample application designed to be used for "hello world" Istio demos.

The application consists of two services:

  1. helloserver, a tiny HTTP server written in Python. The GET / endpoint returns hello world
  2. loadgen, a Python script that can generate a configurable number of requests to helloserver. The loadgen is designed to generate observability metrics for Istio and Kiali.

For a more complex microservices example, see the Hipstershop Demo.