Cargando…

Deploying Rails with Docker, Kubernetes and ECS /

This concise book teaches you how to use the power of Docker and Kubernetes to deploy your Rails applications easily and efficiently. 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 book you need. D...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Acuña, Pablo (Software engineer, Chile)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Place of publication not identified] : Apress, [2016]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Introduction
  • Development ; Dependencies
  • Creating the application
  • Dockerizing Rails
  • Adding a Rails resource
  • Log issues
  • Pushing the app to DockerHub
  • Summary
  • Setting up tools for production ; Installing the AWS CLI
  • Configuring the AWS CLI
  • Tips for using the AWS CLI
  • Summary
  • Kubernetes ; Introduction
  • Main objects
  • Pods
  • Structuring the files
  • Templates
  • Minikube
  • Launching an AWS Kubernetes cluster
  • Running the templates in production
  • Adding persistence
  • Updating the application
  • Automation scripts
  • Summary
  • Amazon EC2 container service ; Concepts
  • Configuring the ECS-CLI
  • Creating the cluster using the Amazon ECS CLI
  • DB configuration
  • Creating the task definition
  • Creating a service for our application
  • Running updates to our application
  • Summary
  • Continuous integration ; Installing Jenkins
  • Configuring a job for Kubernetes
  • Configuring a job for ECS
  • Summary.