I try to follow https://docs.wso2.com/display/MSS100/Running+as+an+MSA+Application to run petstore sample on ubuntu which is hosted on AWS. I met several issues:
- document is incorrect, it requires to download WSO2 Identity Server.
Unpack the .zip file and place the directory in the
<MSS_HOME>/samples/petstore/deployment/packs
directory. In fact, the petstore.sh requires DAS 3.0. Just put wso2das-3.0.0.zip into<MSS_HOME>/samples/petstore/deployment/packs
. The script will unzip it. - kubectl. This script is not put into path, and cause it cannot be executed when script changes to another folder.
- cannot create docker, seems Creating Kube-System Namespace, Kube-DNS, Kube-UI
error: couldn't read version from server: Get http://localhost:8080/api: EOF
error: couldn't read version from server: Get http://localhost:8080/api: EOF
error: couldn't read version from server: Get http://localhost:8080/api: EOF
error: couldn't read version from server: Get http://localhost:8080/api: EOF
error: couldn't read version from server: Get http://localhost:8080/api: EOF