InfoQ Homepage DevOps Content on InfoQ
-
AppDynamics Extends Business Transaction Tracing to SAP Environments
AppDynamics, an application intelligence and performance management vendor owned by Cisco, has announced the availability of AppDynamics for SAP. New ABAP code-level monitoring provides visibility of customer experiences, from digital touch-points through mission-critical SAP business applications, from code-level insights to customer taps, swipes and clicks.
-
Atlassian Releases Escalator, an Autoscaling Tool for Kubernetes Nodes
Atlassian released their in-house tool Escalator as an open source project. It provides configuration-driven preemptive scale-up and faster scale-down for Kubernetes nodes.
-
Unified Service Discovery Announced by OpsRamp
At the May 2018 Gartner IT Operations Strategies and Solutions Summit in Orlando, Florida, OpsRamp announced a new solution, Unified Service Discovery, and a 48-hour IT Asset Visibility Challenge for hybrid environments.
-
Management Support in Agile Adoption
It is essential that everyone involved in operating the business be aware of how IT can change daily operations. Senior management can look across silos and teams to impact the throughput of the entire system. IT managers and executives rely on business managers being active participants for teams to work effectively and efficiently. Management commitment remains key for agile across the company.
-
From Darwin to DevOps: John Willis and Gene Kim Talk about Life after The Phoenix Project
IT Revolution recently published an audiobook with nearly eight hours of conversation between Gene Kim and John Willis; Beyond the Phoenix Project – the Origins and Evolution of DevOps.
-
Increasing the Resilience of APIs with Chaos Engineering
The Gremlin team has described a simple chaos experiment as a method of validating that an organisation’s APIs are resilient. Using the principles of chaos engineering and techniques like running “game days” (a fire drill for IT systems and people) can provide value, as can the appropriate use of commercial and open source tooling emerging within this space.
-
Happy Cultures and How They Grow High Performers
ITV's Tom Clark spoke at DOXLON in February, proposing the hypothesis that high performance is a side-effect of creating happy teams. Andy Flemming, contributor to Deliberately Developmental Organization, also recently spoke about how to reap business and strategic benefits by creating a culture with an intentional focus on transparency, and the learning, growth and happiness of individuals.
-
Google's Stackdriver Monitoring Announces Better Support for Kubernetes Deployments
At the recently concluded KubeCon, Google announced the beta release of Stackdriver monitoring for Kubernetes. The key features include central visibility of Kubernetes-orchestrated container metrics and logs along with other metrics in the existing Stackdriver dashboard, and better Prometheus support.
-
Latest Roundup of EE4J Activities for Jakarta EE
There has been a recent flurry of EE4J activity as the Eclipse Foundation is positioning Jakarta EE as the new home for cloud native Java. Numerous EE4J projects have been proposed, created, or are under creation review, and Microsoft has joined the Jakarta EE working group.
-
Microsoft Announces Its Own Content Delivery Network in Public Preview
Microsoft announced it would start to provide a public preview of their own Content Delivery Network (CDN) to enable customers to use and deliver content from it. With Azure CDN customers can allow their businesses to provide content on any of Microsoft’s extensive 54 global point-of-presence (POP) CDN in 33 countries.
-
Google Release "gVisor", a Lightweight Container Runtime Sandbox Used to Provide Secure Isolation
Google has released gVisor, a new kind of sandbox that can be used to provide secure isolation for containers that is less resource intensive than running a full VM. At its core gVisor is an open source user-space kernel, written in Go, that implements a substantial portion of the Linux system surface. The project includes an OCI runtime called “runsc” that integrates with Docker and Kubernetes.
-
Terratest - an Open Source Go Library for Automated Infrastructure Testing
Gruntwork open sourced their Go framework Terratest which can be used to write automated tests for testing infrastructure. The library comes with support for Terraform and Packer.
-
AWS EC2 Fleet: Manage Thousands of On-Demand and Spot Instances with One Request
Amazon announced EC2 Fleet, a new feature that gives customers a unique ability to create fleets composed of a combination of EC2 On-Demand, Reserved, and Spot Instances, by using a single API. Moreover, the customer can specify what capacity and instance-wise VM's it requires, and AWS will launch, manage, monitor and scale instances that they need, without writing any scaffolding code.
-
Google App Engine to Support Node.js 8.x Using the Recently Open Source gVisor Sandbox
Google App Engine (GAE), Google's PaaS offering, is now offering a preview of support for the Node.js 8.x runtime within the standard environment, with a full release promised soon.
-
GitHub Checks API Enables Apps for Advanced Continuous Integration
GitHub Checks API aims to make it possible to integrate code checks into a continuous integration workflow. For example this could mean linting a source file and present the results directly in the pull request view. The feedback can be so detailed as desired, e.g., showing the line of code causing a problem, thus allowing the commit author to fix the issues and run a new check on the code.