Kubernetes: Shifting the mindset from servers to containers

By Schlomo Schapiro

Elevator Pitch

Learn about the essence of the container “revolution”, understand how to rethink traditional servers and overcome old data center habits to truly benefit from Kubernetes, Openshift and other container orchestration platforms.

Description

With Kubernetes pods and containers several fundamental assumptions of server operations don’t apply any more. Some Linux services like SSH even disappear and are provided by Kubernetes instead.

This talk explores the mindset shift that developers and admins of Linux servers have to do in order to fully take advantage of the power of a Kubernetes cluster:

  • Servers turn into pods
  • Linux application services turn into containers
  • Standard services like cron and SSH disappear completely
  • How to separate between initialization, run and maintenance phases
  • Building pods with multiple containers that work together
  • Scale out into multiple pods instead of scale up with more CPU power

Following practical examples from real migration projects participants gain a new understanding of the role of services, init scripts, cron jobs and other standard Linux components. Key takeaways are a better understanding of how to model a complex system on top of Kubernetes and practical tips for migrating servers into Kubernetes containers.

Successfully adopting Kubernetes requires a big change in how developers and admins think about servers - bigger than any change before. Bigger than the change brought by VMs. This talk shows why it pays to change traditional concepts and to embrace the new world of Linux services modularization that Kubernetes stands for.

See Using Kubernetes with Multiple Containers for Initialization and Maintenance for more information.