Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 2.08 KB

README.md

File metadata and controls

38 lines (21 loc) · 2.08 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 Amazon Web Service and Google Cloud only.

Architecture

Cloud Manager has read and write access to your IpRange, VpcPeering, NfsVolume, and Redis custom resources in the Kyma cluster. The module also manages Kyma VPC networks, NFS Volume instances, and Redis instances in your cloud provider subscription in Kyma.

Cloud Manager Architecture

API / Custom Resources Definitions

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

Related Information