Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 410 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 410 Bytes

hostinfo

Simple Python microservice which returns a host info string. Accessible via curl, wget, etc. Listens on port 9898 by default, if an int is passed on the command line, that port is used instead. Particularly useful when demonstrating K8s service routing mesh operation (deploy several replicas of these, create a service for them then curl the service sequentially to see various hosts engaged).