# Kubernetes Production Patterns and Anti-Patterns

DevFeed: [Kubernetes Production Patterns and Anti-Patterns](<https://devfeed.tech/articles/kubernetes-production-patterns-and-anti-patterns-29746.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/kubernetes-production-patterns/>)

Author: sasha@goteleport.com (Sasha Klizhentas)

Published: 2017-06-25T00:00:00Z

Content type: tutorial

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [resiliency](<https://devfeed.tech/topics/resiliency.md>), [Availability](<https://devfeed.tech/topics/availability.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [docker](<https://devfeed.tech/tags/docker.md>), [high-availability](<https://devfeed.tech/tags/high-availability.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [mistakes](<https://devfeed.tech/tags/mistakes.md>), [resiliency](<https://devfeed.tech/tags/resiliency.md>), [techniques](<https://devfeed.tech/tags/techniques.md>)

## AI overview

This tutorial presents production patterns and anti-patterns for improving the resiliency and high availability of Kubernetes deployments. It covers separating Docker build and runtime environments to reduce image size and improve security, as well as handling orphaned processes in Linux containers.

## Source excerpt

We explore techniques to improve resiliency and high availability of Kubernetes deployments and common mistakes to avoid when working with Docker and Kubernetes.