continuous testing using shippable and docker

33
@muktaa [email protected] Continuous Testing using Shippable and Docker Mukta Aphale DevOps Practice Head WhiteHedge Technologies

Upload: mukta-aphale

Post on 07-Jan-2017

4.171 views

Category:

Technology


3 download

TRANSCRIPT

@muktaa

[email protected]

Continuous Testing using Shippable and Docker

Mukta AphaleDevOps Practice Head

WhiteHedge Technologies

@muktaa

[email protected]

About Me• C, Java, Ruby developer for about 12 years•DevOps and Systems enthusiast since 3 years• Creative at heart, technology geek at profession• Technology, innovation and the thirst to keep learning are what define me•Working as DevOps Head at WhiteHedge Technologies• Love to travel, read and write

@muktaa

[email protected]

About WhiteHedge Technologies

@muktaa

[email protected]

Typical DevOps Phases•Continuous Integration•Continuous Delivery•Continuous Testing•Continuous Monitoring

@muktaa

[email protected]

The Environments

Diagram Credit: https://sdarchitect.files.wordpress.com/2012/10/cicdctcm.png

@muktaa

[email protected]

Is Continuous Testing really just one phase in DevOps?

@muktaa

[email protected]

DevOps is actually all about Continuous Testing!

@muktaa

[email protected]

The Love Triangle•DevOps = Marriage of Development and Operations•Where does the Testing Team fit in the definition?• Testing teams need to assert themselves to fit in all phases of DevOps

@muktaa

[email protected]

Testing in all phases

• Pre-flight testing•Unit Testing• Functional Testing• Integration Testing•Nightly and Weekend Regression Tests

Test Early.Test Faster.Test Often.Automate.

@muktaa

[email protected]

Testing Maturity• Key differentiator of best devops infrastructures• Vital part of devops process• Test orchestration and automation is still a challenge• Verify the changes. Verify them fast.• Test code changes and if they integrate them well• Ensure changes do not blow up the product!

Credit: http://devops.com/2015/02/02/devops-continuous-testing/

@muktaa

[email protected]

The ChallengeEarly, Frequent and Accurate Testing requires access to real world testing environments.

Service Virtualization in the form of Containerization, specifically using Docker,

intends to solve this problem.

@muktaa

[email protected]

What is Docker?

Linux Container3 Components:Docker Engine

Docker HubDocker Images

Benefits:Speed

PortabilityDensity

Open Source

“Can create lightweight, self sufficient containers from

any application”

@muktaa

[email protected]

Virtual Machine Docker

Docker is not a VM

@muktaa

[email protected]

Typical Design

CI – Build and Unit Testing

Nightly Builds – Build, Unit Test and Deploy to QA Env

Run Integration Tests (Selenium

Tests)

Feedback – Email Test Report

Failing Tests Polluted the Env. Even after

successful tests, the env was changed.

For every deployment, the Env

has to be setup

@muktaa

[email protected]

After Dockerizing…

Dockerfile (app1)Dockerfile (app2)Dockerfile (db)

Docker HubBase-Image-App1Base-Image-App2Base-Image-DB

CIServer

Deployment Script

Test Environment:

App1 App2

DB

Selenium Tests

Feedback – Email Test

Report

@muktaa

[email protected]

Shippable makes this docker deployment and

thus testing, simple

@muktaa

[email protected]

Shippable•SaaS Platform•Reduces the time taken for code to be built, tested and deployed to production•Shippable CI/CD•Shippable Formations

@muktaa

[email protected]

Automated Deployment Pipelines

@muktaa

[email protected]

@muktaa

[email protected]

@muktaa

[email protected]

@muktaa

[email protected]

Shippable Formations• Easy way to provision, configure, and deploy multi-

container Dev and Test clouds (environments)• Fully integrated with the updated Shippable CI/CD

platform, and together, they create an automated, frictionless pipeline from source control to full-topology environments• Can mimic your production environment or represent

any combination of software component versions you'd like to deploy.

@muktaa

[email protected]

Shippable Formations (Contd.)Fully orchestrated, persistent, and 'smart', i.e. they can automatically update themselves when any new code is committed into any component of the application. 

Ensures that your Dev and Test labs always run the latest code and are reliable indicators of how that code will behave in production.

@muktaa

[email protected]

Creating Formations

@muktaa

[email protected]

@muktaa

[email protected]

Notice the services under each env, the docker image and how it is mapped.

@muktaa

[email protected]

Status of deployment of services on each environments

@muktaa

[email protected]

Environment Variables can be set as a part of configuration

@muktaa

[email protected]

Image details and the associated configurations

@muktaa

[email protected]

Why Formations?• Automation without scripts• Automated integration/functional testing•One-click upgrade and rollback•No more 'works on my machine' bugs•Developer-focused approach • Cost effective

@muktaa

[email protected]

LighthouseIt is a docker image watcher. You can add any image from any registry that you want to track and get notified via email when there is an update.

@muktaa

[email protected]

Interesting Facts about Shippable• Shippable was founded in 2013 by Avi Cavale and Manisha

Sahasrabuddhe• It was known as Qhode initially• Avi managed to raised the first round of funding over a game of table

tennis!• Shippable has raised over $10 million funding till today• Formations was launched on 18 June 2015• Shippable runs more than 60,000 containers weekly• Google Kubernetes can do 150-200 daily builds using Shippable• Shippable calls itself to be in the era of DevOps 2.0, meaning developers

no longer have to write code and scripts in unfamiliar languages to make deployments

@muktaa

[email protected]

Thank You!Questions?

We are Authorized Docker Training Partners in the APAC region!

You can write to us at [email protected] for details about Certified Docker Training.