AWS EKS
Installation of ale
A guide to installing and setting up ale on an AWS EKS cluster.
Install ale Components
>Use the following kubectl
command to install ale
.
You can verify the completion of the deployment using the following command. If all STATUS fields show Running
, the installation is complete.
Depending on the cluster conditions, the installation may take some time.
If the STATUS does not change to Running
after a long period or if the pod fails to start, use the command kubectl describe pod <pod name> -n ale
to identify the specific cause.
Database Configuration (Optional)
> By default, ale uses mongodb
deployed as a StatefulSet in the cluster. If you want to use another database, execute the following commands:
- For MongoDB Atlas: