Kubernetes the Hard Way Deep Dive -- Intro
-

Kubernetes the Hard Way Deep Dive -- Intro

April 11, 2020
Categories:
Deep Dive, Tutorial
Tags:
Kubernetes, KTHW

TL;DR: This is the introduction to a series of posts in which I will work through Kelsey Hightower’s Kubernetes The Hard Way, explaining key concepts in detail along the way.

images/kubernetes-horizontal.png

My Kubernetes Onboarding

My first experience with Kubernetes (k8s) was working with an existing cluster deployed using Google Kubernetes Engine (GKE). The yaml files all looked like gibberish, but I pattern-matched my way to getting a new service up and running.

Later, I needed to set up a new cluster to support a variety of data analysis workloads and going through the process of setting up + configuring the cluster helped solidify my understanding of the k8s concepts. That being said, I would still come across situations (such as a pod reaching the dreaded Unknown phase) that left me yearning for a deeper understanding of what was going on under the hood.

The Plan

To help illuminate the inner workings of k8s, I am going to take off the GKE training wheels and work my way through the process of setting up a Kubernetes cluster from scratch. Kelsey Hightower* published a fantastic guide to do exactly this, but it assumes a certain level of understanding of many of the foundational tools/technologies.

I plan to follow Kelsey’s guide, and document the process as I try to dig one layer deeper to grok exactly what each step is doing and why it is necessary for setting up k8s.

This series will be most useful for individuals who have worked with k8s, but primarily in a managed configuration.

Let’s dive in!


If you don’t know who Kelsey Hightower is, do yourself a favor and go watch a few of his presentations on YouTube. You won’t regret it!

© DevOps Directive 2023