Pulse Secure Virtual Traffic Manager and Load Balancer
981
This is a Docker container variant of Pulse Secure's Virtual Traffic Manager product. See www.pulsesecure.net for more information about the Virtual Traffic Manager. Detailed deployment instructions are available at www.pulsesecure.net/techpubs/Pulse-vADC-Solutions/Pulse-Virtual-Traffic-Manager/18.3
This container is based on Ubuntu 16.04.
To log in to Docker Hub from your Docker host, run the command:
$ docker login
Provide your user credentials when prompted.
To deploy the Traffic Manager with access to the host machine's networking so that you can use Traffic IP groups, run the following command on your Docker host:
$ docker run --name=<container_name> \
-e ZEUS_EULA=accept \
-e ZEUS_PASS=<password> \
--privileged \
--init \
-t \
-d \
pulsesecure/vtm:<version>
In the above command, set <container_name> to a suitably descriptive name for the container, to your chosen admin password, and to the traffic manager version number (for example, 18.3).
"ZEUS_EULA=accept" indicates that you accept the Pulse Secure license agreement at www.pulsesecure.net/support/eula. You must include this argument to deploy and use the traffic manager software.
The container uses ports TCP:9070, TCP:9080, TCP:9090, UDP:9080, and UDP:9090. To access the Admin UI, use TCP port 9090. To specify a DNS search path for your instance, use the "--dns-search
" argument. For example, --dns-search example.com.To attach to the Traffic Manager container, use the following command:
$ docker exec -i -t <container ID> /bin/bash
To locate the correct , use the docker ps command to list all containers and their associated identifiers.
Traffic Manager deployments in Docker consist of a Linux/UNIX container image, with the Traffic Manager software product variant installed within.
If you do not provide a valid license key, or if your license key expires, the Traffic Manager operates with a built-in Community Edition license which doesn't entitle the user to support. Community Edition operates with full functionality, but with a maximum bandwidth of 10Mb/sec and a maximum cluster size of 4 instances.
To make changes to your Traffic Manager license, refer to the Pulse Secure Virtual Traffic Manager: Software Installation and Getting Started Guide. For further questions about licensing, or to obtain license keys, contact Pulse Secure's Sales Department.
Content type
Image
Digest
Size
352.8 MB
Last updated
almost 8 years ago
docker pull pulsesecure/load-balancer