Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.05 KB

3_leaderboard_cluster.md

File metadata and controls

15 lines (10 loc) · 1.05 KB

Leaderboard cluster

As explained in the previous sections, the first topic to discuss in depth is the design and implementation of the Leaderboard cluster.

Using eksctl, a cluster can be created inside the AWS infrastructure, where the rest of the AWS tools will have access to it. To define the specific of the cluster, eksctl requires a configuration file with information about the cluster instances, their permissions, and setup.

With that, the bare bones of the cluster will be prepared. However, there are still several items missing to be created, for a smoother usage of the cluster.

Note that both versions of the Leaderboard will each have their own cluster, and this was a conscious choice to avoid blocking all the submission pipeline in the case of an unforseen failure.

  1. Custom AMI
  2. Configuratioon file
  3. Creation of the cluster
  4. Saving the logs
  5. Manage cluster access