Install Knative in a docker container. Intended for developing and testing purposes
Install the following software:
Install the full stack with a single command:
./1-create-kubernetes-cluster.sh && \
./2-install-istio-lean.sh && \
./3-install-knative-serving.sh && \
./4-install-sample-function.sh
Try to invoke the sample function
curl http://hello.default.127.0.0.1.nip.io
Clean up with:
./5-delete-cluster.sh