Home Blog

Now in Android #116. Google IO program lineup, Jetpack… | by Meghan Mehta | Android Builders | Might, 2025


The Google I/O agenda is now accessible, and you’ll register to discover periods on AI, Android, Net, and Cloud, going down Might 20–21. The Google Keynote might be on Might twentieth at 10:00 AM PT, with the Developer Keynote at 1:30 PM PT. You possibly can be a part of on-line for livestreams Might 20–21, with on-demand periods and codelabs on Might 22. Periods will cowl AI developments utilizing Gemini fashions, constructing apps for a number of gadgets utilizing Google AI, and new options for internet growth.

Jetpack Compose 1.8 is out with new options, API updates, and bug fixes. You possibly can improve your Compose BOM model to 2025.04.01 to make use of the brand new launch.

Listed here are among the key updates:

  • Now you can combine Autofill performance into your Compose purposes.
  • The brand new autoSize parameter lets the textual content dimension adapt to the container dimension
  • The onLayoutRectChanged modifier solves many use circumstances that the prevailing onGloballyPositioned modifier does; nonetheless, it does so with a lot much less overhead.
  • LookaheadScope is steady and consists of quite a few efficiency and stability enhancements, and features a new modifier, animateBounds

Take a look at the publish to be taught every thing new in Jetpack Compose 1.8.

Android 16 Beta 4 is out, marking the ultimate scheduled replace and platform stability. The developer APIs and app-facing behaviors are finalized.

Apps concentrating on Android 16 can now be made accessible in Google Play. This launch consists of the newest fixes and optimizations. Think about testing your apps in opposition to habits adjustments round JobScheduler, broadcasts, ART, intents, 16KB web page dimension, accessibility, and Bluetooth.

Word that should you develop an SDK, library, instrument, or recreation engine, it’s much more vital to organize any essential updates now to forestall your downstream app and recreation builders from being blocked by compatibility points and permit them to focus on the newest SDK options.

Whereas the API and behaviors are last and we’re very near launch, we’d nonetheless such as you to report points on the suggestions web page. The sooner we get your suggestions, the higher probability we’ll be capable of deal with it on this or a future launch.

The Google Play Console has a redesigned app dashboard that centralizes quality-focused metrics, serving to you enhance app efficiency and consumer expertise. The dashboard teams metrics into 4 core developer targets:

  • take a look at and launch
  • monitor and enhance
  • develop customers
  • monetize with Play

A brand new notification middle helps you keep updated along with your account and apps. New metrics embody:

  • pre-review checks for incorrect edge-to-edge rendering
  • a low reminiscence kill metric
  • extreme wake locks in Android vitals

To remain knowledgeable about all the newest Play Console enhancements and simply discover updates related to your workflow, discover our new What’s new in Play Console web page, the place you may filter options by the 4 developer targets.

The Android Builders weblog introduced new Android Vitals metrics aiming that will help you enhance app efficiency and battery life. The brand new metrics present fleet-wide visibility into efficiency and battery life, equipping you with the info wanted to diagnose and resolve efficiency bottlenecks. We simply launched the primary of those new metrics in beta: extreme wake locks. This metric immediately addresses one of the vital important frustrations for Android customers — extreme battery drain. By optimizing your app’s wake lock habits, you may considerably improve battery life and consumer satisfaction.

We launched the extreme wake lock metric documentation to supply clear steering on decoding the metrics. Please try this web page and supply suggestions along with your use case on this new metric. Your enter is invaluable in refining these metrics earlier than their normal availability.

Android Builders Weblog launches “Testing at Scale” sequence, that includes real-world testing methods and ideas from massive apps. This sequence enhances the brand new “Testing Methods” documentation and gives alternatives for builders to contribute their very own experiences. Take a look at the primary two elements posted under:

Partly 1 of the “Testing at Scale” sequence Ken Yee, Senior Engineer at Netflix, tells us concerning the challenges of testing a playback app at an enormous scale and the way they’ve advanced the testing technique.

Netflix’s Android app growth prioritizes complete testing, particularly on bodily gadgets as a result of huge machine assist. They’ve moved to native and are adopting Jetpack Compose. Their massive group makes use of unit assessments (Strikt, Turbine, Mockito, Hilt, Robolectric), screenshot assessments (Paparazzi, Espresso accessibility), and machine assessments (Espresso, UIAutomator). Minimizing flakiness (state, async code) is essential. They use a devoted machine lab and are exploring emulators, Roborazzi, and modular “demo apps” to enhance testing effectivity. The group has created a customized toolchain to isolate and notify engineers of flaky assessments. Characteristic builders personal all features of testing.

