AI 、クラウドネイティブ、ハイブリッドクラウドが融合し、どこでもアプリとデータを実行可能に

この Tech Barometer ポッドキャストでは、 Nutanix のクラウドネイティブ担当ジェネラルマネージャーである Tobi Knaup 氏が、クラウドネイティブアプリケーション開発を加速させている要因と、企業がハイブリッドマルチクラウドIT環境でこれらのアプリケーションを実行する方法について説明します。

By Jason Lopez

By Jason Lopez 2024年08月01日

技術革新によってもたらされる新たな能力は、目新しいものから生まれることはほとんどありません。むしろ、さまざまな進歩する技術が合体し、多くの場合、古い課題を消滅させる新しいシステムへと進化するのです。それが今、 AI の急速な台頭によって起きていると言う人もいるかも知れません。水面下では、膨大な数の進化が結集し、あらゆることを可能にしているのです。

「今日、 OpenAI のような世界をリードする AI 企業は、 Kubernetes で稼働しています」と、 Nutanix の Cloud Native 担当ジェネラル・マネージャーである Tobi Knaup 氏は The Forecast に語っています。

スペインのバルセロナで開催された 2024 Nutanix .NEXT イベントで収録されたこの Tech Barometer ポッドキャストで、Knaup 氏はクラウド・ネイティブ・アプリケーション開発の加速の背景と、企業が新しい AI 機能を採用する際にハイブリッド・マルチクラウド IT 環境でアプリケーションを実行する理由について説明しています。

「コンテナで Kubernetes の上にアプリケーションを構築すれば、本当にポータブルになり、どこでも実行できるようになります」

同氏によると、クラウドネイティブ・アプリケーションは一般的にマイクロサービス指向で、 Kubernetes プラットフォーム上に構築されたコンテナで実行さ れます。基盤となる IT インフラから切り離されているため移植性が高く、 IT チームはパブリッククラウドやプライベートクラウドからエッジまで、あらゆる場所でアプリケーションを実行できるようになります。

「コンテナはアプリケーションをパッケージ化する非常に軽量な方法なので、あちこちに持ち運ぶのが非常に簡単なのです」と同氏は語っています。

最近、多くの企業がさまざまな理由からハイブリッド・マルチクラウド・システムに移行していますが、 Knaup 氏は非常に一般的な戦略を考えています。アプリケーション開発者はパブリッククラウド環境を利用して次世代アプリを構築し、本番稼動後にオンプレミスに移行したいと考えているのです。

「多くの企業は、それぞれのアプリに最適な環境は何かを検討し、それを選択しています」と同氏は言います。「規制上の理由から、デュアルベンダー戦略を取らざるを得ないこともあります」

クラウドネイティブシステムとハイブリッドマルチクラウドシステムを組み合わせることで、 IT チームは新しい AI 機能を搭載し、異なる IT 環境間でアプリとデータを効率的に管理できるようになります。

関連記事

クラウド・ネイティブ・ビジネス・アプリケーション開発へのシフト

「 AI のワークロードは非常に動的な傾向があります。この場合、非常に高価なリソースを共有する必要があります」と同氏は述べています。

Knaup 氏は、企業が AI を非常に迅速に反復させたいと考えているため、クラウド・ネイティブ・テクノロジーによってチームが新しいソフトウェアを迅速に提供できるようになると見ています。

「 Kubernetes 上で動作する GPT-in-a-Box( Nutanix のフルスタック AI プラットフォーム)により、私たちは企業がこれらのモデルを本番環境に簡単に導入できるようにしています」

NKP ( Nutanix の統合 Kubernetes ランタイム、オーケストレーション、管理環境)にも AI を導入し、 Kubernetes プラットフォーム・エンジニアを支援しています。そのため、彼らの質問に答えるコパイロットタイプのチャットボットが組み込まれており、一般的な知識に関する質問だけでなく、環境に関する質問にも答えてくれます」

トランスクリプト (AI 生成) :

Tobi Knaup: Cloud Native really is a concept that describes how to build and run modern applications. Those applications are typically microservice-oriented, they run in containers, and they're dynamically managed. On top of a container platform, typically that's Kubernetes, that's really become the industry standard. Kubernetes runs anywhere. You can run it on the public cloud. You can run it on a private cloud. You can run it on the edge. So if you're building applications on top of Kubernetes in containers, that makes them truly portable so you can run them anywhere, hybrid multicloud.

Jason Lopez: That's the voice of Tobi Knaup, the general manager for Cloud Native at Nutanix. In this short podcast, the editor of The Forecast, Ken Kaplan, chats with Tobi about the integration of cloud-native applications and hybrid multi-cloud environments. In this discussion they touch on cloud-native applications across various cloud environments; the synergy between AI and Kubernetes; and the shift to Kubernetes for consistency and portability.

関連記事

クラウドネイティブ学習曲線の平準化

Ken Kaplan: What was the limitation that's been unlocked with Kubernetes?

Tobi Knaup: The limitation that was there before is there wasn't a consistent sort of packaging format for applications that made them really easily portable. And containers kind of provide that abstraction. In computer science, we sometimes call it a layer of indirection. So it abstracts applications away from the underlying infrastructure. And containers are a very lightweight way to package an application, so it's very easy to ship them all around, all over the place.

Ken Kaplan: And their connection to managing data in different ways, is that something that you have to think about?

Tobi Knaup: Yeah, absolutely. So containers, or Kubernetes when it was first launched, actually did not have support for data. It purely ran stateless applications. So only a few years later, the community, it was actually our engineers at Data2IQ together with Google, created what's called the container storage interface. And so that became the industry standard for attaching storage to containers. But that was still very bare bones, just simple volumes attached to containers. And so what we did here at Nutanix recently with NDK (application-level services for Kubernetes), really takes that to the next level. Really adds capabilities for disaster recovery and resilience. So makes it really, really easy to run these kind of sensitive stateful applications on Kubernetes.

Ken Kaplan: Awesome, and we've been hearing the word resilience and it sounds like the hybrid multicloud, building your apps in containers, these kinds of things are bringing some more control and flexibility for things that you need to keep your business running. Talk about hybrid multicloud in the sense that it's a choice or it's where people are today. How did we get here?

Tobi Knaup: Yeah, so I think there are many reasons for why people choose hybrid or multicloud. It's typically not what a lot of people think at first. I think when hybrid cloud or multicloud first became a concept, people thought, people are going to look for the cheapest compute all over the world and that's where things are running. I talked to some customers that are doing that actually, but they're kind of rare and they're typically hedge funds. So of course they look at market prices. But for most people, the constraints are different. It could be regulatory constraints, right? Data needs to reside in a certain geography or frankly just what an organization is comfortable with, where they're comfortable putting their most sensitive data. Some don't want to put it on the public cloud, right? But they appreciate the flexibility and the dynamicism of a public cloud for new developments. So they're sort of running their steady state production workloads on prem, but they're giving cloud environments to the development teams for building the next generation of apps, which then may move on prem later when they go to production. So I think a lot of organizations are looking at what's the best environment for each app and that's how they're choosing. And now in large organizations, what we see too is that's where the multicloud strategy is very common. Sometimes also for regulatory reasons, they have to go with a dual vendor strategy. But also large companies, they tend to acquire a lot of other companies and so the cloud that the company uses that they bought may be different from the cloud that corporate uses and so now they have to manage multiple.

関連記事

データセンター仮想化の世界におけるコンテナの進歩

Ken Kaplan: That's a lot of complexity. Yes. I guess we could finish here with what are some of the things that you're seeing, you're excited about, they're grabbing your attention, are rising, they're coming up, everyone's talking about AI. AI and containers and Kubernetes, they are going together, what's on your mind?

Tobi Knaup: Yeah, 100% they're going together. So AI is my other passion besides cloud native. Been doing a lot of work there over the years actually. And it's worth mentioning that Kubernetes came out of Google. It's sort of built on the same ideas on which Google runs and they've been running their own AI workloads on that platform internally for years. And today, the leading AI companies in the world, like OpenAI, they're running in Kubernetes. So if you're using chat GPT, that's running on Kubernetes. And so it's a really great fit for these AI workloads because AI workloads, they tend to be very dynamic. They need to share resources, very expensive resources in this case. GPUs are very expensive and in short supply. So it's a great fit. Also organizations want to iterate on AI very quickly. So Kubernetes really enables that, enables people to ship software fast. So with GPT in a box, which runs on Kubernetes, we're really making it easy for organizations to put these models into production. And we're also putting AI into our Kubernetes product, into NKP to assist Kubernetes platform engineers. So there's a co-pilot type chat bot that's built in that answers their questions, both sort of generic knowledge questions as well as questions about the environment. They can use it to troubleshoot. So, you know, really simplifies their lives.

関連記事

5G の成功に不可欠なクラウド・ネイティブ・アーキテクチャ

Ken Kaplan: Everything's coming together.

Tobi Knaup: It is indeed.

Jason Lopez: Tobi Knaup is the general manager for Cloud Native at Nutanix. Ken Kaplan is the editor in chief of The Forecast. They spoke in Barcelona, Spain at .NEXT 2024. This is the Tech Barometer podcast, a production of The Forecast. For more podcasts, video and articles about technology and the people in tech, check it out at www.theforecastbynutanix.com.

Jason Lopez 氏は、 The Forecast のポッドキャストである Tech Barometer のエグゼクティブ・プロデューサーです。Connected Social Media の創設者であり、以前は PodTech のエグゼクティブ・プロデューサー、 NPR のレポーターを務めていました。

Ken Kaplan 氏がこのポッドキャストに寄稿しました。

© 2024 Nutanix, Inc. 無断複写・転載を禁じます。その他の法的情報については、こちらをご覧ください

関連する記事