Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 376 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 376 Bytes

finagle-helloworld

finagle-helloworld

Build instructions

  • The example can be run through docker-compose with the following command
docker-compose -f docker/docker-compose.yml run finagle-client
  • The kubernetes manifests are created through kustomize by converting the docker-compose file
cd docker
kompose convert
mv *.yaml ../kubernetes