Kubernetes 개념
1. Kubernetes란?쿠버네티스는 Container로 된 Workerload와 서비스를 관리하기 위한 이식성이 있고, 확장 가능한 오픈소스 플랫폼한마디로 컨테이너 오케스트레이션을 수행하는 도구로 Container의 리소스를 관리하기 위한 Tool참고 사이트 https://kubernetes.io/docs/concepts/overview/ OverviewKubernetes 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..