Cloud Manager Resources ​
Learn about Cloud Manager's custom resources.
The API of the Cloud Manager module is based on Kubernetes Custom Resource Definitions (CRD), which extend the Kubernetes API with custom additions. To inspect the specification of the Cloud Manager module API, see the following custom resources (CRs):
IP Range ​
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.
NFS Resources ​
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.
AwsNfsVolumeBackup CR [Beta feature] ​
The awsnfsvolumebackup.cloud-resources.kyma-project.io CRD describes the backup of Amazon EFS. For more information, see AwsNfsVolumeBackup Custom Resource.
AwsNfsBackupSchedule CR [Beta feature] ​
The awsnfsbackupschedule.cloud-resources.kyma-project.io CRD describes the user-defined schedule for creating a backup of AwsNfsVolume instances at regular intervals. For more information, see AwsNfsBackupSchedule Custom Resource.
AwsNfsVolumeRestore CR [Beta feature] ​
The awsnfsvolumerestore.cloud-resources.kyma-project.io CRD describes the Amazon EFS full restore operation on the existing EFS. For more information, see AwsNfsVolumeRestore 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.
GcpNfsVolumeBackup CR [Beta feature] ​
The gcpnfsvolumebackup.cloud-resources.kyma-project.io CRD describes the backup of a Google Cloud Filestore instance. For more information, see GcpNfsVolumeBackup Custom Resource.
GcpNfsBackupSchedule CR [Beta feature] ​
The gcpnfsbackupschedule.cloud-resources.kyma-project.io CRD describes the backup of Google Cloud Filestore instances. For more information, see GcpNfsBackupSchedule Custom Resource.
GcpNfsVolumeRestore CR [Beta feature] ​
The gcpnfsvolumerestore.cloud-resources.kyma-project.io CRD describes the Google Cloud Filestore restore operation. For more information, see GcpNfsVolumeRestore Custom Resource.
VPC Peering Resources ​
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.
AzureVpcPeering CR ​
The azurevpcpeering.cloud-resources.kyma-project.io CRD describes the Azure peering connection between Kyma and the remote Azure Virtual Network. For more information, see AzureVpcPeering Custom Resource.
Redis Resources ​
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, see AzureRedisInstance Custom Resource.
Redis Cluster Resources ​
AwsRedisCluster CR [Beta feature] ​
The awsrediscluster.cloud-resources.kyma-project.io CRD describes the Amazon ElastiCache Redis instance with cluster mode enabled. For more information, see AwsRedisCluster Custom Resource.
GcpRedisCluster CR [Beta feature] ​
The gcprediscluster.cloud-resources.kyma-project.io CRD describes the Google Memorystore Redis Cluster instance. For more information, see GcpRedisCluster Custom Resource.
GcpSubnet CR [Beta feature] ​
The gcpsubnet.cloud-resources.kyma-project.io CRD specifies the VPC Network Subnet. This resource is related to the Redis cluster feature and is only available when the cluster cloud provider is Google Cloud Platform. For more information, see GcpSubnet Custom Resource.
AzureRedisCluster CR [Beta feature] ​
The azurerediscluster.cloud-resources.kyma-project.io CRD describes the Microsoft Azure Cache for Redis cluster. For more information, see AzureRedisCluster Custom Resource.
VPC DNS Link Resources ​
AzureVpcDnsLink CR [Beta feature] ​
The azurevpcdnslink.cloud-resources.kyma-project.io CRD describes the Azure VPC DNS link between Kyma network and the remote Azure Private DNS. For more information, see AzureVpcDnsLink Custom Resource.