Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 637 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 637 Bytes

2021 KHU DCPRG assignment#2


making k8s pod network


1. 개요

본 repo는 2021년 1학기 경희대학교 데이터센터 프로그래밍 과목의 3번쩨 과제물입니다.

2. 구성

  1. front-end : SpringBoot mustache (HTML, CSS, JS), BootStrap, jQuery
  2. Back-end : SpringBoot
  3. DB : Mysql
  4. Infra : Docker, k8s
  5. development env : Mac OS

3. 특징

kubernetes의 deployment 및service 기능을 활용하기 위해 yaml 파일을 작성했습니다. 하나의 deployment로 springboot를 이용해 작성한 서버를 띄웠고, 나머지 하나의 deployment로 mysql DB를 구동했습니다.