Kubespray makes kubernetes installation a piece of cake 🍰

After I posted the video about installing kubernetes using kubeadm, I had to try a new installation for a customer and it was then which I found about kubespray.
In this video I install a kubernetes cluster using kubespray.
The latest kubespray version at the time of the video is v2.25.0. This version has kubernetes v1.29.5 as the default to install.
Kubespray repo: github.com/kubernetes-sigs/ku...
Link to kubeadm video: • Installing Kubernetes ...
Want to see more contents like this? 📖 🤓
Follow me on:
Medium: / fdn-sharp
Twitter: / farhad_nowzari
LinkedIn: / farhad-nowzari-94060699
Github: github.com/farhadnowzari
Have fun coding ❤️

Пікірлер: 5

  • @Adivasi7777
    @Adivasi7777Ай бұрын

    Wow, this is so amazing 🤩...Thank You bro...

  • @toolbelt
    @toolbeltАй бұрын

    Very cool. Thanks for sharing.

  • @houfame
    @houfameАй бұрын

    Can you use kubespray to run onpremise on local machine to host fullstack webapp?

  • @nowzarifarhad

    @nowzarifarhad

    Ай бұрын

    So kubespray is to boostrap a k8s cluster. You could run it locally, to setup a cluster. The video is also a local environment. I have the machines under virtual box on windows.

  • @houfame

    @houfame

    Ай бұрын

    @@nowzarifarhad Are you able to connect the kubernetes cluster in the vms to internet which would allow anyone to access the app deployed on the cluster from anywhere? If so and not just as development setup, how did you set it up!