Intro to K8s for Data Engineers

Amit Singh Rathore
Dev Genius
Published in
9 min readFeb 10, 2024

--

Just enough knowledge about K8s for data engineers

Part I | Part II | Part III | Part IV | Part V | Part VI | Part VII

Kubernetes (k8s) is an open-source system for automating the deployment, scaling, and management of containerized applications. In this article, we’ll explore how Kubernetes is used in data engineering.

Installing utilities

brew install kubectl
brew install helm
brew install k9s

Core Concepts of Kubernetes

--

--