Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(question) minikube module #3440

Open
artamonovkirill opened this issue Nov 8, 2020 · 1 comment
Open

(question) minikube module #3440

artamonovkirill opened this issue Nov 8, 2020 · 1 comment

Comments

@artamonovkirill
Copy link
Contributor

artamonovkirill commented Nov 8, 2020

My team works on a few microservices.
Those services are deployed (together with other supporting services) to Kubernetes via a Helm chart.
Currently, we use minikube to test the helm chart and run end-to-end tests.
However, the minikube is started and the chart is deployed before the e2e test build is started.
I thought that it would great to have a JUnit "minikube" rule, similar to, e.g., DockerComposeContainer.

I was wondering if "minikube" module is something that the maintainers see fit for this project?
If yes - I'm open to contributing to this module.

@artamonovkirill artamonovkirill changed the title Question: minikube modu (question) minikube module Nov 8, 2020
@rnorth
Copy link
Member

rnorth commented Oct 14, 2021

I realise that this is a very old ticket, but we may have a solution to some users' needs in the works.

#4485 / #4582 is for a K3S module, aimed at making it easy to test things that have a direct need to communicate with a Kubernetes API. I would not envisage this being a good tool to use for deploying many services to, but for some use cases (like testing k8s operators) containerised k3s can work well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants