EKS 8탄 - 7주차
본 내용은 CloudNet 주말 스터디 내용을 참고로 작성되었습니다.
https://gasidaseo.notion.site/gasidaseo/CloudNet-Blog-c9 dfa44 a27 ff431 dafdd2 edacc8 a1863
계속 테스트하며 내용과 설명이 업데이트됩니다.
1
Crossplane은 upboud에서 만든 K8S controller로 K8S K8S API를 확장하여 Public/Private Cloud의 IaaS/PaaS/SaaS를 Custom Resource로 관리한다.
Crossplane을 사용하여, K8S Ingress Controller용 AWS ELB를 생성해보자
https://devocean.sk.com/blog/techBoardDetail.do?ID=163431
2
EKS Workshop
https://www.eksworkshop.com/docs/automation/controlplanes/crossplane/
3
https://docs.crossplane.io/v1.12/getting-started/provider-aws/
4
https://blog.outsider.ne.kr/1561
https://blog.outsider.ne.kr/1562
https://news.hada.io/topic?id=7231
The easy button for learning, testing and demoing Amazon EKS
https://github.com/awslabs/eksdemo
While creating an EKS cluster is fairly easy thanks to eksctl, manually installing and configuring applications on EKS is complex, time consuming and error-prone.
One of the most powerful feature of
eksdemo is its extensive application catalog. An application can be installed (including dependencies) with a single command.
1
https://gasidaseo.notion.site/0629824d20d84859ad8d95b810f50f05
2
EKS Workshop
https://www.eksworkshop.com/docs/automation/gitops/argocd/
3
https://velog.io/@xgro/aews-EKS-Study-7%EC%A3%BC%EC%B0%A8
https://kschoi728.tistory.com/118
4
https://sharing-for-us.tistory.com/42
5
ACK for DynamoDB ,ArgoCD, eksdemo, Crossplane 몽땅 정리
6
GitOps CI/CD를 harbor gitlab argocd jenkins eks를 연동해서 구성
https://hanhorang31.github.io/post/aews-gitops/
1
Flux 실습 리소스 삭제
flux uninstall --namespace=flux-system
2
Github에 fleet-infra Repo 제거하기
3
Helm Chart 삭제
helm uninstall -n monitoring kube-prometheus-stack
4
EKS 클러스터 삭제
eksctl delete cluster --name $CLUSTER_NAME && aws cloudformation delete-stack --stack-name $CLUSTER_NAME
(10분)
5
콘솔에서 확인
https://console.aws.amazon.com/
EC2 삭제
NATEGW 삭제
VPC 삭제
https://brunch.co.kr/@topasvga/3217
감사합니다.