Skip to content

abevoelker/Kubernetes-on-Rails-Starter-Files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Starter files for the Kubernetes on Rails course. Come learn Kubernetes with me!

The code in this repo meant to be a reference point for anyone following along with the video course. The stepped-solutions directory contains the final code at the end of each episode.

FAQ

Q: Why aren't you using an Alpine-based Docker parent image?

A: Alpine-based Ruby images can have odd bugs, sometimes related to Alpine's use of musl libc instead of glibc (example)