SlideShare a Scribd company logo
Environment
Masters Academy, 2018
Environment
- Production environment
Environment
- Production environment
- General principles
Environment
- Production environment
- General principles
- Tools
Environment
- Production environment
- General principles
- Tools
- Docker
Environment
- Production environment
- General principles
- Tools
- Docker
- Docker Compose
Environment
- Production environment
- General principles
- Tools
- Docker
- Docker Compose
- Deployment Keys and Security
Environment - Production environment
- Setting where your product is actually put into operation for their intended
uses by end users
- Could be thought of as a real-time setting where programs are run hardware
setups are installed and relied on for organization or commercial daily
operations
- In testing environment a product is still being used theoretically. In the
production environment, the product has been delivered and needs to work
flawlessly
Environment - Production environment
- Code is frozen
- Services are high-stable
- All of possible cacheable things is cached
- Assets are precompiled
- Contains at least TWO servers:
- HTTP-server
- Web-server
- DB is being backed up regularly
- Virtual server is secured
Environment - General principles
Copy sourcesCreate dir for release Run bundle
Run DB migrationsPrecompile assets
Link “current” to the
new release
Unlink old symlink Restart Web Server Reset Cache
Environment - Tools
- Docker
- Docker Compose
Environment - Docker
VIRTUALIZATION CONTAINER
S
APP
GUEST OS
APP
GUEST OS
APP
GUEST OS
HYPERVISOR
HOST OPERATING SYSTEM
APP
SUPPORTING
FILES
RUNTIME
APP APP
SUPPORTING
FILES
RUNTIME
APP
HOST OPERATING SYSTEM
Environment - Docker
Process
Process
Process
LIB
Process
Process
Process
LIB
DOCKER ENGINE
OPERATING SYSTEM
Environment
Environment - Docker Compose
Dockerfile
FROM ruby:2.4
RUN apt-get update -qq && apt-get install -y curl apt-transport-https build-essential libpq-dev
RUN mkdir /app
WORKDIR /app
ADD Gemfile /app/Gemfile
ADD Gemfile.lock /app/Gemfile.lock
RUN bundle install
ADD . /app
Environment - Docker Compose
Native Docker Compose Based
- Database
- Redis
- Sidekiq
- Rails app
- Elasticsearch
- Code
Database
RedisSidekiq
Rails app
Elasticsearch
Code
Environment - Docker Compose
Project folder
app/
Gemfile
Gemfile.lock
Dockerfile
docker-compose.yml
Environment - Docker Compose
docker-compose.yml
version: '3'
services:
db:
image: postgres
ports:
- 5432:5432
redis:
image: redis:4-alpine
ports:
- 6379:6379
web:
build: .
ports:
- 3000:3000
depends_on:
- redis
- db
WEB
REDIS
DB
Environment - Deployment Keys and Security
- Do not keep secret information in the repository
- Do not keep env files in the repository
- Do not use standard SSH ports
- Do not make your services open-for-world
- Disable remote access to your services
- Encrypt sensitive data
- Store sensitive data in the ENV
- Use secured SSL
Q & A

More Related Content

PPTX
London Community Summit 2016 - Fresh New Chef Stuff
PPTX
London Community Summit - Habitat 2016
PPTX
SAP TechEd 2013 session Tec118 managing your-environment
PDF
Compliance as Code
PDF
Ansible Introduction
PDF
Ansible introduction - XX Betabeers Galicia
PPTX
Understand Chef
PDF
Chef Automate Workflow Demo
London Community Summit 2016 - Fresh New Chef Stuff
London Community Summit - Habitat 2016
SAP TechEd 2013 session Tec118 managing your-environment
Compliance as Code
Ansible Introduction
Ansible introduction - XX Betabeers Galicia
Understand Chef
Chef Automate Workflow Demo

What's hot (20)

PDF
Chef vs Puppet vs Ansible vs SaltStack | Configuration Management Tools Compa...
PPTX
Compliance Automation with Inspec Part 2
PDF
Things I've learned working with Docker Support
PDF
PuppetConf 2016: An Introduction to Measuring and Tuning PE Performance – Cha...
PDF
PuppetConf 2016: Best Practices for Puppet in the Cloud – Randall Hunt, Amazo...
PPTX
So I Wrote a Manifest
PPTX
An Introduction into Bosh | anynines
PPTX
Azure handsonlab
PDF
DevOps for Humans - Ansible for Drupal Deployment Victory!
PDF
Automating the Network
PDF
Quick and Solid - Baremetal on OpenStack | Rico Lin
PPTX
Chef introduction
PPTX
Scaling Development Environments with Docker
PPTX
1. react - native: setup
PPTX
Interconnecting containers at scale #Dockercon
PDF
TIAD 2016 : Using and abusing container metadata
PPTX
Introduction to chef
PDF
AWSインフラのコード化にトライしてみて
PPTX
Terraform day 1
PDF
Ansible Case Studies
Chef vs Puppet vs Ansible vs SaltStack | Configuration Management Tools Compa...
Compliance Automation with Inspec Part 2
Things I've learned working with Docker Support
PuppetConf 2016: An Introduction to Measuring and Tuning PE Performance – Cha...
PuppetConf 2016: Best Practices for Puppet in the Cloud – Randall Hunt, Amazo...
So I Wrote a Manifest
An Introduction into Bosh | anynines
Azure handsonlab
DevOps for Humans - Ansible for Drupal Deployment Victory!
Automating the Network
Quick and Solid - Baremetal on OpenStack | Rico Lin
Chef introduction
Scaling Development Environments with Docker
1. react - native: setup
Interconnecting containers at scale #Dockercon
TIAD 2016 : Using and abusing container metadata
Introduction to chef
AWSインフラのコード化にトライしてみて
Terraform day 1
Ansible Case Studies
Ad

