Book Image

Learning VMware NSX

By : Ranjit Singh Thakurratan
Book Image

Learning VMware NSX

By: Ranjit Singh Thakurratan

Overview of this book

<p>VMware NSX is the network virtualization and security platform that emerged from VMware. It is a platform for the software-defined data center. This software networking platform allows complex networking topologies to be deployed programmatically in seconds. SDNs allow ease of deployment, management, and automation in deploying and maintaining new networks while reducing and in some cases completely eliminating the need to deploy traditional networks.</p> <p>In Learning VMware NSX, you will see some of these features of SDN and explore VMware NSX, starting with network virtualization. We’ll then walk you through the components of NSX and provide step-by-step instructions to help you install and configure NSX. We also cover all the functional services of NSX, edge services gateway, service composer, and data security. In addition, we’ll teach you to integrate partner solutions with NSX. Finally, we show you how to manage your NSX deployment and monitor NSX.</p>
Table of Contents (16 chapters)
Learning VMware NSX
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
9
Conclusion
Index

Logical Edge load balancers


Load balancers allow network traffic to be balanced across multiple servers to increase performance and also allow a high availability of services. This distribution of an incoming service among multiple servers is transparent to the end users, which makes the deployment of load balancers a critical component in any environment.

Note

A good use case for load balancers for further reading—http://cloudmaniac.net/load-balance-vmware-psc-with-nsx/.

ESG offers logical Edge load balancers that allow you to utilize the load balancing functionality and distribute incoming traffic across multiple virtual machine instances.

An ESG instance must be deployed in order to enable the load balancer service. There are multiple steps in configuring a load balancer service that begins with enabling the service, followed by configuring the application profile to define the behavior based on traffic type. Once these are defined, you will create a service monitor to enable a health check...