~xdavidwu/cskloudv3-thesis

cskloudv3-thesis/Sections/0.2.Abstract_chinese.tex -rw-r--r-- 1.6 KiB
b4127bf2Pinghao Wu appendix: survey: describe design 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\begin{center}
    \large
    \begin{singlespace}    
        \textbf{\chineseTitle{}} \\[0.5cm]
    \end{singlespace}

    \begin{singlespace}    
    學生:\studentCnName  \hspace{2.5cm}  指導教授:\advisorCnName \hspace{0.1cm} 博士 \\

    \ifdefined\advisorCnNameB % 如果有共同指導教授
        \hspace{9.6cm}  \advisorCnNameB ~ 博士 \\
    \fi
    \end{singlespace}

    \vspace{0.5cm}

    國立陽明交通大學\ \NameofDepartmentInstituteCN\ \iftoggle{iamphd}{博士班}{碩士班} \\[0.5cm]
    \textbf{\hspace{1cm}} \\[0.5cm]

\end{center}

\normalsize

國立陽明交通大學資工系資訊中心基於輔助系上發展的立場,同時為了減輕教授與實驗室架設伺服器上的軟硬體負擔,希望提供一個可以快速建置動態內容網頁的代管平台。考量到平台通用性與運行成本,在此方面容器技術具有相當優勢,其中又以 Kubernetes 最為代表,具備各式高擴展性功能,並提供一標準 API 界面,使應用部屬流程更為廣泛通用。

本篇論文將探討如何基於 Kubernetes Namespace 設計多租戶架構,建構出具有資源配額的 Kubernetes-as-a-Service (KaaS) 平台,充分運用 Kubernetes 內建及自訂 admission control 邏輯以改善其安全性;同時為其設計易用的網頁界面,並將網頁界面的核心功能以通用型 Kubernetes 客戶端開放原始碼釋出。

\vspace{1cm}

% 中文摘要及關鍵詞 5-7 個 
\noindent 關鍵字:\textbf{Kubernetes}\textbf{KaaS}\textbf{存取控制}\textbf{網頁代管}\textbf{開放原始碼}\textbf{operator pattern}