This book is designed to introduce you to using containers and Kubernetes for full-stack development. You’ll learn how to develop a full-stack application using Ruby on Rails and PostgreSQL with Sidekiq, and how to manage them all — first with Docker, then with Docker Compose, and finally with Kubernetes.
This book is based on the Rails on Containers tutorial series found on DigitalOcean Community. The topics that it covers include how to:
- Get started developing an application about sharks using the Ruby on Rails framework
- Extend the application’s data model to incorporate user submitted information about sharks
- Add the Stimulus JavaScript and Bootstrap CSS frameworks to your application to create visually appealing, interactive pages
- Integrate Sidekiq into your application to handle asynchronous data processing
- Containerize your application and streamline your development workflow using Docker Compose
- Migrate your Docker Compose development workflow to Kubernetes, finishing with a completely cloud-native application
Each chapter is is designed to build progressively from the first. However, if you’re familiar with a topic, or are more interested in a particular section, feel free to jump to the chapter that best suits your purpose.
Conditions of Use
This book is licensed under a Creative Commons License (CC BY-NC-SA). You can download the ebook Rails on Containers for free.
- Title
- Rails on Containers
- Publisher
- DigitalOcean
- Author(s)
- Kathleen Juell
- Published
- 2020-12-18
- Edition
- 1
- Format
- eBook (pdf, epub, mobi)
- Pages
- 238
- Language
- English
- ISBN-10
- 0999773089
- ISBN-13
- 9780999773086
- License
- CC BY-NC-SA
- Book Homepage
- Free eBook, Errata, Code, Solutions, etc.
About DigitalOcean Preface - Getting Started with this Book Introduction How To Build a Ruby on Rails Application How To Create Nested Resources for a Ruby on Rails Application How To Add Stimulus to a Ruby on Rails Application How To Add Bootstrap to a Ruby on Rails Application How To Add Sidekiq and Redis to a Ruby on Rails Application Containerizing a Ruby on Rails Application for Development with Docker Compose How To Migrate a Docker Compose Workflow for Rails Development to Kubernetes