There are currently a few limitations that you should be aware of:
- There is a maximum of 4 vCPU and 30Gb memory per pod.
- Currently there is no support for stateful workloads that require persistent volumes or file systems.
- You cannot run Daemonsets, Privileged pods, or pods that use HostNetwork or HostPort.
- The only load balancer you can use is an Application Load Balancer.
* 포트포워딩
# kubectl --namespace=prometheus port-forward deploy/prometheus-server 9090
* Fargate 의 로드밸런서는 ALB 만 가능하다.
https://aws.amazon.com/ko/premiumsupport/knowledge-center/eks-alb-ingress-controller-setup/
https://medium.com/tensult/alb-ingress-controller-on-aws-eks-45bf8e36020d
https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/tasks/ssl_redirect/
* 보안그룹 설정시, eks 클러스터 보안그룹에 alb보안그룹을 추가해줘야한다.
* RDS 보안그룹에는 eks 클러스터 보안그룹을 추가해준다.
https://lascrea.tistory.com/203
https://eksworkshop.com/intermediate/245_x-ray/microservices/
https://aws.amazon.com/ko/quickstart/architecture/amazon-eks/
* ConfigMap
https://arisu1000.tistory.com/27843
https://bcho.tistory.com/m/1267
https://kubernetes.io/ko/docs/tutorials/configuration/configure-redis-using-configmap/
https://kubectl.docs.kubernetes.io/pages/reference/kustomize.html
* Secret
https://arisu1000.tistory.com/27844
https://blog.2dal.com/2018/04/30/kubernetes-02-replicaset/
https://kubernetes.io/ko/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/
https://kubernetes.io/ko/docs/concepts/workloads/controllers/replicaset/
https://waspro.tistory.com/373
https://tech.osci.kr/2019/04/15/71798599/
https://aws.amazon.com/ko/blogs/containers/autoscaling-eks-on-fargate-with-custom-metrics/
https://aws.amazon.com/ko/premiumsupport/knowledge-center/eks-metrics-server-pod-autoscaler/
https://kubernetes.io/ko/docs/concepts/storage/volumes/#awselasticblockstore
https://thenewstack.io/comparison-aws-fargate-vs-google-cloud-run-vs-azure-container-instances/
https://waspro.tistory.com/580
https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/ingress/annotation/
** 클러스터 생성자가 아닌 경우에 사용자를 추가할 경우
https://aws.amazon.com/ko/premiumsupport/knowledge-center/eks-api-server-unauthorized-error/
https://www.slideshare.net/awskr/aws-fargate-on-eks?next_slideshow=1
https://www.learnaws.org/2019/12/16/running-eks-on-aws-fargate/
'AWS' 카테고리의 다른 글
AWS CLI 설치 (0) | 2020.02.04 |
---|---|
Redshift (0) | 2020.01.23 |
Spring boot에서 AWS SNS를 이용 (0) | 2019.12.18 |
재부팅 없이 볼륨 사이즈 변경 (0) | 2019.12.09 |
CloudFront 의 FrontEnd 적용 (SSL) (0) | 2019.12.03 |