Docker and kubernetes : deploying speech recognition system for scalability

This project aims to provide a robust solution for deploying an existing automatic speech recognition (ASR) system. The deployment solutions will enable the system to handle multiple requests concurrently and support dynamically changing workload. The deployment solution is constructed using contain...

Full description

Saved in:
Bibliographic Details
Main Author: Ma, Xiao
Other Authors: Chng Eng Siong
Format: Final Year Project
Language:English
Published: Nanyang Technological University 2021
Subjects:
Online Access:https://hdl.handle.net/10356/148041
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:This project aims to provide a robust solution for deploying an existing automatic speech recognition (ASR) system. The deployment solutions will enable the system to handle multiple requests concurrently and support dynamically changing workload. The deployment solution is constructed using containerisation deployment technology: Docker and Kubernetes. The solution is implemented on Amazon Web Service (AWS) cloud platform and mainly use Elastic Kubernetes Service (EKS) on the platform. The solution ensures the auto-scaling of the system and even load balancing between the requests to computational resources to provide higher availability, and ensures the security of the application and the computational resources. This report will present the solution in terms of the designed architecture diagram, detailed illustration of important components and the implementation steps. The report will also demonstrate the experiments result that showing the performance of the solution and evaluate the cost to implement the solution.