본문 바로가기

IT공부/platform

[kubernetes] 쿠버네티스 소개

728x90

https://youtu.be/DU2RDN7ZXo8?list=PLIUCBpK1dpsNf1m-2kiosmfn2nXfljQgb 

 

 

 

 

master, node, k8s, kubectl(큐브컨트롤), etcd, pod, istio, hem, knative

 

 

Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.

 

Overview

Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools

kubernetes.io

 

 

 

kubernetes 는 컨테이너 관리를 위해

자동화, 논리적인 단위, 노하우가 들어있다

 

CNCF graduated project이다

 

 

 

클라우드 이전에는 리소스를 하나하나 다 직접 관리했었다

각각의 아이피 번호와 서버를 따로 관리했을 것이다 (web서버, api서버, db서버 등)

 

클라우드 이후에는

수많은 리소스들을 자유롭게 사용하고 추상적으로 관리하고 있다

 

 

클라우드 환경에서의 애플리케이션 배포

-> 컨테이너, 서비스메시, 마이크로서비스, API, 인프라의 일회용화, DevOps

 

cloud native ? 

-> 바로 저 위에 있는 클라우드 환경에 대한 방법 << 클라우드 관리의 방법

 

this is cloud Native

 

 

 

 

 

 

728x90