Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Ebs
- AWS
- vyos
- Kubernetes
- aws cloud
- eks
- Troubleshooting
- NLB
- ALB
- AWS 자격증
- 네트워크
- GNS3
- aws cloud school
- aws cloud school 8
- SAA-C03
- 3 TIER
- NAT
- DNS
- linux
- docker
- FTP
- Firewall
- aws saa
- aws cloud shcool 8
- EC2
- IAM
- vmware
- tftp
- aws SAA-c03
- EC2 인스턴스
Archives
- Today
- Total
목록2025/05/10 (1)
나의 공부기록

Jenkins를 통한 CI/CD✅ 사전 세팅더보기1. Cluster 생성export PRI_SUBNET1_ID=subnet-0b0e6export PRI_SUBNET2_ID=subnet-09a7cexport CLUSTER_NAME=pri1-clusterexport ACCOUNT_ID=7981export VPC_ID=vpc-0350export REGION=ap-northeast-2eksctl create cluster --vpc-private-subnets $PRI_SUBNET1_ID,$PRI_SUBNET2_ID --name pri-cluster --region ap-northeast-2 --version 1.32 --nodegroup-name pricng --node-type t3.small --nodes..
CS/Kubernetes
2025. 5. 10. 16:27