Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add anchors to use cases page #243

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/pages/use-cases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Are you a Kata Containers user? Please take a few moments to fill out the **[Kat

<br />

## Ant Group
## Ant Group<a name="AntGroup"></a>

Ant Group, the leading peer-to-peer payments processor in China, does automatic online payment transactions on China's largest digital payment platform. Kata Containers’ features such as the network isolation with dedicated kernels and performance jitter are critical for Ant Group’s use case.

Expand All @@ -32,7 +32,7 @@ With Kata Containers, teams at Ant Group are still sharing the same host kernel.

<br />

## Alibaba Group
## Alibaba Group<a name="Alibaba"></a>

Kata Containers is not only valued for its security isolation, but also valued for providing resource isolation and fault isolation. In Alibaba Group and Ant Group, thousands of tasks are scheduled and running on Kata Containers. Some of those tasks are sensitive to resources and response time.

Expand All @@ -46,7 +46,7 @@ In fact, in order to avoid interference, putting those tasks in Kata Containers

<br />

## AMD
## AMD<a name="AMD"></a>

With confidential computing, customers have to have absolute trust that data is not being exposed. In regulated environments, where governments are putting stricter rules like heath data in place, it has to be ascertained that the hypervisors can get access to the data, but it sees no value in it. Encryption plays a key role so the confidential or container based workloads can be coupled with the technologies that are coming out like AMD Secure Encrypted Virtualization (SEV).

Expand All @@ -60,7 +60,7 @@ With the 2018 Kata Containers prototype that AMD has had in place with the SEV t

<br />

## Baidu
## Baidu<a name="Baidu"></a>

Baidu offers AI Cloud and Edge Computing services at massive scale by leveraging innovative cloud technologies such as Kubernetes, Kata Containers and OpenStack. Teams at Baidu not only utilize the greater isolation offered by Kata Containers, but also integrate Kata Containers within its customers’ OpenStack infrastructures.

Expand All @@ -78,7 +78,7 @@ Baidu believes that Kata Containers represents a highly secure and practical con

<br />

## Huawei
## Huawei<a name="Huawei"></a>

Huawei is running Kata Containers in production in two environments: Cloud Container Instance (CCI), the first serverless Kubernetes on public cloud, and Cloud Container Engine (CCE) turbo, a complete Kubernetes service provided by the Huawei cloud.

Expand All @@ -92,7 +92,7 @@ With Kata Containers enabled, customers from Huawei are able to use CCE turbo as

<br />

## IBM Cloud
## IBM Cloud<a name="IBM"></a>

Teams from IBM Cloud have been involved in the Kata Containers community for a while. They became more directly involved with Kata Containers when IBM Cloud product teams were looking to secure their Cloud Shell and CI/CD Pipeline SaaS offerings. These workloads were using Kubernetes and the strong isolation Kata Containers provided was a requirement from their security teams.

Expand All @@ -106,7 +106,7 @@ The ease with which Kata Containers could be integrated without altering their c

<br />

## Nubificus Ltd
## Nubificus Ltd<a name="Nubificus"></a>

Nubificus Ltd is a software consultancy tackling complex virtualization problems. It targets ultra-fast application spawning and execution at the edge and in the cloud. Teams at Nubificus are day-to-day users of open-source software. Currently, they actively use and contribute to open source projects like Kata Containers.

Expand All @@ -120,7 +120,7 @@ Teams at Nubificus build on Kata Containers to enable seamless, burden-free depl

<br />

## NVIDIA
## NVIDIA<a name="NVIDIA"></a>

NVIDIA has been involved in Kata Containers as sensitive data processing is a use case that is crucial for them, and it requires a transition from traditional to secure, isolated environments. They chose Kata Containers for confidential container enablement because it ensures security while maintaining container flexibility, and supports advanced scenarios like GPUDirect RDMA. A key aspect of NVIDIA's strategy is the lift-and-shift approach, allowing seamless migration of existing AI/ML workloads to these confidential environments, while combining LLMs with GPU-accelerated computing - leveraging Kubernetes for effective orchestration and striking a balance between computational power and data privacy.

Expand Down
Loading