Similar to Environment (20)

PDF
From development environments to production deployments with Docker, Compose,...
PPTX
Ruby on Rails and Docker - Why should I care?
PDF
ContainerDayVietnam2016: Dockerize a small business
PDF
Spinnaker Summit 2018: CI/CD Patterns for Kubernetes with Spinnaker
PDF
Using Docker Developing and Deploying Software with Containers 1st Edition Ad...
PDF
Using Docker Developing and Deploying Software with Containers 1st Edition Ad...
PPTX
DockerCon 15 Keynote - Day 2
PDF
Using Docker Developing and Deploying Software with Containers 1st Edition Ad...
PDF
Containers and microservices for realists
PDF
Containers and Microservices for Realists
PDF
Docker for Devs - John Zaccone, IBM
PDF
Docker and OpenStack Boston Meetup
PPTX
Introduction to Containers & Diving a little deeper into the benefits of Con...
PDF
Introducción a contenedores Docker
PDF
Faster and Easier Software Development using Docker Platform
PPSX
How Postman adopted Docker
PPTX
Docker open stack boston
PPTX
8 good reasons to learn docker
PPTX
The Tale of a Docker-based Continuous Delivery Pipeline by Rafe Colton (ModCl...
PDF
Dockercon EU 2014
From development environments to production deployments with Docker, Compose,...
Ruby on Rails and Docker - Why should I care?
ContainerDayVietnam2016: Dockerize a small business
Spinnaker Summit 2018: CI/CD Patterns for Kubernetes with Spinnaker
Using Docker Developing and Deploying Software with Containers 1st Edition Ad...
Using Docker Developing and Deploying Software with Containers 1st Edition Ad...
DockerCon 15 Keynote - Day 2
Using Docker Developing and Deploying Software with Containers 1st Edition Ad...
Containers and microservices for realists
Containers and Microservices for Realists
Docker for Devs - John Zaccone, IBM
Docker and OpenStack Boston Meetup
Introduction to Containers & Diving a little deeper into the benefits of Con...
Introducción a contenedores Docker
Faster and Easier Software Development using Docker Platform
How Postman adopted Docker
Docker open stack boston
8 good reasons to learn docker
The Tale of a Docker-based Continuous Delivery Pipeline by Rafe Colton (ModCl...
Dockercon EU 2014
Ad

More from Masters Academy (20)

PPTX
Ruby Exceptions
PPTX
Basic Net technologies
PPTX
Databases
PPTX
Frontend
PPTX
Development Methodologies
PPTX
Object-Oriented Programming
PPTX
PPTX
Processing
PPTX
Serialization
PPTX
Serverless
PPTX
Data Types
PPTX
How to be up todate
PPTX
Call stack, event loop and async programming
PPTX
Html, css, js
PPTX
Server architecture
PPTX
Serialization
PPTX
Data types
PPTX
Net Technologies
PPTX
Net Technologies
Ruby Exceptions
Basic Net technologies
Databases
Frontend
Development Methodologies
Object-Oriented Programming
Processing
Serialization
Serverless
Data Types
How to be up todate
Call stack, event loop and async programming
Html, css, js
Server architecture
Serialization
Data types
Net Technologies
Net Technologies

Recently uploaded (20)

PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Cell Types and Its function , kingdom of life
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Basic Mud Logging Guide for educational purpose
PDF
Business Ethics Teaching Materials for college
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PDF
Classroom Observation Tools for Teachers
PDF
01-Introduction-to-Information-Management.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPH.pptx obstetrics and gynecology in nursing
O5-L3 Freight Transport Ops (International) V1.pdf
Microbial diseases, their pathogenesis and prophylaxis
Week 4 Term 3 Study Techniques revisited.pptx
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Cell Types and Its function , kingdom of life
Anesthesia in Laparoscopic Surgery in India
TR - Agricultural Crops Production NC III.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
human mycosis Human fungal infections are called human mycosis..pptx
Basic Mud Logging Guide for educational purpose
Business Ethics Teaching Materials for college
Supply Chain Operations Speaking Notes -ICLT Program
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
Classroom Observation Tools for Teachers
01-Introduction-to-Information-Management.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf

Environment