Install ale Components
Use the followingkubectl
command to installale
.
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: