InfoQ Homepage Runtimes Content on InfoQ
-
Microsoft Releases Azure Ultra Disk Storage to General Availability
In a recent blog post, Microsoft announced the general availability of Azure Ultra Disk Storage - a new Managed Disks offering, which delivers unprecedented and extremely scalable performance with sub-millisecond latency for the most demanding Azure Virtual Machines and container workloads.
-
OpenJDK Project Valhalla Releases LW2 Prototype
Project Valhalla (OpenJDK) has released LW2, a new user-accessible prototype of the effort to align with modern hardware. InfoQ discusses this new prototype in-depth with IBM's tech lead for this new technology.
-
Weaveworks Releases Ignite, AWS Firecracker-Powered Software for Running Containers as VMs
Software startup Weaveworks celebrated their fifth birthday by releasing an open source project called Weave Ignite. This project is billed as a "GitOps-managed virtual machine (VM) with a container UX." This novel software uses Firecracker, the AWS open source project that underpins AWS Lambda. InfoQ spoke to team behind the project to learn more.
-
Microsoft Releases Azure Bastion, Eliminating the Jumpbox Virtual Machine
In a recent blog post, Microsoft announced the preview of a secure remote desktop solution, called Azure Bastion, which does not require organizations to expose virtual machines using public IP Addresses. The platform as a service (PaaS) extends virtual machine connectivity using Remote Desktop Protocol (RDP) and Secure Shell (SSH) inside a modern web browser.
-
Azul Systems Discuss Java's Present and Future
InfoQ caught up with Simon Ritter, deputy CTO of Azul Systems, to talk about their JVM products and the current status and future of Java.
-
Writing Web Applications in Java - a Study of Alternatives
Developers familiar with the Java Virtual Machine languages and who want to develop web applications without the difficulties of a JavaScript development stack, have an increasing array of alternatives to JavaScript to choose from. The performance penalty vs. native JavaScript web applications is shrinking.
-
Kubernetes Future: VMs, Containers, or Hypervisor?
In competing visions of the future of Kubernetes, Paul Czarkowski, principal technologist at Pivotal, predicts that VMs will replace containers, and Joe Fernandes, a VP at Red Hat, considers that VMs usage is evolving for Kubernetes rather than replacing containers. In addition, Chris Short, Red Hat's principal product marketing manager, said that Kubernetes is close to replacing the hypervisor.
-
CRI-O: An Open Source Container Runtime for Kubernetes
The Cloud Native Computing Foundation (CNCF) accepted CRI-O as an incubation-level hosted project on April 8th. CRI-O, created by Red Hat, is an Open Container Initiative container runtime for Kubernetes that provides an alternative to Docker.
-
Kotlin 1.3.30 Brings Kotlin/Native and KAPT Improvements, and More
JetBrains has released Kotlin 1.3.30. This version is mainly a new bug fix and tooling update for Kotlin 1.3. Kotlin 1.3.30 brings Kotlin/Native and KAPT improvements, support for more operations for unsigned types and arrays, debugging improvements on IntelliJ IDEA, and more.
-
Microsoft Announces Azure Migrate and Azure Site Recovery Enhancements
Last week, Microsoft announced several enhancements to their Azure Migrate and Azure Site Recovery services. The changes in the announcement include additional geographies for storing discovery and assessment metadata, along with additional supported options for migrations.
-
AWS Release “Firecracker”, an Open Source Rust-Based microVM for Container and Serverless Workloads
Amazon has announced the release of Firecracker, an open source virtualization technology that is purpose-built for “creating and managing secure, multi-tenant containers and functions-based services”. Firecracker is a fork of Chromium OS's Virtual Machine Monitor (crosvm), an open source VMM written in Rust, and the technology is used behind the scenes to power Amazon’s AWS Lambda services.
-
Amazon Announces Managed Databases for Amazon Lightsail
Amazon has announced managed databases for Lightsail, their lightweight and simplified virtual private server offering. The addition of managed databases intends to allow the creation of these databases on the Lightsail platform with a minimal amount of work, and removes several everyday maintenance tasks from the user.
-
Kotlin Q&A with Christina Lee of Pinterest
InfoQ recently sat down with Christina Lee, an Android engineer on the Core UI team at Pinterest, and discussed adoption of Kotlin at Pinterest, organizational challenges Pinterest faced during the adoption, the biggest lesson learned, helpful tips for transitioning to Kotlin from Java, and the topic of her upcoming talk, Representing State: the Kotlin Edition, at KotlinConf 2018.
-
Uber Open Sources JVM Profiler for Tracing Distributed JVMs
Uber open sourced a distributed profiler called JVM Profiler in late June. They built JVM Profiler to solve resource allocation issues they had with Apache Spark. Apache Spark is a popular framework for processing large data streams, of which Uber has many. JVM Profiler was built for Spark, but it's applicable to any JVM-based service or application.
-
The Current State of Java Value Types
Oracle has been working to bring value types to the Java language and runtime. We present an update on the current status of this work.