devops evangelist

Want to know devops evangelist? we have a huge selection of devops evangelist information on alibabacloud.com

"What should I do with automatic deployment?" 】

deployment requirements are relatively simple, the deployment problem and resolution become complex as the size of the system deployment nodes increases, the requirements for cross-datacenter deployment and service SLAs are higher. To prevent teams from repeatedly solving the same problem, Amazon built an on-premises system, Apollo, so that the team no longer reduces the speed of releasing new features because of deployment. It is reported that thousands of engineers per day in the Amazon to de

Micro-service Architecture pros and cons

With the idea of devops, continuous delivery, and so on, the micro-service architecture is beginning to come into our vision.So is microservices the industry's long-awaited solution? Or is microservices simpler than the overall solution?Let's define the MicroServices first:MicroServices are built with a small set of services that operate independently in different processes, interacting between services through a lightweight communication mechanism, s

Monitoring system of discovering (II.)

Welcome to join the DevOps development Discussion Exchange Group to Exchange, group number 365534424Definition of extensibility Scalability (scalability) is a software system computing processing capacity of the design indicators, high scalability represents a kind of elasticity, in the system expansion and growth process, the software can guarantee exuberant vitality, through little change or even just hardware equipment, can achieve linear growth

Web Developer learning roadmap and web Developer Roadmap

Web Developer learning roadmap and web Developer Roadmap 2017 Web Developer learning roadmap (Source: Google) This article is from a repository created by Kamran Ahmed on Github. In this article, the author shared a learning roadmap for front-end and backend developers and Devops personnel to share their views with their students. At the same time, any suggestions or comments for improvement are also welcome to submit PR to the author. So let's t

From QA to EP

use this car and actively help you maintain it. The logistics industry will also be very concerned about this fare without fuel fees. Speaking of this, you may have understood the relationship between the EP team and other technical teams: the EP team is like the automobile manufacturing industry, providing efficient and low-consumption tools; the product technical team is like the logistics industry, use tools to quickly advance and create user value. They are independent of each other. Who ha

Micro-service Architecture pros and cons _microservice

Advantages and disadvantages of micro-service architecture Previously reprinted an article on the Micro-service architecture written by Martin Fowler: "Micro-Service (microservices)". Today, I will reprint an article summarizing the advantages and disadvantages of this architecture. Reprinted from: "Micro-service, make the development process simpler or more complex." , the debate on micro-service architecture: simpler or more complex. 》。 With the concept of

2017 Cloud Habitat Conference impressions

committed to the DevOps support of large-scale service-oriented software development and deployment, and the Group Summit announced a technical partnership with Hashicorp, the world-renowned code hosting platform, GitHub and the mainstream DevOps technology company. Alibaba cloud users can not only use the GitHub Enterprise version directly on Alibaba clouds, but also can connect GitHub Enterprise Edition

20 most popular it technology jobs and salaries

to be used correctly and rationally." " 19. Development operations (DEVOPS) Salary Range: 135,000 ~170,000 USD In DevOps, how to achieve collaboration between it and the business is their job, and it is an essential skill to enable open and efficient communication between technology and business units. DevOps professionals generally have a variety of skills, bot

Spring Boot POM Detailed

As this picture shows, in the Spring IO framework, Spring boot is in the execution layer to see the official explanation for this layer:The Spring IO execution layer provides domain-specific runtimes (DSRs) for applications built on the IO Foundation modules . A DSR may run standalone without requiring deployment to an external container.Or cite the official words to illustrate what spring boot does primarily:Spring Boot reduces the effort needed to create Production-ready,

Why does micro-service choose Spring Cloud?

ObjectiveToday's microservices architectures are popular, and microservices-based systems also bring clarity to business segmentation and scalability. At the same time, the technology stack that supports microservices is also diverse, and this series focuses on the leading--spring Cloud in these technologies. This is a preface to the main story of why we chose Spring Cloud and its technology overview.1. Why the MicroServices architecture requires spring CloudTo put it simply, the core of service

(VIDEO) "Quick Create Site" 4.2 End – Application operations vs. launch satellites, telemetry (Telemetry) technology

