Overview

Personal Webpage Overview (4).png

Introduction

Project MOKU focuses on dynamically provisioning IT infrastructure and deploying software based on user requirements. Before this project, AI researchers with limited knowledge of IT infrastructure faced significant challenges in setting up hardware and software environments in the cloud. These challenges resulted in two main problems:

  1. Researchers were often allocated more computing resources than necessary, leading to inefficiency.
  2. Setting up the desired virtual environments on allocated resources was time-consuming for each researcher.

To address these issues, I leveraged Terraform and Kubernetes to dynamically provision infrastructure and virtual environments tailored to the needs of AI researchers, based on web-based user input. This approach significantly improved development efficiency while reducing costs.

Task

Approach