Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.59 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.59 KB

Cloud Manager Module

Use the Cloud Manager module to manage cloud providers' resources from a Kyma cluster.

What is Cloud Manager?

Cloud Manager is strictly coupled with the cloud provider where your Kyma cluster is deployed. The module manages access to the chosen resources and products of that particular cloud provider. Once you add Cloud Manager to your Kyma cluster, the module brings the offered resources in a secure way.

Scope

Cloud Manager supports Amazon Web Services (AWS), Google Cloud, and Microsoft Azure (Azure) as cloud providers for SAP BTP, Kyma runtime.

Features

The Cloud Manager module provides the following features tailored for each of the cloud providers.

  • NFS: Network File System (NFS) server that can be used as a ReadWriteMany (RWX) volume in the Kyma cluster.
  • VPC peering: Virtual Private Cloud (VPC) peering between your Kyma runtime and remote cloud provider's project, account, or subscription.
  • Redis: cloud provider-flavored cache that can be used in your Kyma cluster.

Note

The NFS feature is offered for Google Cloud and AWS only.

Architecture

API / Custom Resources Definitions

The cloud-resources.kyma-project.io Custom Resource Definition (CRD) describes the kind and the format of data that Cloud Manager` uses to configure resources. For more information, see Cloud Manager Resources (CRs).

Related Information