Partly 2 of the “Testing at Scale” sequence Ryan Harter, Employees Engineer at Dropbox, shares how the form of Dropbox’s testing pyramid modified over time, and what instruments they use to get well timed suggestions.

Dropbox’s Android app growth group makes use of a multi-faceted testing method, emphasizing unit assessments with instruments like JUnit and Paparazzi for screenshot testing. They’re reinvesting in end-to-end assessments, leveraging their very own Dropshots library for full instrumentation testing and are experimenting with Compose Preview Screenshot Testing. In addition they combine guide testing with web-based instruments and third-party providers for situations tough to automate. They’re increasing Dropshots to assist a number of machine configurations.

Key Highlights for Compose Builders:

Now we have a bunch of recent Compose APIs in alpha:

Compose Animation Model 1.9.0-alpha01

  • TabRow and ScrollableTabRow have been deprecated in favor of Main and Secondary variants of every that are extra performant and correct to spec.
  • We added LocalResources composition native to question Assets. Calling LocalResources.present will recompose when the configuration adjustments, so calls to APIs corresponding to stringResource() will return up to date values.

Compose Basis Model 1.9.0-alpha01

  • Breaking change: clickable, combinedClickable, selectable, toggleable, and triStateToggleable overloads with out an Indication parameter now solely assist IndicationNodeFactory cases offered utilizing LocalIndication. This alteration will apply whenever you recompile your usages of those modifiers utilizing this model of Compose and is required to allow improved efficiency, and permit Composable capabilities utilizing these modifiers to skip throughout recomposition.

Compose Materials Model 1.9.0-alpha01

  • Textual content discipline ornament field APIs are not experimental
  • runWithTimingDisabled is deprecated in favor of runWithMeasurementDisabled, which extra clearly describes the habits — all metrics are paused.

Compose Runtime Model 1.9.0-alpha01

  • currentCompositeKeyHash is deprecated. Use currentCompositeKeyHashCode as a substitute.
  • @Secure, @Immutable, and @StableMarker have been moved to runtime-annotation (in a appropriate method). Now you can depend upon runtime-annotation if you wish to use these annotations from libraries that don’t depend upon compose.
  • @RememberInComposition was added — that is an annotation that may mark constructors, capabilities, and property getters, to point that they need to not be referred to as immediately inside composition, with out being remembered.

Compose UI Model 1.9.0-alpha01

  • androidx.compose.ui.LocalSavedStateRegistryOwner is deprecated in favor of androidx.savedstate.compose.LocalSavedStateRegistryOwner.
  • Modifier.keepScreenOn was added to set the show to stay awake whereas current

CustomView Model 1.2.0, CustomView-Poolingcontainer Model 1.1.0, Leanback Leanback-Choice, Model 1.2.0, Leanback-Grid Model 1.0.0, Leanback-Paging Leanback-Tab Model 1.1.0, and Print Model 1.1.0 are all launched in steady.

That’s it for this version, with Google IO program lineup, Jetpack Compose 1.8, Play Console insights Android Vitals Metrics, Testing at Scale weblog sequence, and the newest in AndroidX!

Test again quickly to your subsequent replace from the Android developer universe!

Stratolaunch’s Hypersonic Airplane Breaks Mach 5 and Lands And not using a Pilot


Hypersonic automobiles have turn into the newest army status know-how, and the US appears to be lagging its rivals. That would change after the profitable flight of an autonomous and reusable hypersonic plane by US agency Stratolaunch.

In recent times, each China and Russia have unveiled missiles able to hypersonic speeds, which implies they will journey at greater than 5 instances the pace of sound. These weapons are each extremely quick and extremely maneuverable which makes them exhausting to trace and intercept.

Whereas the US is growing a number of hypersonic weapons, the nation is extensively seen as enjoying catch up towards its two fundamental adversaries. That’s why in 2022 the Pentagon launched the MACH-TB program to create low-cost choices for testing hypersonic know-how that might pace growth.

As a part of that program, Stratolaunch lately performed two check flights of its reusable Talon-A2 hypersonic plane. This week the corporate confirmed that the automobile had achieved speeds in extra of Mach 5 in each missions earlier than safely touchdown at Vandenberg Area Pressure Base in California.

“We’ve now demonstrated hypersonic pace, added the complexity of a full runway touchdown with immediate payload restoration, and confirmed reusability,” president and CEO of Stratolaunch Zachary Krevor mentioned in a press release. “Each flights had been nice achievements for our nation, our firm, and our companions.”

The Talon-A2’s design is paying homage to the Area Shuttle. It’s 28 ft lengthy and is powered by a 5,000-pound-thrust reusable rocket engine constructed by US startup Ursa Main. The automobile was air-launched over the Pacific Ocean by Stratolaunch’s Roc service airplane—the most important plane on the planet—in December 2024 and once more in March of this 12 months.

Whereas the corporate didn’t present many particulars on the flights, reminiscent of altitude or high pace, Krevor confirmed to Ars Technica that it had carried out a lot of “high-G” maneuvers on its method again to Earth.

That is the primary time the US has had a reusable hypersonic automobile for the reason that retirement of the rocket-powered X-15 crewed plane in 1968. However crucially, the Talon-A2 can fly autonomously, which ought to make it way more helpful for testing hypersonic weapon programs.

“Hypersonic programs at the moment are pushing the envelope by way of maneuvering functionality, maneuvering past what will be executed by the human physique,” Krevor informed Ars Technica. “Subsequently, having the ability to carry out flights with an autonomous, reusable, hypersonic testbed ensures that these flights are exploring the complete envelope of functionality that represents what’s occurring in hypersonic system growth right this moment.”

The objective of the MACH-TB program is to create a testbed for protection firms to check varied subsystems and supplies within the punishing circumstances generated by hypersonic speeds.

Whereas Stratolaunch didn’t present particulars concerning the payloads carried on these first two flights, Northrup Grumman mentioned that one of many missions examined out its Superior Hypersonic Know-how Inertial Measurement Unit. The gadget is designed to assist hypersonic automobiles navigate by retaining observe of their actions from a identified place to begin utilizing movement sensors.

Stratolaunch isn’t the one firm concerned in this system. US startup Rocket Lab has additionally created a suborbital model of its Electron rocket to be used as a hypersonic testing platform. However the reusability of the Talon-A2 is prone to be enticing for firms trying to quickly iterate on hypersonic designs.

That implies the US won’t be a laggard within the hypersonic race for much longer.

AI updates from the previous week: IBM watsonx Orchestrate updates, net search in Anthropic API, and extra — Could 9, 2025


Software program corporations are continually making an attempt so as to add increasingly more AI options to their platforms, and AI corporations are continually releasing new fashions and options. It may be arduous to maintain up with all of it, so we’ve written this roundup to share a number of notable updates round AI that software program builders ought to learn about. 

IBM introduces new instruments to assist with scaling AI brokers throughout the enterprise

At its IBM THINK convention earlier this week, IBM launched new updates that can assist alleviate a number of the challenges related to scaling AI brokers. 

New agent capabilities in watsonx Orchestrate embody:

  • New instruments for integrating, customizing, and deploying brokers 
  • Pre-build area brokers for HR, gross sales, and procurement
  • Integration with over 80 enterprise purposes, together with ones from Adobe, AWS, Microsoft, Oracle, Salesforce Agentforce, SAP, ServiceNow, and Workday
  • Agent orchestration capabilities for complicated initiatives like workflow planning and activity routing that require coordination between a number of brokers and instruments
  • Agent observability throughout the whole agent life cycle

The corporate additionally introduced its Agent Catalog to supply simpler entry to brokers from IBM and its companions.

Anthropic provides net search capabilities to its API

This newest addition will allow builders to construct purposes and brokers that may entry and ship essentially the most up-to-date insights. 

“When Claude receives a request that might profit from up-to-date info or specialised information, it makes use of its reasoning capabilities to find out whether or not the online search instrument would assist present a extra correct response. If looking the online can be useful, Claude generates a focused search question, retrieves related outcomes, analyzes them for key info, and offers a complete reply with citations again to the supply materials,” Anthropic wrote in a weblog submit. 

Amazon Q Developer will get new agentic coding expertise in Visible Studio Code

Amazon has introduced a brand new agentic coding expertise for Amazon Q Developer in Visible Studio Code.

