Simple NSX networking for Containers and Tanzu Kubernetes Grid (TKG) (Jason Meers)

Поделиться
HTML-код
  • Опубликовано: 20 дек 2024

Комментарии • 4

  • @emaadmulla4376
    @emaadmulla4376 3 года назад

    HyperV aggregated the hardware and reduced some cost. Containers reduced some cost by sharing OS. Are dependencies free or do they cost some amount? will the next tech be one that aggregates dependencies?

    • @jasonmeers
      @jasonmeers  3 года назад

      Dependencies tend to be libraries such as .net or runtimes, or things like Java that the application sits on top of.
      In the past applications were built with the dependencies built in (sometimes called static linked) but this causes another set of other problems
      I think dependencies are here to stay for a while as they are what make the application "portable" which is more important that the disk space they require.

  • @snail1833
    @snail1833 Год назад

    thanks it was useful