Cluster is the Schema for the Clusters API
Type
CRD
Group
kafka.aws.crossplane.io
Version
v1alpha1
apiVersion: kafka.aws.crossplane.io/v1alpha1
kind: Cluster
ClusterSpec defines the desired state of Cluster
ClusterParameters defines the desired state of Cluster
Information about the brokers
ClientSubnetRefs is a list of references to Subnets used to set the ClientSubnets.
Policies for referencing.
ClientSubnetSelector selects references to Subnets used to set the ClientSubnets.
Policies for selection.
No description provided.
SecurityGroupRefs is a list of references to SecurityGroups used to set the SecurityGroups.
Policies for referencing.
SecurityGroupSelector selects references to SecurityGroup used to set the SecurityGroups.
Policies for selection.
No description provided.
Contains information about storage volumes attached to MSK broker nodes.
Contains information about the EBS storage volumes attached to Kafka broker nodes.
Includes all client authentication related information.
Details for client authentication using TLS.
No description provided.
Contains information about unauthenticated traffic to the cluster.
Represents the configuration that you want MSK to use for the cluster.
ARNRef is a reference to a Kafka Configuration used to set ARN.
Policies for referencing.
ARNSelector selects a reference to a Kafka Configuration used to set ARN.
Policies for selection.
Includes all encryption-related information.
The data-volume encryption details.
The settings for encrypting data in transit.
LoggingInfo details.
The broker logs configuration for this MSK cluster.
Firehose details for BrokerLogs.
The settings for open monitoring.
Prometheus settings.
Indicates whether you want to enable or disable the JMX Exporter.
Indicates whether you want to enable or disable the Node Exporter.
ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.
Policies for referencing.
ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef
Policies for referencing.
PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.
WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.
ClusterStatus defines the observed state of Cluster.
ClusterObservation defines the observed state of Cluster
Conditions of the resource.
example
apiVersion: kafka.aws.crossplane.io/v1alpha1
kind: Cluster
metadata:
name: example
spec:
forProvider:
brokerNodeGroupInfo:
clientSubnetRefs:
- name: sample-subnet1
- name: sample-subnet2
instanceType: kafka.t3.small
securityGroupRefs:
- name: sample-cluster-sg
storageInfo:
ebsStorageInfo:
volumeSize: 1
configurationInfo:
arnRef:
name: example-configuration
revision: 1
kafkaVersion: 2.6.1
numberOfBrokerNodes: 2
region: us-east-1
tags:
myKey: myValue
providerConfigRef:
name: example