https://github.com/katsew/kodama
Go echo client/server application for testing connectivity of servers(and containers) with ease.
https://github.com/katsew/kodama
docker docker-image echo-client echo-server go golang
Last synced: 18 days ago
JSON representation
Go echo client/server application for testing connectivity of servers(and containers) with ease.
- Host: GitHub
- URL: https://github.com/katsew/kodama
- Owner: katsew
- Created: 2017-11-29T16:03:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T11:56:36.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T06:54:44.871Z (over 1 year ago)
- Topics: docker, docker-image, echo-client, echo-server, go, golang
- Language: Go
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kodama
Simple echo client/server application for testing connectivity of containers(or k8s pods) with ease.
# Docker image
docker pull katsew/kodama:latest
# Usage
```
kodama [protocol] [launchType]
e.g. kodama http server
```
## Supported protocol
- http
- grpc
## Launch types
- client
- server
# Development
```
go get github.com/katsew/kodama
```
# License
MIT