A guide to installing and setting up ale on an GCP GKE cluster.
Use the followingkubectl
command to installale
.
Running
, the installation is complete.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.
By default, ale uses mongodb
deployed as a StatefulSet in the cluster. If you want to use another database, execute the following commands: