Hi,
I am trying to use the cdktf for kubernetes using “java”.
Does the cdktf tool supports managing the on-premise kubernetes cluster ?
I see the below kubernetes provider uses the AWS, my doubt is does this
work for on-premise kubernetes cluster as well? or is there a separate provider for that ? Appreciate your inputs.
$ cat cdktf.json
{
“language”: “java”,
“app”: “mvn -e -q compile exec:java”,
“terraformProviders”: [“kubernetes@~> 1.11.3”]
}
$