coderanger / kitchen-kubernetes

A Test Kitchen driver for testing on top of a Kubernetes cluster.
Apache License 2.0
29 stars 10 forks source link

Terraform Provisionner #8

Closed gbergere closed 5 years ago

gbergere commented 5 years ago

Hello,

I'm not sure it's relevant here but would it be possible to make it work with Terraform provisionner? The idea would be to use it to test a Kubernetes terraform module.

So we can terraform a Kubernetes cluster (as a terraform module) and use this kitchen-kubernetes to test our module with some Kubernetes tests.

Thanks a lot for you help Geoffrey

coderanger commented 5 years ago

No, this is not related to what you are trying to do. This driver is for using K8s to make pseudo test VMs, not testing K8s itself.

gbergere commented 5 years ago

My bad it's a kubernetes verifier, I need. Any idea where I could find this?

Thanks

coderanger commented 5 years ago

I don't know of any.