Get Started with Edge Orchestrator#
The installer creates the environment necessary to deploy Edge Orchestrator, bring up all necessary services, and enable edge node device onboarding.
Intel recommends using the scripted installer for Edge Orchestrator.
For specific service configurations, see the install Edge Orchestrator manually section.
System Requirement#
For system requirement, see the Open Edge Platform System Requirements section.
Prerequisites for Scripted Installation#
AWS-based DNS service, or AWS Route53 service
A Windows* PC, Linux* PC, or macOS* PC with an internet connection for AWS setup and configuration.
Any required proxy settings and network tunnels configured to enable a connection to AWS* cloud and AWS cloud-hosted resources.
Note
If you are running the install behind a firewall with a proxy, enable SOCKS and HTTPS proxy settings to install and manage the Edge Orchestrator cluster.
See an example of the proxy settings below.
export http_proxy=http://proxy-dmz.mycorp.com:912
export https_proxy=http://proxy-dmz.mycorp.com:912
export socks_proxy=proxy-dmz.mycorp.com:1080
export no_proxy=.eks.amazonaws.com,.mycorp.com,.local,.internal,.controller.mycorp.corp,.kind-control-plane,.docker.internal,localhost
Certificate requirements#
See Certificate Requirements for certificate requirements in Edge Orchestrator.
Supported AWS regions#
Edge Orchestrator must be installed to an AWS Region with at least three Availability Zones*.
You can use an AWS Region map that lists Availability Zones per region to verify that the AWS Region you plan to install to has a minimum of three Availability Zones.
The Edge Orchestrator installer will verify that the selected AWS Region has at least three Availability Zones and error out if the requirement is not met.
For Firewall configuration, see Firewall Configuration