-
Prerequisites
-
Quick Start Guide
-
Install Kubernetes Client in order to run the steps provided in the following Quick Start Guide.
-
An already setup Kubernetes cluster. If you haven’t already setup a K8s cluster Refer the guide.
-
WSO2 subscribed users can run wso2am-latest.sh with the latest updates by providing their subscription Username and Password. If you do not possess an active WSO2 subscription already, run wso2am-ga.sh which does not require subscription credentials. Further users can acquire a subsciption by refering this link.
From this point forward the respective script (wso2am-ga.sh and wso2am-latest.sh) will be identified as SIMPLIFIED_SCRIPT
-
Download(https://github.com/wso2/kubernetes-apim/tree/3.0.x/simple/deployment-scripts) simplified Kubernetes setup (SIMPLIFIED_SCRIPT) for WSO2 API Manager.
-
In the command line, move into the directory where you have downloaded the SIMPLIFIED_SCRIPT.
-
Provide permissions for the setup file to execute by running
chmod +x SIMPLIFIED_SCRIPT
- Run the following command on your terminal. This will deploy WSO2 API Manager in your cluster.
./SIMPLFIED_SCRIPT --deploy
- Open a browser and go to
- https://<NODE_IP>:32293/carbon/
- https://<NODE_IP>:32293/publisher/
- https://<NODE_IP>:32293/devportal/
- https://<NODE_IP>:30643/analytics-dashboard/
use username: admin and password: admin as default login credentials.
Your < NODE-IP > will be provided at the end of the deployment.
- Try WSO2 API Manager by following WSO2 API Manager - Quick Start Guide.