Installation Options

API Manager and Micro Integrator provide a wide range of installation options for deployments.

  1. Kubernetes(Helm)
  2. Docker/Docker Compose
  3. Ansible
  4. Puppet
  5. AWS CloudFormation

1. Kubernetes (Helm)

You can follow the guides available in https://github.com/wso2/kubernetes-apim in order to deploy API Manager and Micro Integrator Kubernetes and Helm artifacts.

2. Docker/Docker Compose

You can follow the guides available in https://github.com/wso2/docker-apim in order to deploy API Manager and Micro Integrator Docker artifacts.

3. Ansible

You can follow the guides available in https://github.com/wso2/ansible-apim in order to deploy API Manager and Micro Integrator using Ansible artifacts.

4. Puppet

You can follow the guides available in https://github.com/wso2/puppet-apim in order to deploy API Manager using Puppet artifacts.

5. AWS CloudFormation

You can follow the guides available in https://github.com/wso2/aws-apim in order to deploy API Manager and Micro Integrator using AWS CloudFormation templates.

Top