Skip to content

Latest commit

 

History

History
80 lines (28 loc) · 3.37 KB

File metadata and controls

80 lines (28 loc) · 3.37 KB

Cloud Manager Resources

Learn about Cloud Manager's custom resources.

The API of the Cloud Manager module is based on Kubernetes Custom Resource Definitions (CRDs), which extend the Kubernetes API with custom additions. To inspect the specification of the Cloud Manager module API, see the following custom resources (CRs):

IpRange CR

The iprange.cloud-resources.kyma-project.io CRD describes the Virtual Private Cloud (VPC) network IP range used for IP address allocation for cloud resources that require an IP address. For more information, see IpRange Custom Resource.

AwsNfsVolume CR

The awsnfsvolume.cloud-resources.kyma-project.io CRD describes the Amazon Web Services Elastic File System (Amazon EFS) instance that can be used as a ReadWriteMany (RWX) volume in the cluster. For more information, see AwsNfsVolume Custom Resource.

GcpNfsVolume CR

The gcpnfsvolume.cloud-resources.kyma-project.io CRD describes the Google Cloud Filestore instance that can be used as an RWX volume in the cluster. For more information, see GcpNfsVolume Custom Resource.

AwsVpcPeering CR

The awsvpcpeering.cloud-resources.kyma-project.io CRD describes the AWS peering connection between Kyma and the remote AWS Virtual Network. For more information, see AwsVpcPeering Custom Resource.

GcpVpcPeering CR

The gcpvpcpeering.cloud-resources.kyma-project.io CRD describes the VPC peering that you can use to peer your Kyma cluster with your Google Cloud project VPC. For more information, see GcpVpcPeering Custom Resource.

AwsRedisInstance CR

The awsredisinstance.cloud-resources.kyma-project.io CRD describes the Amazon ElastiCache Redis instance. For more information, see AwsRedisInstance Custom Resource.

GcpRedisInstance CR

The gcpredisinstance.cloud-resources.kyma-project.io CRD describes the Google Cloud Memorystore for Redis instance. For more information, see GcpRedisInstance Custom Resource.

AzureRedisInstance CR

The azureredisinstance.cloud-resources.kyma-project.io CRD describes the Microsoft Azure Cache for Redis instance. For more information, seeAzureRedisInstance Custom Resource.