Learning
토픽 1 / 122

토픽 관계도

클라우드 - 토픽 관계도

💡

이 관계도는 전체 토픽의 구조와 연결 관계를 보여줍니다. 학습 전에 전체 흐름을 파악하세요.

토픽 마인드맵
mindmap
  root((클라우드<br/>109개 토픽))
    Part 1. 클라우드 컴퓨팅과 서비스 모델
      클라우드 컴퓨팅 기초
        클라우드 컴퓨팅 개요
        NIST 클라우드 정의
      서비스 모델
        IaaS (Infrastructure as a Service)
        PaaS (Platform as a Service)
        SaaS (Software as a Service)
        FaaS (Function as a Service)
        CaaS (Container as a Service)
        AIaaS (AI as a Service)
        Neocloud (네오클라우드)
      배포 모델
        퍼블릭 클라우드
        프라이빗 클라우드
        하이브리드 클라우드
        멀티클라우드
      멀티테넌시 (Multi-tenancy)
    Part 2. 가상화와 컨테이너
      가상화
        가상화 (Virtualization)
        하이퍼바이저 (Hypervisor)
        KVM (Kernel-based Virtual Machine)
        가상화 & 하이퍼바이저 (Virtualization & Hypervisor)
        VDI (Virtual Desktop Infrastructure)
      컨테이너
        컨테이너 (Container)
        OCI 표준 (Open Container Initiative)
        Container Runtime (containerd, CRI-O)
        컨테이너 이미지 보안
        Docker
        Dockerfile / 멀티스테이지 빌드
        컨테이너 이미지
        컨테이너 레지스트리
    Part 3. 컨테이너 오케스트레이션
      Kubernetes 핵심
        Kubernetes (K8s)
        Kubernetes 아키텍처
        etcd
        Kubernetes 오브젝트
        StatefulSet
        Kubernetes 네트워킹
      Kubernetes 확장
        Helm
        Kubernetes CRD/Operator (Custom Resource Definition/Operator Pattern)
      오케스트레이션/리소스
        컨테이너 오케스트레이션
        Kubernetes Pod
        Kubernetes Service
        Kubernetes Deployment
    Part 4. 클라우드 인프라
      스토리지
        클라우드 스토리지
        오브젝트 스토리지
        블록 스토리지
        스토리지 아키텍처
        SDS (Software Defined Storage)
      네트워킹
        클라우드 네트워킹
        VPC (Virtual Private Cloud)
      AI 인프라
        AI 데이터센터 인프라
        GPU 클라우드 / AI 인프라 최적화 (vGPU, MIG)
      인프라 설계
        인프라 아키텍처
        HCI (Hyper Converged Infrastructure, 초융합 인프라)
    Part 5. 클라우드 전략과 아키텍처
      마이그레이션
        클라우드 마이그레이션
        6R 마이그레이션 전략
      멀티/하이브리드 전략
        멀티클라우드 전략 상세 (Multi-Cloud Strategy)
        하이브리드 클라우드 아키텍처 (Hybrid Cloud Architecture)
        멀티리전 아키텍처 (Multi-Region Architecture)
      아키텍처 프레임워크
        Landing Zone
        Well-Architected Framework (클라우드 아키텍처 모범 사례)
      데이터 주권
        소버린 클라우드 (Sovereign Cloud)
        지오패트리에이션 (Geopatriation)
    Part 6. CSP 서비스와 IaC
      CSP 서비스
        AWS 주요 서비스
        Azure 주요 서비스
        GCP 주요 서비스
      IaC
        Infrastructure as Code (IaC)
        Terraform
        CloudFormation
        Crossplane (K8s 네이티브 IaC)
      스케일링
        오토스케일링
        HPA / VPA / Cluster Autoscaler (Horizontal/Vertical Pod Autoscaler)
    Part 7. 클라우드 보안
      공유 책임 모델
      IAM (Cloud)
      클라우드 암호화
      KMS (Key Management Service)
      Cloud Security Posture Management (CSPM)
    Part 8. 서버리스와 관찰성
      서버리스
        서버리스 (Serverless)
        Lambda Cold Start 최적화 (Lambda Cold Start Optimization)
        Serverless 아키텍처 패턴 (Serverless Architecture Patterns)
        Wasm on Cloud / WASI (WebAssembly 서버사이드)
      관찰성
        분산 트레이싱
        클라우드 모니터링
        Observability (관찰 가능성)
        모니터링 (Monitoring)
        메트릭 (Metrics)
        로깅 (Logging)
        APM (Application Performance Management)
        OpenTelemetry (OTel, 오픈텔레메트리)
        Continuous Profiling (상시 프로파일링)
        ELK 스택 (Elasticsearch, Logstash, Kibana)
    Part 9. 클라우드 비용과 거버넌스
      비용 최적화
        FinOps 프랙티스 (FinOps Practices)
        FinOps 자동화 도구
        Cloud Cost Optimization 전략
        Reserved Instance / Savings Plans
        Spot Instance 활용 전략
      멀티클라우드 관리
        Multi-Cloud vs Hybrid Cloud 전략
        멀티 클라우드 오케스트레이션 (Multi-Cloud Orchestration)
        Cloud Bursting
      거버넌스
        클라우드 거버넌스 프레임워크 (Cloud Governance Framework)
        Terraform Cloud vs Ansible 비교
        CMP (Cloud Management Platform)
        클라우드 컴플라이언스
    Part 10. 클라우드 네이티브와 운영
      클라우드 네이티브
        Cloud Native
        CNCF (Cloud Native Computing Foundation)
        GitOps
        불변 인프라 (Immutable Infrastructure)
      가용성/복구
        고가용성 (High Availability)
        이중화 (Redundancy)
        RPO / RTO (Recovery Point/Time Objective)
        클라우드 DR (재해복구)
      운영 자동화
        데이터 파이프라인
        워크플로우 오케스트레이션

주요 카테고리별 토픽 수

Part카테고리토픽 수주요 기술
Part 1클라우드 컴퓨팅과 서비스 모델14개IaaS, PaaS, SaaS, FaaS, CaaS, AIaaS, Neocloud, 멀티테넌시
Part 2가상화와 컨테이너13개가상화, 하이퍼바이저, KVM, VDI, Docker, OCI, Container Runtime
Part 3컨테이너 오케스트레이션12개Kubernetes, etcd, Pod, Service, Deployment, Helm, CRD/Operator
Part 4클라우드 인프라11개스토리지, 네트워킹, VPC, AI 데이터센터, GPU 클라우드, SDS, HCI
Part 5클라우드 전략과 아키텍처9개마이그레이션, 6R, 멀티클라우드, Landing Zone, Well-Architected
Part 6CSP 서비스와 IaC9개AWS, Azure, GCP, Terraform, CloudFormation, Crossplane, 오토스케일링
Part 7클라우드 보안5개공유 책임 모델, IAM, 암호화, KMS, CSPM
Part 8서버리스와 관찰성14개서버리스, Lambda Cold Start, Wasm, Observability, APM, OpenTelemetry, ELK
Part 9클라우드 비용과 거버넌스12개FinOps, Reserved/Spot Instance, Cloud Bursting, CMP, 컴플라이언스
Part 10클라우드 네이티브와 운영10개Cloud Native, CNCF, GitOps, 고가용성, DR, 데이터 파이프라인

총 109개 토픽