Setup Wordpress using Helm Chart on Kubernetes - Part 5

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

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

  • @shishirroy1516
    @shishirroy1516 3 года назад +2

    I must say this is one of the best tutorial on k8s available on RUclips. The way you explain is really appreciated.

  • @nikhilnambiar6811
    @nikhilnambiar6811 2 года назад

    Thank you for your wisdom, experience and personable presentation.🙏

    • @RahulWagh
      @RahulWagh  2 года назад

      Glad it was helpful!

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

    One of the best explanation ever . thanks.

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

      Glad it was helpful!

  • @anushavinnapala798
    @anushavinnapala798 2 года назад

    Excellent Rahul and Thank you so much....

  • @ishanmahajan7264
    @ishanmahajan7264 Год назад +1

    Thanks for your setup

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

    Hi Rahul. The video was informative and easy to follow. I was able to install wordpress application locally using nfs dynamic provisioning. Just changed the storageClass to nfs storage.

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

      Ohh great to know that NFS dynamic provisioning works locally

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

    Brilliant! Thank you.

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

    Hi Rahul,
    Thanks for the nice content. Could you please make a video installation of sonarqube on eks k8s cluster using helm chart.

  • @rishi52
    @rishi52 3 года назад +1

    The videos are very good - but it is very difficult to find the other videos in this series. It will be very good if you can give links to the other videos of the series in the description.

    • @RahulWagh
      @RahulWagh  3 года назад +1

      so nice to hear you.
      Here are playlist -
      1. Kubernetes -
      ruclips.net/video/briu_Ev89sw/видео.html
      2. Helm Chart -
      ruclips.net/video/pHGc87zHLlo/видео.html
      3. Terraform -
      ruclips.net/video/jJX6S5JAGpI/видео.html
      //Rahul

  • @victoranolu4376
    @victoranolu4376 4 месяца назад

    If i were to secure the IP with HTTPS and point it to the DNS zone. How do i do that?

  • @saurabhchamotra83
    @saurabhchamotra83 3 года назад +1

    hello rahul first of all thanks for such nice videos.I had a query regarding the installation of production grade Elastic search cluster on kubernetes.I had created a kubernetes cluster with three nodes on VM and created a NSF based presisten storage volume.I am facing problems i will be grateful to you if you can help

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

      What kind of issue you are facing?

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

    thank u so much. please share on how to migrate Wordpress deployed into ec2 instance to eks k8s cluster.

    • @RahulWagh
      @RahulWagh  3 года назад +1

      Thanks for the suggestion i will add your suggestion into my todo list and will prepare something around it as I get more time

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

    Hi Rahul
    I have one question --> This video you didn't create a Wordpress helm chart in local and you have directly pass the values in while install Worpress repo inside helm chart. Here my doubt is in future Wordpress application I need to update some changes like ( replica count, storage size, application version, etc..) how to modify the helm chart in locally and upgrade the helm Wordpress application.

  • @BinoyKalathil
    @BinoyKalathil 3 года назад +1

    Hi, I am new to Helm and trying to understand. In your other video you have mentioned that to create a Helm chart using "helm create" and maintain the folder structure. But that is not present in this video. Any particular reason?

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

      Hi Binoy,
      If you are new to Helm Chart and want to know more about folder structure then I would highly recommend to see this lab session - ruclips.net/video/jP_PF0mqUHk/видео.html
      before you go for wordpress installation.
      On general node when you issue the *helm create helloworld* command then complete folder structure is created by helm iteself.
      Let me know if you have any more queries.
      //Rahul

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

    Can we not download the charts locally and than edit the values.yaml?
    Thanks in advance

  • @adinathdhamdhere4612
    @adinathdhamdhere4612 2 года назад

    I tried to install it on private GKE(with enabled control plane auth network), after installing pods shows error as "image pullback of" How to resolve it. Or how to installed it on private kubernetes cluster, what configuration we have to do or firewall rules.

    • @RahulWagh
      @RahulWagh  2 года назад

      Probably there is something wrong with your docker image url. PLease check the docker image url if its working or not because image pullback of error comes when k8s is not able to pull the image from the url

    • @adinathdhamdhere4612
      @adinathdhamdhere4612 2 года назад

      @@RahulWagh i am using link which they given on bitnami page. They given helm installation method. On public GKE it was working but when we tried with private GKE it get failed, So I think we have to set some firewall rule or something else to connect.

    • @RahulWagh
      @RahulWagh  2 года назад

      Try to curl the image url from your private gke and see what it returns

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

    Hi bro I have one question - regarding the WordPress username and password
    username - jhooq fine and where you mentioned the password?