I’ve started playing with it and it is actually pretty cool. I can create basic containers and then group them into pods. Once the pods are running and healthy I can deploy to Kubernetes

  • just_another_person@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    10
    ·
    edit-2
    3 days ago

    Well let me pull my case stud…no

    Kubernetes doesn’t work with a GUI, and uses a stalwart config format for a reason. Relying on an “easier” way to do it will have unintentional consequences.

    Try getting a job with “Well I know Kubernetes but only if I can use this particular GUI uhhhhhhh.”

    No

    • klangcola@reddthat.com
      link
      fedilink
      English
      arrow-up
      7
      ·
      3 days ago

      GUIs can be very good for getting started and learning concepts though. Much more “discoverable” and can allow for quicker iteration.

      Then when learning the “proper” command line tools, the process should be easier as one already knows the concepts and terminology, and can concentrate on just the tooling.