Is HashiCorp Nomad worth learning?

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • Should you learn about HashiCorp Nomad? Does it have the right stuff to unseat Kubernetes? In this video I'll share my thoughts on what Nomad is, where it excels, and how to get the most out of using it.
    Subscribe: bit.ly/3tjY9cy
    Our community: / discord
    Upload Academy: upload.academy
    About Michael Crilly:
    Michael Crilly is a leading expert in DevOps and automation. Mike has automated everything from Cisco hardware to AWS resources using various tools like Python, Ruby, Go, Terraform, Packer, Ansible, CloudFormation, CI/CD, JenkinsCI, GitLab, Docker, Kubernetes, GitOps, and much more. Mike also loves to teach everyone and anyone about the joy of automating complex Cloud resources to deliver a faster, better infrastructure that's cheaper to operate and more stable to manage.
    Checkout my FREE courses!
    What are IAC & CAC?: bit.ly/3BT6OG9
    Terraform Crash Course: bit.ly/3nawGZO
    Ansible Crash Course: bit.ly/3l4nKT0
    Packer Crash Course: bit.ly/3kZkY1E

КОМЕНТАРІ • 17

  • @user-qr4jf4tv2x
    @user-qr4jf4tv2x Рік тому +3

    got interested in nomad because of its ease

  • @Panicvisual
    @Panicvisual 2 роки тому +14

    Nomad is great but it's not fair to not mention that out of the box, nomad doesn't provide services that you would expect from an orchestrated environnement engine like K8s, meshing, auto scaling or secret management. You have to use consul at least so it's an other piece of software to manage.

    • @MichaelCrilly
      @MichaelCrilly  2 роки тому +4

      I agree totally. That’s a fair point.

    • @uidx-bob
      @uidx-bob Рік тому +5

      1.4 adds a feature that looksl ike it can take care of basic secrets without needing vault. Not sure how deep it is, but out of the box it's encrypted at rest and and flight. In my early days of k8s that's more than I had out of the box. For service mesh it looks like 1.4 comes with basic ability in this area to get started with. It's no istio, but it gets you going on day 1. I'm glad they are working hard because of k8s.

    • @MichaelCrilly
      @MichaelCrilly  Рік тому +1

      Thanks for the insights mate. I’m gonna pay more attention to Nomad now!

  • @junialter
    @junialter Рік тому +1

    What's a console cluster? I didn't get what you were talking about in that section, at all.

    • @sligit
      @sligit Рік тому +1

      Consul is another Hashicorp product that provides the service mesh for Nomad.

  • @maciejk7689
    @maciejk7689 2 роки тому +1

    Nomad Rulez !!!!

    • @MichaelCrilly
      @MichaelCrilly  2 роки тому

      Boom!

    • @maciejk7689
      @maciejk7689 2 роки тому +1

      @@MichaelCrilly HashiCorp Stack i great solution for orchestration for private / public / mixed environment. In case of nomad ... Unfortunately, Far too little of a product promotion

  • @witchdoc-xp
    @witchdoc-xp Рік тому +1

    A bit more deep view would be nice to see.

    • @MichaelCrilly
      @MichaelCrilly  Рік тому +1

      What would you like to see?

    • @witchdoc-xp
      @witchdoc-xp Рік тому +1

      @@MichaelCrilly if it's a so easy way to configure a docker orchistration then a small cluster an how to set this up. Therefore the viewer can compare that to an K8S or the rancher one I forgot

    • @MichaelCrilly
      @MichaelCrilly  Рік тому +1

      Sounds good. Give me some time :-)

  • @CatsAndCode
    @CatsAndCode Рік тому +2

    I think at this point there's too many tools. Companies are offering one tool that masters two major opertions, But eventually dose everything 😂😂😂 And Another tool which supposedly dose two diffrent things also dose everything. So you have 5-6 Tools that are very complex that are capable of doing a lot. this extremly expensive to manage them. the tool itself can be open sourse or paid but in order to manage it you need people.

    • @MichaelCrilly
      @MichaelCrilly  Рік тому

      I couldn’t agree more. One tool doing one thing really has been missed.