- The example can be run through
docker-composewith 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