Kamal 1.0

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 42

  • @mus3equal
    @mus3equal Рік тому +13

    Awesome, thanks so much for this. Really appreciate the time, tools, and knowledge you and your team continue to give to the community!

  • @romanzaiev
    @romanzaiev Рік тому +10

    That looks really good, the complexity of modern K8s is incredible and assumes a high level of expertise, tools like Helm don’t really make it any simpler to maintain. I like the direction towards self-hosted solutions as well, vendor lock is not only dangerous for any business but can also be quite expensive.
    The only thing I don't understand here is the fundamental difference between Kamal and Ansible. And I would appreciate a comparison and the motivation that drove you to build your own instrument from scratch.

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

    Yet another banger! Thank you very much for what you give us, guys! 🔥

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

    hi 🖐 With Postgres would be the same?

  • @josephandres4324
    @josephandres4324 Рік тому +16

    Pure genius!, although I liked the name MRSK better.

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

      Turns out the container logistics company with a similar name ALSO likes it.

    • @GregRippetoe
      @GregRippetoe Рік тому +4

      MAERSK threatened to sue DHH for 13.7 billion dollars so he had to rename the tool to a random arab person's name instead.

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

      Really?

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

    hey DHH, great stuff as always, looking forward to using this tool! I do wonder how you deal with logs at 37 signals. You demonstrated a request-based log search. What if you needed to retain the logs for a period of time or if you needed a more sophisticated search (maybe provided by the 3rd party already), how would you do that? Is that beyond the scope of this tool? Thanks

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

      They use Grafana + Loki + Promtail, K8s, Cloudwatch, S3, and DynamoDB for analysis.

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

      @@GregRippetoe I thought they migrated off the cloud and don't use kubernetes. Do you have a source for that? thanks

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

      @@emiribrahimbegovic813 They still use the cloud for some stuff but they might migrate fully after a while

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

    did it contain tutorial for server without managed database?

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

    Great stuff. Is there any plans to bump up the raw database server support to a more managed level database server, like taking care of regular offsite snapshots and reporting on issues with that process. I find most shops are failing this part which is imo a good reason for cloud managed databases.
    At the same time a process for migrating, putting sites on maintenance mode, moving the data with the provider move etc?

  • @ruiztulio
    @ruiztulio Рік тому +3

    I find this intresting and is always good to have alternatives, but I don't see the added value. You can do the same with ansible or saltstack, the major "plus" is that is written in Ruby and compared to Cheff is insanely simple, but also Ansible.
    Again, I'm not trying to ditch it, just want to know whats the principle behind it and what makes it different from the alternatives (and yes, I read the blog about it), if we compare Puppet, Ansible, Saltstack and Cheff (the major players here) there are big differences and can be a hot debate.

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

    Anyone can tell me how to connect Kamal to AWS EC2 with SSH?

  • @AlexKovshovik
    @AlexKovshovik Рік тому +5

    With Kubernetes I could specify resource requests and limits, to run multiple containers per server, and to schedule containers to run where the resources are available. The physical servers are huge, lots of CPU cores and memory. Does Kamal run a single container of your app per server? What if the servers are of different size: is it possible to configure it to run the specific number of the processes per container, or number of containers per server? Kubernetes limits also allow me to "sweep the memory leaks under the rug" - the bloated container will simply be killed and new ones started automatically. Kamal just doesn't seem to be enough for any serious production application by itself. There have to be other tools for auto-scaling, re-balancing load, etc. Amirite?

  • @pallu83
    @pallu83 11 місяців тому

    What was wrong with kubernetes exactly?

  • @torvic99
    @torvic99 Місяць тому

    I used Kamal, it works like a Swiss clock.

  • @willemhaifetz-chen1588
    @willemhaifetz-chen1588 Рік тому

    Fantastic, simple and working

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

    This is amazing, thank you so much.

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

    is it based on mrsk ?

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

    Very interesting and helpful. Thanks for Kamal and this video! 🥳😃👏

  • @nonefvnfvnjnjnjevjenjvonej3384

    This is awesome. THANK YOU THANK YOU THANK YOU

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

    Great thank You!

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

    Yo, kamal is here..

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

    It's crazy!!!!! I love it

  • @myanch200
    @myanch200 11 місяців тому

    We need another one at normal speed 😂

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

    It’s easy to do deployment. The hardest part is day 2 and patching/upkeep. Compliance is the hard part

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

    Well done

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

    Epic shit, will switch from capistrano/mina :)

  • @kevinkkirimii
    @kevinkkirimii 8 місяців тому

    Nowonder the PHD in Kubernetes has been so elusive to me

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

    I quite like thr name...:)

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

    Please change Kamal logs to not be red. This is too scary!

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

    Nice 👍

  • @suikast420
    @suikast420 10 місяців тому

    As a I understand kamal is only a deployment tool and not a scheduler right?
    If it so. What is the benefit instaed of using ansible cheff pupppet or terraform?
    If kamal is a workload scheduler what is the benefit against k3s or nomad?
    And why da hell rubby? 😂

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

    My dude is too fast even at 0.5 speed

  • @al-mokhtar_
    @al-mokhtar_ Рік тому

    heroku going broke soon 😂

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

    millennial pause, sorry dhh

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

    Nice 👍