Code Monkey home page Code Monkey logo

kubernetes_basic's Introduction

핵심만 콕! 쿠버네티스

유홍근 저
비제이퍼블릭 · 2020년 09월 18일 출시
[github]

💡 목표

  • 쿠버네티스 클러스터 환경을 이해한다.

    클라우드 네이티브 애플리케이션을 구축하기 위한 쿠버네티스 클러스터 환경을 이해한다.


🚩 정리한 문서 목록

📖 Docker 기초

  • Docker 기초

    Container, VM(Virtual Machine) vs Container, Docker의 장점, Docker 설치, Docker image

    Docker 기본 명령어: docker run (-d, -it, -v), docker ps (-a), docker inspect, docker logs (-f), docker exec, docker cp, docker stop, docker start, docker rm, docker tag

    Docker Hub 원격 저장소: 가입하기, docker login, docker push, docker pull

    Dockerfile 작성: FROM(base image), RUN, WORKDIR, COPY, ENV, CMD/ENTRYPOINT, ARG

    Docker Build: docker build (-t, -e)

    Docker Port-Forwarding: docker run -p


🔍 목차

1. 도커 기초

1.1 도커 소개
1.2 도커 기본 명령
1.3 도커 저장소
1.4 도커 파일 작성
1.5 도커 실행 고급
1.6 마치며

2. 쿠버네티스 소개

2.1 쿠버네티스란?
2.2 쿠버네티스의 기본 개념
2.3 아키텍처
2.4 장점
2.5 마치며

3. 쿠버네티스 설치

3.1 k3s 소개
3.2 k3s 설치하기
3.3 마치며

4. 쿠버네티스 첫 만남

4.1 기본 명령
4.2 고급 명령
4.3 마치며

5. Pod 살펴보기

5.1 Pod 소개
5.2 라벨링 시스템
5.3 실행 명령 및 파라미터 지정
5.4 환경변수 설정
5.5 볼륨 연결
5.6 리소스 관리
5.7 상태 확인
5.8 2개 컨테이너 실행
5.9 초기화 컨테이너
5.10 Config 설정
5.11 민감 데이터 관리
5.12 메타데이터 전달
5.13 마치며

6. 쿠버네티스 네트워킹

6.1 Service 소개
6.2 Service 종류
6.3 네트워크 모델
6.4 마치며

7. 쿠버네티스 컨트롤러

7.1 컨트롤러란?
7.2 ReplicaSet
7.3 Deployment
7.4 StatefulSet
7.5 DaemonSet
7.6 Job & CronJob
7.7 마치며

8. helm 패키지 매니저

8.1 helm이란?
8.2 원격 리파지토리(repository)
8.3 외부 chart 설치(WordPress)
8.4 마치며

9. Ingress 리소스

9.1 Ingress란?
9.2 Ingress 기본 사용법
9.3 Basic Auth 설정
9.4 TLS 설정
9.5 마치며

10. 스토리지

10.1 PersistentVolume
10.2 PersistentVolumeClaim
10.3 StorageClass
10.4 쿠버네티스 스토리지 활용
10.5 마치며

11. 고급 스케줄링

11.1 고가용성 확보 – Pod 레벨
11.2 고사용성 확보 – Node 레벨
11.3 Taint & Toleration
11.4 Affinity & AntiAffinity
11.5 마치며

12. 클러스터 관리

12.1 리소스 관리
12.2 노드 관리
12.3 Pod 개수 유지
12.4 마치며

13. 접근 제어

13.1 사용자 인증(Authentication)
13.2 역할 기반 접근 제어(RBAC)
13.2.1 Role (ClusterRole)
13.3 네트워크 접근 제어(Network Policy)
13.4 마치며

14. 로깅과 모니터링

14.1 로깅 시스템 구축
14.2 리소스 모니터링 시스템 구축
14.3 마치며

15. CI/CD

15.1 DevOps와 CI/CD
15.2 CI 파이프라인
15.3 GitOps를 이용한 CD
15.4 로컬 쿠버네티스 개발
15.5 마치며

16. 사용자 정의 리소스

16.1 사용자 정의 리소스란?
16.2 Operator 패턴
16.3 유용한 Operators
16.4 마치며

17. Workflow 관리

17.1 Argo workflow 소개
17.2 Workflow 구성하기
17.3 활용 방법 소개
17.4 마치며

부록 쿠버네티스의 미래

클라우드 플랫폼 표준
애플리케이션 배포 표준화
범용 클러스터 플랫폼
마치며

kubernetes_basic's People

Contributors

erectbranch avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.