- 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. This will remove the
px-finagle
namespace, which must be updated manually.
cd kubernetes
kompose convert -f ../docker/docker-compose.yml