-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
375 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# 본 과정에 대해 ( Cloud Native 입문 과정 ) | ||
|
||
본 교육 과정은 Cloud Native 입문 과정으로 이론 및 실습을 수행한다. | ||
본 교육 과정은 Cloud Native 입문 과정으로 이론 및 실습을 수행한다. ( 2일 오프라인 교육 ) | ||
|
||
|
||
문의 : 이석환 ( [email protected] / [email protected] ) | ||
|
@@ -27,18 +27,27 @@ | |
- k8s hands-on Basic [ Hands-On 문서보기 ](./k8s_basic_hands_on.md) | ||
|
||
- 실습 전체 개요 | ||
- kubeconfig 설정 : kubectl 설치 | ||
- kubeconfig 설정 : oc / kubectl 설치 | ||
- kubectl 활용 | ||
- kubernetes 리소스 ( Pod , Service , Deployment 생성 및 삭제) | ||
- 배포 ( Rolling Update / Rollback ) | ||
- Serivce Expose ( Ingress / Route ) | ||
|
||
<br/> | ||
|
||
4. Chapter 4 : 2시간 ( [가이드 문서보기](./chapter4.md) ) | ||
|
||
4. Chapter 4 : 10분 ( [가이드 문서보기]( https://github.com/shclub/edu/blob/master/chapter9.md ) ) | ||
|
||
- OKD 4.7 설치 ( kt cloud FlyingCube 2.0 ) | ||
- NFS 설정 및 접속 | ||
- ArgoCD 설치 및 설정 ( OKD ) | ||
- elastic APM 설치 및 설정 ( OKD ) | ||
|
||
<br/> | ||
|
||
5. Chapter 5 : 2시간 ( [가이드 문서보기](./chapter4.md) ) | ||
|
||
- GitOps 설명 | ||
- ArgoCD 설치 및 설정 | ||
- kustomize 설명 및 실습 | ||
- k8s에 배포 실습 ( Blue/Green , Canary ) | ||
- ArgoCD Hands-on [ Hands-On 문서보기 ](./argocd_hands_on.md) | ||
|
@@ -52,48 +61,73 @@ | |
|
||
<br/> | ||
|
||
6. Chapter 5 : 1시간 ( [가이드 문서보기](https://github.com/shclub/edu/blob/master/k8s_middle_hands_on.md) ) | ||
|
||
- Storage Volume ( PV/PVC , DB 설치 + NFS ) | ||
- MariaDB NFS 에 설치 ( /w Helm Chart ) | ||
- NFS 라이브러리 설치 ( Native Kubernetes ) | ||
- Service - Headless, Endpoint, ExternalName | ||
- EFK APM Agent 설정 ( React / SpringBoot ) | ||
- Helm Chart 개념 및 설명 | ||
- React/SpringBoot/MariaDB 3-tier 구조 한번에 배포 하기 | ||
- Helm Umbrella 패턴 ( /w SubChart ) | ||
- ArgoCD Apps-of-Apps 패턴 | ||
- Elastic APM 활용한 로그 확인 | ||
|
||
<br/> | ||
|
||
<br/> | ||
|
||
## Jenkins 접속 정보 | ||
|
||
<br/> | ||
|
||
```bash | ||
http://211.252.85.148:9000/ | ||
``` | ||
웹브라우저에서 접속 가능. | ||
|
||
<br/> | ||
http://211.252.85.148:9000/ | ||
|
||
## OKD 접속 정보 | ||
|
||
<br/> | ||
|
||
```bash | ||
oc login https://api.211-34-231-81.nip.io:6443 -u shclub-admin -p New1234! --insecure-skip-tls-verify | ||
``` | ||
- 계정 : <edu + 순번> ( 예: edu1 ) | ||
- 비밀번호 : 사전 공지 | ||
|
||
|
||
<br/> | ||
|
||
## Node Port용 접속 정보 | ||
--- | ||
|
||
## OKD 접속 정보 | ||
|
||
<br/> | ||
|
||
```bash | ||
211.34.231.84 | ||
oc login https://api.211-34-231-81.nip.io:6443 -u shclub-admin -p <비밀번호> --insecure-skip-tls-verify | ||
``` | ||
|
||
- 계정 : <edu + 순번 + `-admin`> ( 예: edu1-admin ) | ||
- 비밀번호 : 사전 공지 | ||
|
||
|
||
<br/> | ||
|
||
|
||
--- | ||
## ArgoCD 접속 정보 | ||
|
||
<br/> | ||
|
||
```bash | ||
https://211.252.87.34:30000/ | ||
``` | ||
|
||
OKD : https://argocd-argocd.apps.211-34-231-82.nip.io/applications | ||
|
||
|
||
K3S : https://211.252.87.34:30000/ ( 임시 ) | ||
|
||
- 계정 : edu + 순번 ( 예: edu1 ) | ||
- 비밀번호 : 사전 공지 | ||
|
||
<br/> | ||
|
||
--- | ||
|
||
## KT Cloud KTP 상품 | ||
|
||
<br/> | ||
|
@@ -104,11 +138,12 @@ https://cloud.kt.com/portal/user-guide/Container-container-guide | |
|
||
<br/> | ||
|
||
## NGINX YAML | ||
--- | ||
|
||
## NGINX YAML Sample | ||
|
||
<br/> | ||
|
||
|
||
nginx.yaml | ||
```bash | ||
apiVersion: apps/v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.