Creating a Docker Image from scratch

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

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

  • @utube4045
    @utube4045 2 месяца назад

    In my environment, there are two controls plane created separately and its not getting sync with each other
    Results is no automatic fail over
    What needs bo done to create a single cluster with two physical nodes

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

    For any meaningful production app, observability is a must. What would be your version of a minimal observable docker image ?
    One way could be to include let the app emit some metrics.

    • @sre101
      @sre101  Год назад +2

      Normally observability requires installing tools like logs & metrics agents to scrape data. IMO you don't need to install them on your main app container, rather deploy some sidecar containers to enable observability on it.

  • @DeepakKumar-uv5by
    @DeepakKumar-uv5by Год назад

    great !

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

      Thank you Deepak

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

    good video!!

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

      Glad you liked it! Feel free to suggest topics you'd like to see videos on