Welcome to the Linux Foundation Forum!

An alternative to Jenkins in vagrant

Options

Hello,

I discovered kubernetes in docker: https://kind.sigs.k8s.io/ as a potential alternative to the vagrant images for learning how to deploy Jenkins in kubernetes. I'm using this because my laptop is super slow for vagrant. docker is pretty fast on my computer though. I'm posting here just in case it might be useful to anyone else.

Also, the following command was useful for me to access Jenkins in kubernetes in docker via a web browser:

bash-$ kubectl --namespace default port-forward svc/myjenkins 8080:8080

Comments

  • luisviveropena
    Options

    Hi @zacts,

    That's a good one! I'm glad you find a solution that works better for you :)

    Regards,
    Luis.

  • Shivinder
    Options

    Hi @zacts Thank you for posting it here. I am facing a similar problem where I have an Apple M1 laptop and it follows the ARM64/AARCH64 platform and the Vagrant isnt available for this platform yet. I guess if I give your solution a try, it might help me out.
    I’ll post here if it is successful.

Categories

Upcoming Training