Openfaas call one function from another in Multi-stage

5/28/2019

I have followed these two documents openfaas workshop ,multi-stage implementing openfaas functions on Kubernetes.

Part of multi-stage article says:

Note that the above configuration will prohibit functions from calling each other or from reaching the OpenFaaS core services.

There is role binding configuration on ingress which avoid function to call each other.

What is the solution to that can able function to call each other but secure?

-- Amir Movahedi
kubernetes
kubernetes-ingress
nginx-ingress
openfaas

0 Answers