“This expertise brings interactive coding capabilities, constructing upon current prompt-based options. You now have a pure, real-time collaborative associate working alongside you whereas writing code, creating documentation, working exams, and reviewing modifications,” Amazon wrote in a weblog submit saying the information.

Google releases up to date model of Gemini 2.5 Professional Preview

The updates implement higher coding capabilities, particularly for duties like remodeling code and creating agentic workflows. 

In line with Google, this launch addresses developer suggestions corresponding to lowering errors in perform calling and bettering perform calling set off charges. 

OpenAI to purchase Windsurf

Bloomberg reported the deal earlier this week, saying that OpenAI would purchase the corporate for $3 billion. In line with Bloomberg, the deal has not but closed. 

Windsurf, beforehand known as Codeium, is an agentic IDE designed to allow seamless collaboration between builders and AI. 

HCL publicizes new AI agent orchestration platform

HCL Common Orchestrator (UnO) Agentic is an orchestration platform for coordinating workflows amongst AI brokers, robots, techniques, and people. 

It builds upon HCL’s Common Orchestrator, and provides agentic AI capabilities to supply clever orchestration and insert AI brokers into business-critical processes and workflows.

“By integrating deterministic and probabilistic execution, HCL UnO transforms how people and clever techniques collaborate to form the way forward for enterprise operations,” mentioned Kalyan Kumar (KK), chief product officer of HCLSoftware.

DigitalOcean publicizes new NVIDIA-powered GPU Droplets

NVIDIA RTX 4000 Ada Technology, NVIDIA RTX 6000 Ada Technology, and NVIDIA L40S GPUs are actually out there as GPU Droplets. 

In line with Bratin Saha, chief product and expertise officer at DigitalOcean, the brand new choices are supposed to present prospects with entry to extra reasonably priced GPUs for his or her AI workloads. 

“DigitalOcean’s easy and scalable cloud platform makes it simpler to deploy superior AI workloads on NVIDIA expertise, so organizations can rapidly and extra simply construct, scale, and deploy AI options,” mentioned Dave Salvator, director of accelerated computing merchandise at NVIDIA.

Yellowfin 9.15 now out there

The most recent model of the enterprise intelligence platform introduces AI-enabled Pure Question Language (AI NLQ), which permits customers to ask questions on their information. 

Different updates on this launch embody expanded REST API capabilities, enhanced bar and column chart customization, easier yearly information comparisons and report styling, stricter default controls for higher information safety, and assist for writable Clickhouse information sources. 

“Yellowfin 9.15 debuts the primary integration between the Yellowfin product and AI platforms,” mentioned Brad Scarff, CTO of Yellowfin. “These platforms have monumental potential to unlock productiveness and value advantages for all of our prospects, and upcoming variations of Yellowfin will construct on this preliminary launch to supply additional revolutionary AI-enabled options.”

Apiiro publicizes partnership with ServiceNow

Because of the collaboration, Apiiro’s AI-native deep code evaluation (DCA) and code-to-runtime matching might be utilized in ServiceNow’s Configuration Administration Database (CMDB), which offers an up-to-date view of IT and software program environments

“This integration is a significant milestone for Apiiro and the ASPM market at massive, as IT operations, safety operations, and software safety proceed to converge,” mentioned John Leon, VP  of partnerships and enterprise growth at Apiiro. “It’s a privilege to broaden our partnership with ServiceNow by introducing our Agentic Utility Safety platform because the definitive supply of reality for software program growth and turning into the software program growth lifecycle (SDLC) Techniques of Document throughout the ServiceNow CMDB, equipping enterprise customers with a exact stock of software program property to make sure operational effectivity in right this moment’s quickly evolving, AI-driven software program growth revolution.”

Dremio launches MCP Server

The server will enable AI brokers to discover datasets, generate queries, and retrieve ruled information.  

“Dremio’s implementation of MCP permits Claude to increase its reasoning capabilities on to a corporation’s information property, unlocking new potentialities for AI-powered insights whereas sustaining enterprise governance,” mentioned Mahesh Murag, product supervisor at Anthropic.


View AI updates from final month right here.

DeepSeek-Prover-V2: Bridging the Hole Between Casual and Formal Mathematical Reasoning


