Use this topic to prepare to deploy Domino on Amazon Elastic Kubernetes Service (EKS). EKS is hosted on Amazon Web Services (AWS).
fleetcommand-agent-install.sh deploys Domino.
You need to download the script and specify the version of your Domino release when running the script. See fleetcommand-agent-install.sh Downloads for more details.
To install and configure Domino in your AWS account you must have:
-
An AWS Cloud Development Kit (CDK) project.
-
quay.io
credentials provided by Domino. -
A SSL certificate for your domain in AWS Certificate Manager (ACM).
-
An Elastic Compute Cloud (EC2) key pair for SSH connections with Linux bastion hosts.
-
A Unix or Linux terminal with the following:
-
Node.js installed.
-
Python3 installed.
-
Amazon Web Services Command Line Interface (AWS CLI) installed.
-
Note
|
The fleetcommand-agent installer requires k8s' cluster-admin role in order to apply all the needed resources. For more information, see kubernetes.io - Using RBAC Authorization.
|
To verify that the tools were installed correctly, run the following:
node --version
python3 --version
Tip
| Domino recommends Python version 3.9.0 or higher. |