Api platform for Kubernetes >

Open Source Instructions

Prerequisites:

Instructions

1

Add the WSO2 APK Public Helm repository.

helm repo add wso2apk https://github.com/wso2/apk/releases/download/1.0.0

If you don't have a WSO2 user account, we've created one and sent you the details. If you already have an account, just use your existing credentials.

2

Update the local Helm repository.

helm repo update 
3

Install the WSO2 APK Helm Chart.

helm install wso2-apk wso2apk/apk-helm --version 1.0.0 
4

Check that all pods related to the deployment are installed properly.

kubectl get pods 
5

Here’s a step-by-step guide to create, deploy, and invoke an API.

https://apk.docs.wso2.com/en/latest/get-started/quick-start-guide/

6

To uninstall the platform, run the following command.

helm uninstall wso2-apk