MicroK8s - Hassle-free Kubernetes - Full Series

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2024

ความคิดเห็น • 10

  • @raghulselvam7292
    @raghulselvam7292 ปีที่แล้ว +2

    Best tutorial for MicroK8s 🎉 Keep Rocking

    • @antosubash
      @antosubash  ปีที่แล้ว

      Glad you think so!

  • @imtheshadow6396
    @imtheshadow6396 ปีที่แล้ว +1

    Hi Anto, Thank you so much for the nice toutorials you are creating, please keep it up.
    I have a question please, how can we integrate github aciton with this microK8s work, how can we automate the publishing into the server and is there a chance you guid/create a video on how to apply migrations and what this series miss to consider it Production ready. Thank you in advance!

    • @antosubash
      @antosubash  ปีที่แล้ว

      you just use it like any other Kubernetes instance. there is nothing special about it. maybe I will create a video on how to do that. I just created a video on how to version the application. This will be a good next step.

    • @imtheshadow6396
      @imtheshadow6396 ปีที่แล้ว

      @@antosubash I'm just curious if I can go with this setup to production or am I missing something
      Yup, I saw the title of the video and will watch it tonight, Thank you for your help

    • @antosubash
      @antosubash  ปีที่แล้ว +1

      @@imtheshadow6396 this is great for dev or staging but for production make sure you have HA enabled with at least 3 or more nodes.

    • @datnguyen231
      @datnguyen231 ปีที่แล้ว

      Ya it would be great if we have a full CI CD process with Github/GitLab for microservice solution like APB

  • @datnguyen231
    @datnguyen231 ปีที่แล้ว

    hi Anto, I follow the guide but got stuck at the steps creating docker registry with error MountVolume.SetUp failed for volume "certs-vol" : secret "registry-tls-secret" not found.
    I checked the secrects created it shows:
    auth-secret Opaque 1 158m
    registry-tls-secret-jw66n Opaque 1 49m
    look like the secet is created with random suffix cause not find.
    Do you encountered this and do you know how to fix?

    • @antosubash
      @antosubash  ปีที่แล้ว

      are you sure "registry-tls-secret" is available? if yes make sure its in the same namespace.

    • @datnguyen231
      @datnguyen231 ปีที่แล้ว

      @@antosubash I figured out. I used a local dev environment, no public IP so the certificate grant process cannot complete therefore the secret is stuck at temporary phrase (with postfix name).