Full documentation can be found here: Netskope Cloud Exchange
- Currently, CE is not supported on macOS.
- Python ~ Version mentioned in below documentation
- Docker/Podman along with Docker compose/podman-compose
- Zip (For the diagnose script and for upgrade/migration process)
- Please see the full documentation for scale numbers.
- Clone repository to volume with requisite 20 GB of storage
a.mkdir netskope
b.cd netskope
c.git clone https://github.com/netskopeoss/ta_cloud_exchange
Note: To use the beta branch use.git clone -b beta https://github.com/netskopeoss/ta_cloud_exchange - Checkout the Desired Version.
Before proceeding, checkout the desired version of the repository. For example, to checkout version 6.1.0:
a.git checkout v6.1.0 - Execute the setup script:
a.sudo ./setup - Launch Cloud Exchange
a.sudo ./start - Open Browser to
http(s)://<host ip address>
Note: If you want to add your SSL certificate, you can add them to the ta_cloud_exchange/data/ssl_certs directory. The name of the certificate file should be cte_cert.crt and cte_cert_key.key
- Download the latest version of OVA from this link.
- Upgrade Cloud Exchange Deployment to latest version follow the steps mentioned in Upgrade documentation.
- Migrate Cloud Exchange Deployment to latest version follow the steps mentioned in Migration documentation.
- Please refer Troubleshooting and FAQs Guide.