Deploying Rails with Docker, Kubernetes and ECS

  • 1h 39m
  • Pablo Acuña
  • Apress
  • 2016

Learn how to use the power of Docker and Kubernetes to deploy your Rails applications easily and efficiently.

Deploying Rails with Docker, Kubernetes and ECS shows you how to set up the project, push it to DockerHub, manage services and set up an efficient continuous integration environment. Every concept is clearly explained alongside a full Ruby on Rails application deployment. You’ll also learn how to deploy via Docker using Amazon EC2 Container Service.

Docker and Kubernetes are increasing in popularity every day, but what if you want to leverage their benefits for your Rails application? This is the quick guide you need.

What You Will Learn

  • Create a Rails API application using Rails 5 and PostgreSQL, and Dockerize it
  • Write and test templates to run the application with Kubernetes
  • Create a Kubernetes cluster in Amazon Web Services and run your
  • Inspect and troubleshoot problems in the cluster
  • Automatize the the whole deployment process with Jenkins

Who This Book Is For

This book is for anyone who wants to understand how to effectively deploy a Rails application using Docker and Kubernetes. You will need to understand Rails and have basic knowledge of what Docker and Kubernetes are used for.

About the Author

Pablo Acuña is a software engineer from the south of Chile. He specializes in Ruby on Rails applications and containerized systems. He holds a computer engineering degree from Universidad Técnica Federico Santa Maria in Valparaíso, Chile and currently works as a Lead Developer at ArchDaily—the world's most visited architecture website.

In this Book

  • Development
  • Setting Up Tools for Production
  • Kubernetes
  • Amazon EC2 Container Service
  • Continuous Integration