As stated on their website, ‘Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.’ Here we’ll take a Rails app, create an image using a Dockerfile, and let Kubernetes manage the containers for us. We will discuss the following: Secrets Deployments Services Running locally via Minikube Wanna run Rails in Kubernetes? This Kubernetes tu