Whereas DeepSeek-R1 has considerably superior AI’s capabilities in casual reasoning, formal mathematical reasoning has remained a difficult process for AI. That is primarily as a result of producing verifiable mathematical proof requires each deep conceptual understanding and the flexibility to assemble exact, step-by-step logical arguments. Just lately, nonetheless, important development is made on this path as researchers at DeepSeek-AI have launched DeepSeek-Prover-V2, an open-source AI mannequin able to reworking mathematical instinct into rigorous, verifiable proofs. This text will delve into the small print of DeepSeek-Prover-V2 and think about its potential impression on future scientific discovery.

The Problem of Formal Mathematical Reasoning

Mathematicians usually clear up issues utilizing instinct, heuristics, and high-level reasoning. This method permits them to skip steps that appear apparent or depend on approximations which can be adequate for his or her wants. Nonetheless, formal theorem proving demand a special method. It require full precision, with each step explicitly said and logically justified with none ambiguity.

Latest advances in giant language fashions (LLMs) have proven they will deal with complicated, competition-level math issues utilizing pure language reasoning. Regardless of these advances, nonetheless, LLMs nonetheless battle to transform intuitive reasoning into formal proofs that machines can confirm. The is primarily as a result of casual reasoning usually consists of shortcuts and omitted steps that formal methods can not confirm.

DeepSeek-Prover-V2 addresses this downside by combining the strengths of casual and formal reasoning. It breaks down complicated issues into smaller, manageable components whereas nonetheless sustaining the precision required by formal verification. This method makes it simpler to bridge the hole between human instinct and machine-verified proofs.

A Novel Method to Theorem Proving

Basically, DeepSeek-Prover-V2 employs a singular information processing pipeline that entails each casual and formal reasoning. The pipeline begins with DeepSeek-V3, a general-purpose LLM, which analyzes mathematical issues in pure language, decomposes them into smaller steps, and interprets these steps into formal language that machines can perceive.

Fairly than trying to resolve the complete downside directly, the system breaks it down right into a collection of “subgoals” – intermediate lemmas that function stepping stones towards the ultimate proof. This method replicates how human mathematicians deal with tough issues, by working by manageable chunks slightly than trying to resolve the whole lot in a single go.

What makes this method notably revolutionary is the way it synthesizes coaching information. When all subgoals of a fancy downside are efficiently solved, the system combines these options into a whole formal proof. This proof is then paired with DeepSeek-V3’s unique chain-of-thought reasoning to create high-quality “cold-start” coaching information for mannequin coaching.

Reinforcement Studying for Mathematical Reasoning

After preliminary coaching on artificial information, DeepSeek-Prover-V2 employs reinforcement studying to additional improve its capabilities. The mannequin will get suggestions on whether or not its options are right or not, and it makes use of this suggestions to be taught which approaches work greatest.

One of many challenges right here is that the construction of the generated proofs didn’t at all times line up with lemma decomposition advised by the chain-of-thought. To repair this, the researchers included a consistency reward within the coaching phases to scale back structural misalignment and implement the inclusion of all decomposed lemmas in ultimate proofs. This alignment method has confirmed notably efficient for complicated theorems requiring multi-step reasoning.

Efficiency and Actual-World Capabilities

DeepSeek-Prover-V2’s efficiency on established benchmarks demonstrates its distinctive capabilities. The mannequin achieves spectacular outcomes on the MiniF2F-test benchmark and efficiently solves 49 out of 658 issues from PutnamBench – a set of issues from the distinguished William Lowell Putnam Mathematical Competitors.

Maybe extra impressively, when evaluated on 15 chosen issues from current American Invitational Arithmetic Examination (AIME) competitions, the mannequin efficiently solved 6 issues. It is usually fascinating to notice that, compared to DeepSeek-Prover-V2, DeepSeek-V3 solved 8 of those issues utilizing majority voting. This implies that the hole between formal and casual mathematical reasoning is quickly narrowing in LLMs. Nonetheless, the mannequin’s efficiency on combinatorial issues nonetheless requires enchancment, highlighting an space the place future analysis might focus.

ProverBench: A New Benchmark for AI in Arithmetic

DeepSeek researchers additionally launched a brand new benchmark dataset for evaluating the mathematical problem-solving functionality of LLMs. This benchmark, named ProverBench, consists of 325 formalized mathematical issues, together with 15 issues from current AIME competitions, alongside issues from textbooks and academic tutorials. These issues cowl fields like quantity principle, algebra, calculus, actual evaluation, and extra. The introduction of AIME issues is especially very important as a result of it assesses the mannequin on issues that require not solely information recall but in addition inventive problem-solving.

