본문 바로가기

전체 글

(419)
kubernetes 에서 VM 생성하기 1 # 우분투에 microk8s를 이용하여 kubernetes 설치 --> 터미널 유지 더보기 $ sudo snap install microk8s --classic $ microk8s enable dashboard dns helm3 ingress prometheus registry $ sudo usermod -a -G microk8s user $ sudo chown -f -R user ~/.kube $ newgrp microk8s $ microk8s dashboard-proxy # 프록시 돌아가는 터미널 유지 -> config 넣어주기 # kubevirt 및 cdi 설치 -> 리소스들이 Running 상태에 오른것 확인 -> 리소스들이 Running 상태에 오른것 확인 더보기 $ sudo apt instal..
CI / CD ( 지속적 통합 / 지속적 제공 ) CI : Continuous Integration CD : Continuous Delivery CI/CD는 애플리케이션 개발 단계를 자동화하여 애플리케이션을 보다 짧은 주기로 제공한다. 소스 코드로부터 설치, 실행할 수 있는 제품을 생성하여 배포하는 과정. # CI ( 지속적 통합 ) 란? 개발자를 위한 자동화 프로세스인 지속적인 통합. 애플리케이션에 대한 새로운 코드 변경사항이 정기적으로 빌드 및 테스트되어 공유 리포지토리에 통합되어 여러명의 개발자가 동시에 애플리케이션 개발과 관련된 코드 작업을 할 경우 서로 충돌할 수 있는 문제를 해결할 수 있다. 소프트웨어 개발에서 각 소프트웨어 개발자가 작업한 변경점을 프로젝트의 원래 소스 코드에 자주, 빠르게 통합하는 것이다. 이를 위해 CI를 위한 각종 개발..
AWS SAA-C02 Q91- Q100 Q91. A solutions architect needs to design a network that will allow multiple Amazon EC2 instances to access a common data source used for mission-critical data that can be accessed by all the EC2 instances simultaneously. The solution must be highly scalable, easy to implement, and support the NFS protocol Which solution meets these requirements? 솔루션 설계자는 여러 Amazon EC2 인스턴스를 허용할 네트워크를 설계해야 합니다...
AWS SAA-C02 Q81 - Q90 Q81. A company receives data from millions of users totalling about 1 TB each day. The company providers its users with usage report going back 12 months. All usage data must be stored for at least 5 years to comply with regularly and auditing requirement? Which storage solution is MOST cost-effective? 회사는 매일 총 1TB에 달하는 수백만 명의 사용자로부터 데이터를 수신합니다. 그 회사 12개월 전의 사용 보고서를 사용자에게 제공합니다. 모든 사용 데이터는 최소한 정..
Linux 리눅스 정리 2 # 사용자 및 그룹을 생성하는 이유? 사용자 - 사용자나 유저는 컴퓨터 시스템을 사용하는 사람을 가리키며 , 별명등을 가리킬때도 쓰인다 그룹 - 같은 목적을 이루려고 여러 사람이 모여 맺은 동아리, 단체등을 그룹이라 칭한다. 계정 - account -> 계좌 은행을 직접 방문하여 계좌를 생성 [ 본인인증 ] 계좌를 생성 본인인증 이 계정을 사용하는 [사람]이 나인것을 확인하는 절차 authenticaion : 인증 큰 범위 어떠한 구역, zone 큰 의미에서 포함되어 있는지 확인하는 절차 authorization : 인가 작은 범위 허가된 공간에 대한 권한 인증 절차 계좌 개설 대출 카드 인증 -> 사용자가 접근을 하기 위한 1차적인 확인 시스템 인증 > 로그인 인가 > 특정 디렉토리에 권한, 파일 권한..
AWS SAA-C02 Q71 - Q80 Q71. An application runs on Amazon EC2 instances across multiple Availability Zones The instances run in an Amazon EC2 Auto Scaling group behind an Application Load Balancer The application performs best when the CPU utilization of the EC2 instances is at or near 40%. What should a solutions architect do to maintain the desired performance across all instances in the group? 애플리케이션은 여러 가용 영역에 걸쳐 ..
AWS SAA-C02 Q61 - Q70 Q60. A company is hosting an application in its own data center The application uses Amazon S3 for data storage The application transfers several hundred terabytes of data every month to and from Amazon S3 The company needs to minimize the cost of this data transfer Which solution meets this requirement? 회사가 자체 데이터 센터에서 애플리케이션을 호스팅하고 있습니다. 애플리케이션이 Amazon S3를 사용합니다. 데이터 저장을 위해 애플리케이션은 매달 수백 테라바이트..
AWS SAA-C02 Q51 - Q60 Q51. A company receives inconsistent service from its data center provider because the company is headquartered in an area affected by natural disasters The company is not ready to fully migrate to the AWS Cloud but it wants a failure environment on AWS in case the on-premises data center fails The company runs web servers that connect to external vendors The data available on AWS and on premise..