DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Why Kubernetes Isn’t Always a Developer's Best Friend

4 years ago medium.com
Why Kubernetes Isn’t Always a Developer's Best Friend

Summary: This is a summary of an article originally published by the source. Read the full original article here →

Kubernetes is an amazing orchestration service. If you know Kubernetes, you can transition relatively easily between Azure’s AKS, Amazon’s EKS, and Google’s GKE.

Docker is not suited to run inside itself, and Kubernetes orchestrates Docker containers. So if your pipeline needs Docker to build an image and your pipeline is run under Kubernetes, you need to run Docker inside of Docker, which gives me a headache just thinking about.

This isn’t an issue with Kubernetes per se, but it still is an impediment to taking advantage of container orchestration in a development environment.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com