Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 409 Bytes

File metadata and controls

28 lines (19 loc) · 409 Bytes

       __
      / /_  ___  __  __
     / __ \/ _ \/ / / /
    / / / /  __/ /_/ /
   /_/ /_/\___/\__, /
              /____/


Run in Docker

$ docker container run -p 8000:8000 dominikbraun/hey

Run in Kubernetes

$ kubectl apply -f https://dominikbraun.io/hey.yml

Access it

hey will be available at localhost:8000.