쿠버네티스는 컨테이너화된 애플리케이션을 자동으로 배포, 스케일링 및 관리해주는 오픈소스 시스템입니다.
+
It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds
+ upon 15 years of experience of running production workloads at Google,
+ combined with best-of-breed ideas and practices from the community.
+
+
+
+
+
+
행성 규모 확장성
+
Designed on the same principles that allows Google to run billions of containers a week, Kubernetes can scale without increasing your ops team.
+
+
+
+
+
+
무한한 유연성
+
Whether testing locally or running a global enterprise, Kubernetes flexibility grows with you to deliver your applications consistently and easily no matter how complex your need is.
+
+
+
+
+
+
어디서나 동작
+
Kubernetes is open source giving you the freedom to take advantage of on-premises, hybrid, or public cloud infrastructure, letting you effortlessly move workloads to where it matters to you.
+
+
+
+
+
+
+
150+ 마이크로서비스를 쿠버네티스로 마이그레이션하는 도전
+
By Sarah Wells, Technical Director for Operations and Reliability, Financial Times
Automatically places containers based on their resource requirements and other constraints, while not
+ sacrificing availability. Mix critical and best-effort workloads in order to drive up utilization and save even more resources.
Restarts containers that fail, replaces and reschedules containers when nodes die, kills containers
+ that don't respond to your user-defined health check, and doesn't advertise them to clients until they are ready to serve.
No need to modify your application to use an unfamiliar service discovery mechanism. Kubernetes gives
+ containers their own IP addresses and a single DNS name for a set of containers, and can load-balance across them.
Kubernetes progressively rolls out changes to your application or its configuration, while monitoring
+ application health to ensure it doesn't kill all your instances at the same time. If something goes
+ wrong, Kubernetes will rollback the change for you. Take advantage of a growing ecosystem of deployment solutions.
Automatically mount the storage system of your choice, whether from local storage, a public cloud provider
+ such as GCP or AWS, or a network storage system such as NFS, iSCSI,
+ Gluster, Ceph, Cinder, or Flocker.