Open-Supply Entry and Future Implications

DeepSeek-Prover-V2 affords an thrilling alternative with its open-source availability. Hosted on platforms like Hugging Face, the mannequin is accessible to a variety of customers, together with researchers, educators, and builders. With each a extra light-weight 7-billion parameter model and a strong 671-billion parameter model, DeepSeek researchers make sure that customers with various computational sources can nonetheless profit from it. This open entry encourages experimentation and permits builders to create superior AI instruments for mathematical problem-solving. Consequently, this mannequin has the potential to drive innovation in mathematical analysis, empowering researchers to deal with complicated issues and uncover new insights within the subject.

Implications for AI and Mathematical Analysis

The event of DeepSeek-Prover-V2 has important implications not just for mathematical analysis but in addition for AI. The mannequin’s skill to generate formal proofs might help mathematicians in fixing tough theorems, automating verification processes, and even suggesting new conjectures. Furthermore, the methods used to create DeepSeek-Prover-V2 might affect the event of future AI fashions in different fields that depend on rigorous logical reasoning, akin to software program and {hardware} engineering.

The researchers goal to scale the mannequin to deal with much more difficult issues, akin to these on the Worldwide Mathematical Olympiad (IMO) degree. This might additional advance AI’s talents for proving mathematical theorems. As fashions like DeepSeek-Prover-V2 proceed to evolve, they could redefine the way forward for each arithmetic and AI, driving developments in areas starting from theoretical analysis to sensible functions in know-how.

The Backside Line

DeepSeek-Prover-V2 is a big improvement in AI-driven mathematical reasoning. It combines casual instinct with formal logic to interrupt down complicated issues and generate verifiable proofs. Its spectacular efficiency on benchmarks reveals its potential to assist mathematicians, automate proof verification, and even drive new discoveries within the subject. As an open-source mannequin, it’s broadly accessible, providing thrilling prospects for innovation and new functions in each AI and arithmetic.

Nutanix partnerships goal storage, AI workloads because it goals to tackle VMware



“Pushed by buyer requests, these partnerships spotlight Nutanix administration’s push towards unbundling AHV to capitalize on the continued VMware displacement alternative. Operating standalone AHV on current three-tier infrastructure offers dissatisfied VMware prospects with a neater migration route off VMware because it removes the necessity for {hardware} refreshes,” Ader wrote.

“Whereas Nutanix nonetheless goals to ultimately shift prospects to one-tier hyperconverged infrastructure (which requires {hardware} alternative), this interim standalone AHV technique provides Nutanix a beachhead on which to construct its case for HCI [Hyperconverged Infrastructure],” Ader wrote.   “Over time, we count on Nutanix to forge comparable storage integrations with different distributors, together with NetApp.  We imagine these partnerships illustrate the gradual ecosystem shift towards Nutanix as prospects and VARs develop into more and more disillusioned with Broadcom’s affect on the VMware group,” Ader acknowledged.

Holding with the storage theme, Nutanix launched Cloud Native AOS, a brand new service that extends Nutanix enterprise storage and superior information companies to hyperscaler Kubernetes with out requiring a hypervisor.

In one other storage associated bulletins, Nutanix introduced the overall availability of NCI Compute, enabling prospects to leverage exterior storage with Nutanix Cloud Platform. The primary supported resolution is Dell PowerFlex, designed for mission-critical environments. Dell PowerFlex with Nutanix Cloud Platform might be provided alongside Dell’s HCI equipment, Dell XC Plus.

Nutanix additionally introduced the general public preview of Nutanix Cloud Clusters (NC2) on Google Cloud, increasing workload mobility and hybrid cloud capabilities. This resolution permits organizations to deploy the Nutanix hyperconverged software program stack on Google Cloud Z3 bare-metal cases, enabling fast migration, app modernization, and catastrophe restoration.

Lastly, Nutanix introduced a partnership with Canonical to supply built-in help for Ubuntu Professional within the Nutanix Kubernetes Platform (NKP). This integration guarantees to simplify Kubernetes set up and adoption on Ubuntu Professional, which has superior safety methods, together with authorities regulatory safety.