This is a sample krakend api gateway that shows how to use KrakenD Flexible configuration and writing custom plugin.
Build docker image:
docker build . -t krakend-gw:1.0.0
Deploy to k8s:
kubectl apply -f deployment.yaml
kubectl apply -f service.yaml