I have a question regarding support of AWS gp3 on Kubernetes.
AWS announced gp3 EBS volume type which shows better performance than existing gp2: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html.
But, from Kubernetes docs, I could not see gp3 support by Kubernetes. As I understand, Kubernetes does not support gp3 for AWS yet.
Is my understanding correct or is there other documentation that I might have missed?