2018-10-03 20:08:33 +00:00
---
title: "운영 수준의 컨테이너 오케스트레이션"
abstract: "자동화된 컨테이너 배포, 스케일링과 관리"
cid: home
---
{{< blocks / section id = "oceanNodes" > }}
{{% blocks/feature image="flower" %}}
2019-04-23 14:12:09 +00:00
### [쿠버네티스(K8s)]({{< relref " / docs / concepts / overview / what-is-kubernetes " > }})는 컨테이너화된 애플리케이션을 자동으로 배포, 스케일링 및 관리해주는 오픈소스 시스템입니다.
2018-10-03 20:08:33 +00:00
2019-01-16 11:31:18 +00:00
애플리케이션을 구성하는 컨테이너들의 쉬운 관리 및 발견을 위해서 컨테이너들을 논리적인 단위로 그룹화합니다. 쿠버네티스는 [Google에서 15년간 프로덕션 워크로드 운영한 경험](http://queue.acm.org/detail.cfm?id=2898444)을 토대로 구축되었으며, 커뮤니티에서 제공한 최상의 아이디어와 방법들이 결합되어 있습니다.
2018-10-03 20:08:33 +00:00
{{% /blocks/feature %}}
{{% blocks/feature image="scalable" %}}
#### 행성 규모 확장성
2019-01-16 11:31:18 +00:00
Google이 일주일에 수십억 개의 컨테이너들을 운영하게 해준 원칙들에 따라 디자인되었기 때문에, 쿠버네티스는 운영팀의 규모를 늘리지 않고도 확장될 수 있습니다.
2018-10-03 20:08:33 +00:00
{{% /blocks/feature %}}
{{% blocks/feature image="blocks" %}}
#### 무한한 유연성
2019-01-16 11:31:18 +00:00
지역적인 테스트든지 글로벌 기업 운영이든지 상관없이, 쿠버네티스의 유연성은 사용자의 복잡한 니즈를 모두 수용하기 때문에 사용자의 애플리케이션들을 끊임없고 쉽게 전달할 수 있습니다.
2018-10-03 20:08:33 +00:00
{{% /blocks/feature %}}
{{% blocks/feature image="suitcase" %}}
#### 어디서나 동작
2019-08-25 11:10:21 +00:00
쿠버네티스는 오픈소스로서 온-프레미스, 하이브리드, 또는 퍼블릭 클라우드 인프라스트럭처를 활용하는데 자유를 제공하며, 워크로드를 사용자에게 관건이 되는 곳으로 손쉽게 이동시켜 줄 수 있습니다.
2018-10-03 20:08:33 +00:00
{{% /blocks/feature %}}
{{< /blocks/section >}}
{{< blocks / section id = "video" background-image = "kub_video_banner_homepage" > }}
< div class = "light-text" >
< h2 > 150+ 마이크로서비스를 쿠버네티스로 마이그레이션하는 도전< / h2 >
< p > By Sarah Wells, Technical Director for Operations and Reliability, Financial Times< / p >
< button id = "desktopShowVideoButton" onclick = "kub.showVideo()" > Watch Video< / button >
< br >
< br >
2020-04-23 15:07:32 +00:00
< a href = "https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/?utm_source=kubernetes.io&utm_medium=nav&utm_campaign=kccnceu20" button id = "desktopKCButton" > Attend KubeCon in Amsterdam on August 13-16, 2020< / a >
2018-10-03 20:08:33 +00:00
< br >
< br >
< br >
< br >
2020-05-23 12:31:56 +00:00
< a href = "https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/?utm_source=kubernetes.io&utm_medium=nav&utm_campaign=kccnceu20" button id = "desktopKCButton" > Attend KubeCon EU virtually on August 17-20, 2020< / a >
2018-10-03 20:08:33 +00:00
< / div >
< div id = "videoPlayer" >
< iframe data-url = "https://www.youtube.com/embed/H06qrNmGqyE?autoplay=1" frameborder = "0" allowfullscreen > < / iframe >
< button id = "closeButton" > < / button >
< / div >
{{< /blocks/section >}}
{{< blocks / kubernetes-features > }}
{{< blocks / case-studies > }}