Kubernetes Operator

Ping Pong between HTTP Servers

View Codebase »

Example of simulated peering between http servers using a Kubernetes Operator

Built With

Getting Started

View the setup.md in the repository for prerequisites and installation.

Usage

Run the deployment step, and verify the deployment using kubectl. The pod should run the http server and communicate with the other pods running the same type of http server. Every time a server pings, the responding server will log “pong”.