[Hamid Salehian]
Idea
Customer
Build
Test
Release
Operate
/ Deploy
Code
Analyse
Handoff
Handoff
Handoff
Handoff
Bussiness
Development
Test & QA
Deployment
Idea
Customer
Build
Test
Release
Code
Analyse
Handoff
Bussiness
Development
Test & QA
Deployment
Agile Movement
Operate
/ Deploy
Handoff
Idea
Customer
Build
Test
Release
Code
Analyse
Handoff
Bussiness
Development
Test & QA
Deployment
Continuous Integration
Operate
/ Deploy
Handoff
Continuous Integration (CI) : is the process of automating the build and testing of code every time a team member commits changes to version control
TeamCity
Idea
Customer
Build
Test
Release
Code
Analyse
Bussiness
Development
Test
Deployment
Continuous Delivery
Operate
/ Deploy
QA and Release
| Development=Agile | Operatation=!?? |
|---|---|
| Extreme Focus on Change | Extreme Focus on Stability |
| Ops are innovation blockers | Minimize Change (SLA) |
| Security Doesn't Matter | Security Concern |
| Lack of Operation Knowledge | Lack of Development Knowledge |
Idea
Customer
Build
Test
Release
Code
Analyse
Bussiness
Development
Test & QA
Deployment
Operate
/ Deploy
DevOps
QA and Release
Deployment
web performance and operation - 2009
The DevOps Handbook
Kevin Behr
George Spafford
Gene Kim
Jez Humble
Patrick Debois
The Phoenix Project
DevOps is the practice of operations and development engineers participating together in the entire service lifecycle, from design through the development process to production support.
DevOps is also characterized by operations staff making use many of the same techniques as developers for their systems work.
YOU ANSWER
Jira is a proprietary issue tracking product, developed by Atlassian. It provides bug tracking, issue tracking, and project management functions.
Alternative: TFS, YouTrack
GitHub is a Web-based Git version control repository hosting service. It is mostly used for computer code. It offers all of the distributed version control and source code management functionality of Git as well as adding its own features
Alternative: GitLab, Bitbucket, Beanstalk
Slack is a cloud-based set of team collaboration tools and services which support Bot and have Integration with other tools
Alternative: Flock, Hipchat
ChatOps integrates development and deployment tools into chat platforms to ensure that key DevOps functions can be run from within chat conversations.
For example:Slack lets you send commands directly to and receive data directly from GitHub,
Jenkins is an open source automation tool with plugins built for Continuous Integration purpose. Jenkins is used to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build.
Alternative: Circle CI, Travis CI
Text
Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications.
You Have Package Contains:
OS Configuration
Service Configuration
Hardening Configuration
"Call it Container"
Web Server
Web Server
Database
Web Server
Load Balancer
Apache HTTP
Apache HTTP
Apache Tomcat
MongoDB
HAProxy
Docker Stack
Process of managing and provisioning computer data centers through machine-readable definition files (scripts), rather than physical hardware configuration or interactive configuration tools
- Similar to programming scripts
- Automate important IT processes.
- Automate a series of static steps that must be repeated numerous times across multiple servers.
You can use Ansible to automate three types of tasks:
---
- hosts: webservers
vars:
http_port: 80
max_clients: 200
remote_user: root
tasks:
- name: ensure apache is at the latest version
yum: name=httpd state=latest
- name: write the apache config file
template: src=/srv/httpd.j2 dest=/etc/httpd.conf
notify:
- restart apache
- name: ensure apache is running (and enable it at boot)
service: name=httpd state=started enabled=yes
handlers:
- name: restart apache
service: name=httpd state=restarted
Apache HTTP
Zabbix is software that monitors numerous parameters of a network and the health and integrity of servers. Zabbix uses a flexible notification mechanism that allows users to configure e-mail based alerts for virtually any event. This allows a fast reaction to server problems. Zabbix offers excellent reporting and data visualisation features based on the stored data.
Logstash is an open source tool for collecting, parsing, and storing logs for future use. Kibana 3 is a web interface that can be used to search and view the logs thatLogstash has indexed.
Dev Team
Test
Project Manager
CI
Chatops
Deployment
Production Servers
Docker Hub
Test
powered by: slides.com
see more: https://slides.com/hsarena