This document summarizes Denis Izmaylov's presentation on moving from CoreOS to Kubernetes. It discusses how CoreOS is primarily an OS focused on containers and not well-suited for managing microservices. Kubernetes provides a more complete platform for deploying and managing containerized applications at scale through concepts like pods, services, labels, and controllers. It allows achieving goals like fault tolerance, fast growth, and continuous delivery that were difficult with just CoreOS. The presentation also covers how the speaker's company developed a one-click installer to simplify Kubernetes cluster setup and management.