Skip to content

Commit

Permalink
docs: ๐Ÿ“ฐ [#3. eks] aews 3์ฃผ์ฐจ ์ •๋ฆฌ
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinminjin committed Feb 22, 2025
1 parent d08a792 commit df3f1b0
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions _posts/aews/2025-02-22-aews03.md
Original file line number Diff line number Diff line change
Expand Up @@ -3263,7 +3263,7 @@ Last login: Tue Feb 18 10:14:06 2025 from 182.230.60.93
### **5. Kubestr๋ฅผ ํ™œ์šฉํ•œ ๋””์Šคํฌ ์„ฑ๋Šฅ ์ธก์ •**
**๋žœ๋ค ์ฝ๊ธฐ ํ…Œ์ŠคํŠธ**
**๋žœ๋ค์ฝ๊ธฐ ์„ฑ๋Šฅ ํ…Œ์ŠคํŠธ**
**(1) FIO ํ…Œ์ŠคํŠธ ์„ค์ • ํŒŒ์ผ ์ƒ์„ฑ**
Expand Down Expand Up @@ -5961,8 +5961,6 @@ aws ec2 authorize-security-group-ingress --group-id $NG2SGID --protocol '-1' --c
- ๋ณด์•ˆ ๊ทธ๋ฃน ๊ทœ์น™ ์ถ”๊ฐ€ ์™„๋ฃŒ
c5d.large ์ธ์Šคํ„ด์Šค์˜ ๊ณต์ธ IP: 3.34.90.173
![Image](https://github.com/user-attachments/assets/2759253f-bc7b-48de-9af0-ac2fc1eef997)
### **8. SSH๋ฅผ ํ†ตํ•œ ์›Œ์ปค ๋…ธ๋“œ ์ ‘์†**
Expand Down Expand Up @@ -6260,7 +6258,7 @@ Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu
(eks-user:default) [root@operator-host ~]# kubestr fio -f fio-read.fio -s local-path --size 10G --nodeselector disk=instancestore
```
- FIO ๋ฒค์น˜๋งˆํฌ ํ…Œ์ŠคํŠธ๊ฐ€ ์ง„ํ–‰๋จ
- **FIO ๋ฒค์น˜๋งˆํฌ ํ…Œ์ŠคํŠธ๊ฐ€ ์ง„ํ–‰๋จ**
![Image](https://github.com/user-attachments/assets/a8e229cb-f43d-4b4c-9c2f-801c3deb746b)
Expand Down Expand Up @@ -7689,3 +7687,27 @@ eksctl delete nodegroup -c $CLUSTER_NAME -n managed-spot
}
2025-02-19 02:30:05 [โœ”] deleted 1 nodegroup(s) from cluster "myeks"
```
---
## **๐Ÿ—‘๏ธ (์‹ค์Šต ์™„๋ฃŒ ํ›„) ์ž์› ์‚ญ์ œ**
**(1) Amazon EKS ํด๋Ÿฌ์Šคํ„ฐ ์‚ญ์ œ**
```bash
eksctl delete cluster --name $CLUSTER_NAME
```
**(2) AWS CloudFormation ์Šคํƒ ์‚ญ์ œ**
```bash
aws cloudformation delete-stack --stack-name myeks
```
**(3) ๋ณ€์ˆ˜ ์„ค์ • ์‚ญ์ œ**
EKS ๋ฐฐํฌ ํ›„ ์‹ค์Šต ํŽธ์˜๋ฅผ ์œ„ํ•ด ์ถ”๊ฐ€ํ–ˆ๋˜ ๋ณ€์ˆ˜ ์„ค์ • ์ œ๊ฑฐ
```bash
vi ~/.bashrc
```

0 comments on commit df3f1b0

Please sign in to comment.