Harbor Private Container Registry for Docker and Kubernetes

Поделиться
HTML-код
  • Опубликовано: 7 окт 2024
  • Learn how to set up a private docker container registry for you development environment.
    GitHub Project: github.com/mor...

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

  • @Cook1eMR
    @Cook1eMR Год назад +7

    Found you yesterday and watched all of your brilliant content. Every video is well explained and what I particularly like is that these arent just step by step tutorials. You add context, reasoning and use cases, all presented in a great style. Great resource, great watch. Keep them coming. Looking forward to the next!

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

      Thank you so much, your feedback and support means a lot. Will definitely keep them coming.

  • @andrew8638
    @andrew8638 8 месяцев назад +1

    Excellent! I was growing frustrated with my Docker client not being able to login. You just solved my issue - many thanks!

  • @bumeren
    @bumeren 3 месяца назад

    You make really perfect content. Thank you very much

  • @tasdidashraf5649
    @tasdidashraf5649 Месяц назад

    very helpful brother! thanks a lot

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

    very nice and clear video tks

  • @yboujraf
    @yboujraf 10 месяцев назад

    Brillant and clear

  • @f1aziz
    @f1aziz 8 месяцев назад

    Good job man.

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

    Nice Presentation , can you please tell me what toll you used to create your content and visuals

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

    56b6d3be75f9: Retrying in 1 second
    received unexpected HTTP status: 500 Internal Server Error
    show this issue what i can i do

  • @goodgameplays9571
    @goodgameplays9571 6 месяцев назад

    Please i need your help! when i type in kubectl get svc, i don't get the harbor service only the rest of the harbors-* services appear, any idea as to why?

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

    Can we configure ssl in docker- compose i have created self signed certificates but not worked.

  • @Ajmalkhalil-d6s
    @Ajmalkhalil-d6s 7 месяцев назад

    We have a bare metal kubernetes cluster. Now we want to make cicd for this using azure devops and argocd.
    Can we use harbor as a image repository in our case as we don't want to use ACR. kindly advise if it is possible or not?
    thanks

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

    Can you show us what sections to fill out to get TLS encryption working on Harbor? As of now it is not secured so please help with navigating what sections to fill out and how to do them on the helm chart values.yaml file

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

      If you would like to use your own secure certificates, you need to create a secret containing the private key and certificate. They should be named tls.key and tls.crt respectively. Then set the name of the secret in the Harbor values file under expose.tls.secret.secretName.

  • @nuchallenger1358
    @nuchallenger1358 11 месяцев назад

    Would this work with an azure storage account? I have one setup as a storageclass in my kubernetes cluster