InfoQ Homepage DevOps Content on InfoQ
-
AWS Release ‘SAM Local’ to Facilitate Local Build and Test of AWS Lambda Serverless Applications
AWS have released a new tool in beta, SAM Local, that makes it easy to build and test serverless AWS Lambda applications on a local dev machine. Core features provided by SAM Local include: the ability to test AWS Lambda functions locally running within Docker, a simple CLI to start a local API Gateway, and the generation of sample payloads for testing the handling of various AWS event sources.
-
Adopting Agile and DevOps at Wyndham Vacation Rentals UK
Embedding agile and DevOps had a positive impact on the role of QA at Wyndham; focusing effort in the earlier lifecycle stages has led to smoother releases with fewer bugs and post-production issues. Business colleagues and customers are more involved throughout the delivery cycle, making testing a shared responsibility .
-
Microsoft Ships Azure Event Grid for Unified Event Processing
Today, Microsoft released a novel service for ingesting and processing cloud events. The Azure Event Grid takes events generated from Azure services, or custom apps, and routes them to chosen handlers.
-
Amazon Web Services Joins Cloud Native Computing Foundation (CNCF)
The Cloud Native Computing Foundation (CNCF) has announced that Amazon Web Services (AWS) has joined the CNCF as a platinum member with the goal of accelerating the development and deployment of cloud native technologies in its market-leading public cloud.
-
How Do You Fit a Core Banking System into a Few Containers? Insight from DOES EU 17
At the DevOps Enterprise Summit EU 2017, held in London, InfoQ sat down with Amine Boudali and Jose Quaresma and discussed key insights from their presentation “How Do You Fit a Core Banking System into a Few Containers?”
-
Book Review Docker on Windows by Elton Stoneman
Docker on Windows, written by Elton Stoneman, is a great book for Windows developers who want to learn how to effectively use Docker. It covers many aspects from Docker: images and containers, but also newer features such as multi-stage builds. The book is a perfect fit for engineers, architects, and administrators who are already building and delivering server applications running on Windows.
-
How Edgemesh Rolled out Its P2P Web Acceleration Service to Production
Edgemesh is a P2P web acceleration service based on the WebRTC protocol suite that offloads some of the the traffic normally handled by traditional CDNs to browser-based caches shared over a P2P network. They rolled out their release to production in the last few months and shared some of their experiences.
-
Amazon CloudWatch Events Gains Cross-Account Event Delivery
Amazon Web Services (AWS) recently added cross-account event delivery to Amazon CloudWatch Events to support use cases such as the tracking of events across an entire organization and the handling of events in separate accounts to implement advanced security schemes.
-
Active Management of Open Source Components Delivers Measurable Improvements Claims Sonatype Report
When organisations actively manage the quality of open source components in software applications they see a 28% improvement in developer productivity (through reduction in manual governance), a 30% reduction in overall development costs, and a 48% increase in application quality (as application vulnerabilities are removed early reducing their incidence in production).
-
Q&A with Mayank Prakash: DevOps in UK's Largest Government Department
Mayank Prakash, Director General, CDO and CIO of UK’s Department for Work and Pensions told the DevOps Enterprise Summit London audience how the largest UK’s government department is moving away “from an organisation based on traditional vendor outsourcing, traditional structures and service delivery models to one with digital in its DNA”. InfoQ had the opportunity to do a Q&A with Mr. Prakash.
-
Hiscox CTO Emphasises DevOps Is about Survival
Hiscox's CTO talks about cloud strategy, DevOps and getting ops on board these changes.
-
AWS Web Application Firewall: Bolt-on Security for Insecure Websites
AWS Web Application Firewall inspects traffic coming into your web application, looking for suspicious activity. It can pass good requests onto your application and block requests that match common attack vectors - like SQL injection. WAF can add a layer of security onto an existing application without changing the app.
-
ContainerPilot 3.0 Released with Multiprocess Container Support
Joyent released version 3.0 of ContainerPilot which functions as an init system for running multiple processes inside containers. It automates the processes of service registration, service discovery, health checks, and lifecycle management for the processes. It has a new HTTP-based API, a simpler configuration language and Consul-only support.
-
“Cluster Schedulers”: Cindy Sridharan on the Purpose of Schedulers, and Why imgix Chose Nomad
Cindy Sridharan, an engineer at imgix, has written a comprehensive article on the purpose of application/job schedulers like Kubernetes and Nomad, and discussed the application packaging, deployment and lifecycle challenges the imgix team had which led them to consider implementing a scheduler within their technology stack.
-
The Difference between SOA and Microservices?
RedMonk's Stephen O'Grady has entered the debate on SOA versus microservices and agrees with many others that the size of a service is neither a necessary nor sufficient differentiation.