Giter Site home page Giter Site logo

echo-k8s-pods's Introduction

Echo Pods for Kubernetes

Build Status

tcp

$ docker run -p 9000:9000 rekzi/tcp-echo -version v1
2019/04/09 17:05:03 Server is starting...
2019/04/09 17:05:03 listening on port [::]:9000 with prefix: v1
$ echo "" | nc localhost 9000                                                                                                         Di 09 Apr 2019 19:03:32 CEST
v1

http

$ docker run -p 8080:8080 rekzi/http-echo -version v1
2019/04/07 15:04:45 Server is starting...
2019/04/07 15:04:45 Server is ready to handle requests at :8080 
$ curl localhost:8080
v1

$ curl localhost:8080/showRequest -X POST -H "TestHeader: test1111111111111" -H "Content-Type: application/json" --data '{"value": "my_password"}' 
POST /showRequest HTTP/1.1
Host: localhost:8080
Accept: */*
Content-Length: 24
Content-Type: application/json
Testheader: test1111111111111
User-Agent: curl/7.61.0
{"value": "my_password"}

prometheus endpoint

$ curl -s localhost:8080/metrics | grep http_echo                                                                                     Di 09 Apr 2019 19:07:01 CEST
# HELP http_echo_requests_processed_total The total number of processed events
# TYPE http_echo_requests_processed_total counter
http_echo_requests_processed_total 42

echo-k8s-pods's People

Contributors

christianwoehrle avatar r3kzi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.