-
Notifications
You must be signed in to change notification settings - Fork 4
Load Balancer
If you do not use Photon Controller's load balancer (HAProxy), you might want to set up your own. Here is some information for you.
Port 9000: Photon Controller uses Port 9000 for unauthenticated connections to the RESTful API.
Port 80: If Photon Controller is set up without using Lightwave authentication, Photon Controller uses Port 80 for HTTP connections to the web interface. It is not recommended to use Photon Controller without authentication.
Port 4343: Photon Controller uses Port 4343 for HTTPS connections to the web interface when Photon Controller is set up to use Lightwave authentication.
Port 443: Photon Controller uses Port 443 for command-line and API HTTPS connections when Photon Controller is set up to use Lightwave authentication.
Host
: The Host
header is used for constructing URIs in the REST
API to ensure the URIs match the incoming host name or IP address.
X-Forwarded-Proto
: The X-Forwarded-Proto
header is used for
constructing URIs in the REST API to ensure the URIs match the
incoming protocol.
- Home
- Installation Guide
- Download Photon Controller
- Release Notes
- User Guide
- Installation and Setup
- Administration and Operations
- Command-Line Cheat Sheet
- Overview of Commands
- Authenticating Multitenant Users and Groups
- Authorization Model
- Connecting to the Load Balancer and Logging In
- Tenants, Quotas, and Projects
- Creating Tenants, Projects, and Quotas
- Working with Tenants
- Creating a Project
- Uploading Images
- Creating Images
- Replicating Images in Datastores
- Creating Flavors
- Working with Virtual Machines
- Using a Photon OS VM
- Creating a Network
- Performing Host Maintenance
- Working with ESXi Hosts
- Configuring Your Own Load Balancer
- Troubleshooting
- Deploying Clusters
- Integration
- API
- Information for Developers
- References
- Legal