Welcome to the Linux Foundation Forum!

Have to set up labs myself?

Just started the course, I just want to double check if I'm misunderstanding something because I'm not a native speaker: do I have to set up labs myself? I find that very strange when other teaching plataforms include the labs and auto setup for you.

Comments

  • Hi @madmalkav,

    You are correct, the lab environment is provisioned by the learner on the infrastructure of choice - whether local through hypervisors like VirtualBox, VMware Player, VMware Workstation, KVM2/QEMU, or cloud providers such as AWS or GCP.

    The demo videos from the introductory chapter provide step-by-step configuration details for provisioning on AWS and GCP.

    Regards,
    -Chris

  • Not what I wanted to hear, but thanks for the answer.

  • Hi @chrispokorni.

    I believe it would be nice to also provide a video for setting up Kubernetes on 2 VMs on VirtualBox. Why only give video examples for Cloud...?

    Also, maybe some some form of automation for setting up on the Cloud (e.g. Terraform) and on VirtualBox. Why? To provide an easy way to create and destroy VMs (for example, as mentioned in the cloud videos, to delete VMs to reduce costs).

    Courses (especially paid ones) should provide easy ways to setup an environment, while teaching us how to setup up of course.

    PS: On a side note, I think there is a lab missing. On lesson menu, lab "Exercise 3.1: Install Kubernetes" mentions "Please configure sudo access as shown in a previous lab", but there is only one previous lab "Exercise 2.1: View Online Resources". I can see the all the labs in the single file containing all the labs tho.

    Best regards,
    Daniel

  • Hi,
    I have put together an automation using vagrant and virtualbox to setup the lab: https://github.com/mferretti/k8svagrant/blob/main/Vagrantfile
    enjoy

  • Hi @marco.ferretti,

    In case it was missed earlier, the sudo configuration is in Lab exercise 1.1.

    Regards,
    -Chris

  • Hi @chrispokorni
    if you're using vagrant to create a vm the default "vagrant" user is already configured in the sudoers list. Also, if you install Ubuntu 20.04.x (as per Lab specs) in any way (any vm or phisical machine) the user you create when installing is also already properly configured in the sudoers list.

    Regards,
    MF

  • Hi @head0nf1re,

    @head0nf1re said:
    ...
    PS: On a side note, I think there is a lab missing. On lesson menu, lab "Exercise 3.1: Install Kubernetes" mentions "Please configure sudo access as shown in a previous lab", but there is only one previous lab "Exercise 2.1: View Online Resources". I can see the all the labs in the single file containing all the labs tho.
    ...

    The passwordless sudo access is presented in lab exercise 1.1, which can be accessed independently from chapter 1, or it can be found in the single-file complete lab guide.

    Regards,
    -Chris

Categories

Upcoming Training