I was fooling around with FN and so far it looks pretty need. Just one thing I couldn't really find in the documentation concerns the deployment to a production cluster.
I saw that a normal function deployment would be done via fn deploy
. This would always deploy to localhost:8080 as far as I can see. But how about in a production cluster?
Let's say there is a running cluster on a different port. How would you deploy a function to a certain cluster? Does it spread manually? How is this managed?
Thanks a lot in advance.