InfoQ Homepage DevOps Content on InfoQ
-
Google Publishes Its BeyondProd Cloud-Native Security Model
Google BeyondProd white-paper provides a model for cloud-native security in a containerized world. Google's model requires moving beyond the traditional perimeter-based security model and leverages code-provenance and service identity as security cornerstones. Google also provided a list of open-source software that can be used to implement its security model.
-
Wildcard HTTPS Subdomain Configuration with static.fun
ZEIT Now recently introduced easy deployment to HTTPS-enabled subdomains, and to celebrate this announcement, created the open-source static.fun service.
-
Datawire Announces the Ambassador Edge Stack Early Access Program
Datawire last week announced the release of the Ambassador Edge Stack 1.0. The Ambassador Edge Stack is an integrated edge solution that empowers developer teams to rapidly configure the edge services required to build, deliver, and scale their applications running in Kubernetes.
-
Java 14 Is in Feature-Freeze and Release Rampdown
JDK 14 is now in Rampdown Phase One - meaning that the overall feature set is frozen and no further features will be targeted to this release.
-
High Availability for Self-Managed Kubernetes Clusters at DT One
The engineering team at DT One, a global provider of mobile top-up and reward solutions, wrote about how they implemented IP failover-based high availability for their self-managed Kubernetes cluster ingress on Hetzner’s hosting platform.
-
James Ward and Ray Tsang on Knative Serverless Platform
At this year's QCon San Francisco 2019 Conference, James Ward and Ryan Knight hosted a workshop on Serverless technologies using the Knative framework. InfoQ caught up with speakers to discuss the role of serverless in developing cloud native applications.
-
Microsoft Announces Public Preview of Event Grid on IoT Edge
Microsoft have announced the public preview of Event Grid on IoT Edge, which enables the adoption of event-driven architectures on systems created for disconnected or remote environments. This means that implementing event-driven scenarios using a publish/subscribe model with routing capabilities are now available on Internet of Things devices running anywhere.
-
Improved File Sharing in Docker Desktop for Windows Enhances Developer Experience
Docker has released a new fileshare implementation for Docker Desktop for Windows as part of the 2.1.7.0 edge release. This new fileshare makes use of FUSE (Filesystem in Userspace) and allows for more seamless sharing of files between host and container. This includes being able to edit source on the host, save, and see the changes live in the browser on the container.
-
Preventing and Dealing with Vulnerabilities with GitLab
One year after the official launch of GitLab public bung program, it is time for the company to wrap up its results and determine how it helped improve security for GitLab and its customers. InfoQ had the chance to speak with GitLab senior application security engineer James Ritchey to learn more about GitLab's security strategy and what a bug bounty program can contribute to an organization.
-
Solo.io Release WebAssembly Hub for Envoy-based Wasm Extensions
Solo.io released WebAssembly Hub, a service for building deploying, sharing, and discovering Web Assembly extensions for Envoy. The goal of WebAssembly Hub is to enable users to configure and extend their Envoy-based service mesh.
-
Failure Modes and Building Resilient Systems: Adrian Cockcroft at QCon SF
Adrian Cockcroft recently shared his thoughts on how to produce resilient systems that operate successfully in spite of the presence of failures. At the recent QCon San Francisco event, he also shared what he considers are good cloud resilience patterns for building with a continuous resilience mindset.
-
Amazon Announces the Open Preview of a Managed Apache Cassandra Service (MCS) on AWS
At the recent AWS re:Invent, Amazon announced a new way of managing Cassandra databases on AWS. With Amazon Managed Apache Cassandra Service (MCS), the public cloud vendor can offer Cassandra directly to customers instead of through third-party vendors.
-
Red Hat Releases WildFly 18 Featuring Support for Jakarta EE and MicroProfile
Red Hat has released version 18 of their WildFly application server featuring support for Jakarta EE 8 and MicroProfile 3.0. Other features include alignment with the Jakarta EE APIs, support for JDK 13, and enhancements to security, clustering and EE subsystems, especially in the areas of EJB and RESTEasy.
-
Atlassian Introduces Forge, a New Way to Build Serverless Cloud Apps
In a recent blog post, Atlassian announced a new serverless cloud platform called Forge that allows developers to build Functions-as-a Service (FaaS)-based applications that are hosted and operated by Atlassian. Forge UI, a flexible and declarative UIL language, will be used by developers to build interactive experiences across web and mobile devices using a low-code approach.
-
Live Recorder: Debugging C++, Rust, and Go with Capture and Replay of Nondeterministic Data
Early in the year the Undo team released Live Recorder 5, a “software flight recorder technology” for C, C++ and Go applications that enables the capture of all non-deterministic data within an application’s execution for debugging purposes. The resulting recording supports the replay of events in time, backwards and forwards, when looking for and fixing bugs.