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):
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.
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.
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.
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.
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.
The awsredisinstance.cloud-resources.kyma-project.io CRD describes the Amazon ElastiCache Redis instance. For more information, see AwsRedisInstance Custom Resource.
The gcpredisinstance.cloud-resources.kyma-project.io CRD describes the Google Cloud Memorystore for Redis instance. For more information, see GcpRedisInstance Custom Resource.
The azureredisinstance.cloud-resources.kyma-project.io CRD describes the Microsoft Azure Cache for Redis instance. For more information, seeAzureRedisInstance Custom Resource.