Question unrelated to Pulumi, but does anyone here...
# kubernetes
l
Question unrelated to Pulumi, but does anyone here have any experience with the pure Java Kubernetes API? (https://javadoc.io/doc/io.kubernetes/client-java-api/7.0.0/index.html). Context: I’m trying to create a PersistentVolume and PersistentVolumeClaim that I can use later on as a volume in a pod running Pulumi for local state storage. I could use some examples… (It’s the maximum I want to do without Pulumi. 😉 )
l
I think it would be easier to build your own yaml files for that and apply this with kubectl apply or use a helm chart to deploy a pv and pvc to your cluster.