This article is the 10th (end) of the Quick Create website series, and if you have not read the previous content, it is recommended that you click on the chapters in the following directory to read the other content before returning to this article. To access this catalogue, please click on: http://anb.io/blog/tag/wordpress-on-azure/1. Website management platform WordPress and cloud computing Platform Azure Introduction (6-minute video)2.1 Creating websites and Web site operations on Azure (13-m

What technologies are used by start-ups?

Every day, there will be a lot of hype about new languages and databases. But what technologies are actually used? Will the technologies used by good start-ups be different from those used by poor ones? Angellist's self-report can reveal some of our answers. You can find that mongohood uses python, Django, and iOS, and secret uses Java, go, Python, JavaScript, HTML5, CSS, IOS, and Android. Angellist divides these enterprises into three levels: one is "pass", and the technology used is represente

Static analysis-How does automated code scanning prevent defects and accelerate delivery?

confident in making code changes and innovation, in fact, the rate of development of the entire software project is a ladder-style improvement. Reduce product defect Rate Static analysis can help you find and fix defects earlier to prevent systemic defects later in the SOFTWARE PRODUCT. Some static analysis tools not only report static analysis violations, but also integrate with the development platform to directly navigate to specific lines of code, which can help you understand

Turn: Every architect should study the law of Conway.

under high concurrency The two articles are all about the iterative and evolutionary nature of architecture, and it is worthwhile for each architect to learn to assimilate.  Building a closed-loop feedback architectureFirst, share a link that has had the deepest impact on my architecture over the years. This article is about DevOps, but the same applies to system architecture: The three ways:the principles underpinning DevOpsThe first road, the

Continuous delivery of Mesos and Docker import articles

650) this.width=650; "src=" http://s5.51cto.com/wyfs02/M02/89/EF/wKioL1gig_XheDNfAAXo2WPPVMw355.jpg "style=" height : auto;vertical-align:middle;border:0px; "title=" 2015100813410005937156.jpg "alt=" Wkiol1gig_ Xhednfaaxo2wppvmw355.jpg "/>The word change is commonplace in today's digital age, and it technology will revolutionize every time, from WEB2.0, virtualization, cloud computing, Big Data, microarchitecture, DevOps to today's container Docker an

A weekly technical update on distributed technology 2016-09-04

Searcher Distributed portraitThe main areas covered by the direction include the theory of distributed systems and design practices,Resource Management and virtualization technologies, large-scale service stability technology Devops, "distributed direction one week technology dynamic " is a featured technical article on distributed direction that I summarize and organize weekly hope to enable you to follow the industry-related technology dynamics

Sign up for |"ONEAPM x daocloud" Technology Open Class: Docker performance monitoring!

Bin OneAPM back-end research engineerHas more than 10 years of programming experience, participated in large-scale financial, communications and Android mobile phone operating system development, familiar with Linux and background development technology. He has participated in the translation of "first Docker book", "github Introduction and Practice", "web Application Security Authoritative guide", "web+db press", "software design" and other books, and is also the presenter of Docker introducto

Linux can host. NET Core through Docker!

://localhost:5000/api/booksIt does not work.Repeating the same curl request, I saw two errors: either Curl: (RECV) failure:connection reset by peer, or curl: () Empty reply from server.I return to the documentation for the Docker run and check again the-P option I am using and the expose instructions in the Dockerfile are correct. I didn't find any problems, which made me start to get a little frustrated.Once again, I decided to consult with a local Scott Logic

Alibaba Cloud Yi Li: The Evolution of Docker should be adopted instead of the revolutionary means.

. Alibaba Cloud container service has the following advantages:1. Fully embraces open-source standards and is fully compatible with Docker images and Docker native orchestration technologies. Reduce users' cloud migration costs.2. Provides Docker optimized support for Alibaba Cloud, provides better network and storage solutions, and high-reliability and low-cost image storage management solutions.3. Combine Docker technology with microservice architecture,

How to quickly become a Linux OPS engineer

architecture of Linux, understand the general principle2, repeat 60 common Linux Foundation, command, Mount3, TCP/IP protocol, network configuration related knowledge4. SSH principle and application5, the basic configuration of the firewall, iptablesIt is necessary to master some basic tools and skills under Linux:1, Vim editor, whether for writing configuration files, or writing language scripts, Vim is always Linux above the necessary air, need to master the basic operation method, shortcut k

Total Pages: 15 1 .... 9 10 11 12 13 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.