전체 글 (148) 썸네일형 리스트형 k8s k8s 의 구성요소 pod: k8s의 workload의 최소단위 namespace: 하나의 쿠버네티스 클러스터를 논리적으로 나누어 사용할수 있게하는 가상의 영역 QA와 PRD를 나눌 때 생각하면됨 (아예 분리된 두개의 서버) deployment - pod을 직접 제어하는 경우는 거의 없음 - 다수의 pod를 생성할수 있어야함 - 새로운 버전으로 업데이트 필요 - 새로운 버전에 문제가 있을 경우 롤백 필요 - deployment가 ReplicaSet을 생성 - ReplicaSet이 Pod를 생성 watch - 모니터링하는 하나의 툴 watch [command]를 사용하면 해당 상황을 모니터링할수 있다. kubectl 명령어들을 잘아야 많은 컨테이너들을 제어할수 있을듯 하다. 현재는 scale : pod 개.. k8s 다운로드 desktop docker를 사용하면서 docker를 사용하다가 k8s를 사용해야할 일이 있어서 이를 다운로드 하려했다. 환경은 ubuntu22.04 아주 고생했다... 1. docker 설치 이부분은 docker desktop을 설치하는 과정에서 설정되었기에 보다 간편히 설치했다.Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1Client: Version: 24.0.5 API version: 1.43 Go version: go1.20.3 Git commit: 24.0.5-0ubuntu1~22.04.1 Built: Mon Aug 21 19:50:14 2023 OS/Arch: .. 운영계, QA계, 개발계 3단계로 나뉘어져야 하는 이유 해당글은 내가 잠깐동안이지만 테스트, 운영을 진행 해본결과 왜 3tier로 개발이 진행되어야 하는지에대한 느낀점이다.만일 운영계, QA+DEV계 2개의 tier로 개발 운영을 한다고 생각했을때 아래의 시나리오를 살펴보자.개발은 1명이 진행하는 것이 아니다.A라는 서비스가 있다고 생각해보자 해당 서비스에 a,와 b라는 기능들을 고도화 하려고한다.개발을 진행하는 도중 b를 중단했고 A를 완료하였다QA에서 a에대한 기능을 마지막으로 단위 테스트중에 에러가 발생하였다이 에러는 a에대한 이유로 발생한 에러인가? b와 연관되어 발생한 에러인가?만일 b와 관련된 에러라면 이는 운영계에 반영 해야하는것인가?물론 기능별로 모듈화를 잘 시킨다면 이런 일이 일어나지 않을수도 있지만 모든 기능이 모듈화 되는것은 아니고 이런 .. AWS Solutions Architect - Associate SAA-C03 Dump 해설(11~20) Question #11Topic 1 확인필요 A company has an application that runs on Amazon EC2 instances and uses an Amazon Aurora database. The EC2 instances connect to the database by using user names and passwords that are stored locally in a file. The company wants to minimize the operational overhead of credential management. What should a solutions architect do to accomplish this goal? A. Use AWS Secrets M.. AWS Solutions Architect - Associate SAA-C03 Dump 해설(1~10) Question #1Topic 1 A company collects data for temperature, humidity, and atmospheric pressure in cities across multiple continents. The average volume of data that the company collects from each site daily is 500 GB. Each site has a high-speed Internet connection. The company wants to aggregate the data from all these global sites as quickly as possible in a single Amazon S3 bucket. The solutio.. Amazon AWS Certified Cloud Practitioner CLF-C02 Dump 해설(51~60) Question #52Topic 1 A company is developing an application that uses multiple AWS services. The application needs to use temporary, limited-privilege credentials for authentication with other AWS APIs. Which AWS service or feature should the company use to meet these authentication requirements? A. Amazon API Gateway B. IAM users C. AWS Security Token Service (AWS STS) D. IAM instance profiles A.. Amazon AWS Certified Cloud Practitioner CLF-C02 Dump 해설(41~50) Question #41Topic 1 Which service enables customers to audit API calls in their AWS accounts? A. AWS CloudTrail B. AWS Trusted Advisor C. Amazon Inspector D. AWS X-Ray A. AWS CloudTrail: 설명: AWS CloudTrail은 AWS 계정에서 수행된 모든 API 호출 및 관리 활동에 대한 로그를 생성하고 저장하는 서비스입니다. 이를 통해 고객은 자체 계정 내에서 API 호출을 감사하고 추적할 수 있습니다. B. AWS Trusted Advisor: 설명: AWS Trusted Advisor는 AWS 계정을 검토하고 비용 효율성, 보안, 성능 등에 관한 권장 사항을.. Amazon AWS Certified Cloud Practitioner CLF-C02 Dump 해설(31~40) Question #31Topic 1 Which AWS service or feature is used to send both text and email messages from distributed applications? A. Amazon Simple Notification Service (Amazon SNS) B. Amazon Simple Email Service (Amazon SES) C. Amazon CloudWatch alerts D. Amazon Simple Queue Service (Amazon SQS) A. Amazon Simple Notification Service (Amazon SNS): 설명: 올바른 선택입니다. Amazon SNS는 분산된 애플리케이션에서 푸시 알림을 전송하거나 텍.. 이전 1 ··· 5 6 7 8 9 10 11 ··· 19 다음