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

Using minikube for hosting a staging server? #12879

Closed
tamis-laan opened this issue Nov 7, 2021 · 4 comments
Closed

Using minikube for hosting a staging server? #12879

tamis-laan opened this issue Nov 7, 2021 · 4 comments
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@tamis-laan
Copy link

Is it possible to run minikube on a server as a staging testing area?

I would like to use gitlab CI/CD to build and deploy to minikube running on the same machine.

If this is possible, is there some guide available?

@afbjorklund
Copy link
Collaborator

There are some examples here: https://minikube.sigs.k8s.io/docs/tutorials/continuous_integration/

@afbjorklund afbjorklund added the kind/support Categorizes issue or PR as a support question. label Nov 7, 2021
@tamis-laan
Copy link
Author

There are some examples here: https://minikube.sigs.k8s.io/docs/tutorials/continuous_integration/

This is not really what I was looking for, here Gitlab Ci/CD pipeline starts downloads minikube:
https://github.com/minikube-ci/examples/blob/master/.gitlab-ci.yml

I'm looking to automatically build my code with gitlab CI/CD and deploy it to a kubernetes cluster (setup with minikube).

@afbjorklund
Copy link
Collaborator

You don't need minikube for that, just the kubeconfig to your existing cluster

@spowelljr
Copy link
Member

This issue has been open for a while without any further questions so I'm going to close this issue. Feel free to reopen and ask further questions if needed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

3 participants