Blueshoe / pytest-kubernetes

A :arrow_right: pytest plugin to make the management of (local) Kubernetes clusters a breeze. :rocket:
Apache License 2.0
22 stars 3 forks source link

Remote cluster feature #3

Open tschale opened 1 year ago

tschale commented 1 year ago

It would be nice to have the possibility to run tests on a remote cluster, instead of a local (minikube, k3s, ...) one.

Advantages:

egegunes commented 1 month ago

Yes, I'd love to see this feature too since we need to run our tests on different platforms (GKE, EKS, Azure, Openshift, minikube etc.). To be honest I don't think this should be handled by the tool, it can require user to pass a working kube config.