InfoQ Homepage DevOps Content on InfoQ
-
Q&A with Gabe Monroy of Microsoft on Azure Kubernetes Service from Build 2018
InfoQ caught up with Gabe Monroy, lead program manager for Containers on Azure regarding Azure Kubernetes Service (AKS) from the Microsoft //build conference. He goes into more detail about how Microsoft is working with the community, but at the same trying to differentiate the service, by integrating Azure Active Directory (AAD) for instance.
-
Azure Kubernetes Service (AKS) Is Now Generally Available - More Regions and New Features
At the end of October last year Microsoft announced a preview of AKS (Azure Container Service), a managed Kubernetes service in Azure. Now almost seven months later this service in Azure is generally available - and it joins a space with many competitive managed kubernetes services by other cloud providers, each offering different functionality and deployment locations.
-
Too Many Scripts Can Kill Your Continuous Delivery
Avantika Mathur spoke at Continuous Lifecycle London last month on the costs associated with an ever increasing number of scripts in a Continuous Delivery pipeline. Besides the cost of maintaining the scripts, the lack of visibility and auditability on exactly what activities are being carried out before deploying a change to production is another major cost not many organizations are aware of.
-
Kubernetes Package Manager Helm Now Hosted by the CNCF
Earlier in the month the Cloud Native Computing Foundation (CNCF) Technical Oversight Committee (TOC) voted to accept Helm as an incubation-level hosted project. Helm is a package manager that provides an “easy way to find, share, and use software built for Kubernetes”.
-
Enabling Continuous Delivery with a Dedicated Team
Robin Weston describes how an external enablement team was able to introduce continuous delivery practices in an organization with high resistance to change and siloed teams. Rather than just bringing in new technology and tools, the team focused on sharing and educating teams. Practices ranged from continuous integration, to following the test pyramid, or reducing cycle time by identifying waste.
-
FAKE 5 Build Task Tool Brings .NET Core Support
Fake 5 was recently recently released after several several months of previews. This new version of the build tool for .NET applications brings a rewrite of the core, as well as many internal improvements and features. InfoQ reached out to Matthias Dittrich, maintainer of Fake, to learn more about all the changes and features.
-
Lazy FP State Restore Vulnerability Affects Most Intel Core CPUs
Intel has disclosed a new vulnerability affecting most of its Core processors and making them targets for side-channel attacks similar to Spectre and Meltdown. The vulnerability, dubbed Lazy FP state restore (CVE–2018–3665), allows a process to infer the contents of FPU/MMX/SSE/AVX registers belonging to other processes.
-
Full Cycle Developers at Netflix: from Mindsets to Self-Service Tooling
The Netflix Tech Blog has shared the story of the “Edge Engineering” team’s journey of experimenting with approaches to building and operating services, which has culminated in “Full Cycle Developers”. This approach is showing promise with Netflix, where developers are responsible for certain operational aspects of service delivery, and are supported through a range of self-service tooling.
-
OpsRamp Introduces an AIOps Inference Engine
Provider of a SaaS based IT operations management platform, OpsRamp, has announced OpsRamp 5.0, a new release featuring an artificial intelligence for IT Operations (AIOps) inference engine for alerting and event correlation. The new release also includes a multi-cloud visibility dashboard.
-
Observability and Microservices: The Need for Effective Tracing and Metrics
Zach Jory has written an article discussing how microservices and service mesh implementations need observability to ensure that developers can build cloud-native applications which scale and can be more easily managed. This ties into a number of articles and interviews we have spoken about over recent months too.
-
AppDynamics Launches New European Software-as-a-Service Offering
Application intelligence vendor, AppDynamics, has launched a new European Software-as-a-Service (SaaS) offering, built on the Amazon Web Services (AWS) EU (Frankfurt) Region.
-
Microsoft Announces Support for CloudEvents through Its Azure Event Grid Service
Microsoft announced it would provide support for CloudEvents, a new open specification, and standard for consistently describing event data. This open standard was created by the Serverless Working Group of the Cloud Native Compute Foundation (CNCF), who partners with many cloud services and cloud providers.
-
Understanding Production with DevOps Archeology
Lee Fox spoke at Continuous Lifecycle London about tools and methods to help make sense of today’s complex systems and infrastructure; he calls it DevOps archeology.
-
AWS Releases Elastic Container Service for Kubernetes (EKS)
In 2017 at re:Invent, AWS previewed a Kubernetes-based container service. Now six months later, the Elastic Container Service for Kubernetes (EKS) is generally available. It joins a crowded space of managed Kubernetes cloud services, each offering different functionality and deployment locations.
-
Building Observable Distributed Systems
Today's systems are more and more complex; microservices distributed over the network and scaling dynamically, resulting in many more ways of failure, ways we can't always predict. Investing in observability gives us the ability to ask questions to systems, things we never thought about before. Some of the tools that can be used for this are metrics, tracing, structured and correlated logging.