Jenkins On Kubernetes Tutorial | How to setup Jenkins on kubernetes cluster | Thetips4you

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

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

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

    Great video, I was stuck with the deployment but I was able to follow and have a successful deployment. Thank you

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

      Thank you. Good to know.

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

    great video always, you are fast becoming my teacher now, well done

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

      That's very nice if you to say those words. Thank you for your support.

  • @vasanthvel501
    @vasanthvel501 7 месяцев назад

    Thanks for the video, bro, Now I have installed Jenkins using this, but when I execute a command like `docker ps` or `kubectl get all` using Jenkins freestyle I'm getting not found, do I have to configure any for this?

    • @Thetips4you
      @Thetips4you  7 месяцев назад

      You need to have docker installed on the slave or machine on which the job is running.

    • @vasanthvel501
      @vasanthvel501 7 месяцев назад

      @@Thetips4you yeah, But I'm in a minikube a linux env, so it's alerady has docker and kubectl

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

    great videos, thank you alot

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

    Hi great video Thanks for that, but i have a doubt like inside the running jenkins pod i am not able to run any command as its throwing root permission requires or permission denied kind of error. How can i resolve that

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

      Why do you need to run commands on inside Jenkins container? Your cicd pipeline can be running on any slave machine connected to Jenkins.

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

    Can you make a video about how to set up Jenkins to work with Docker, while deployed as a pod in kubernetes?

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

      I didn't understand your request clearly. Can you be more specific.

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

      @@Thetips4you basically after deploying jenkins on k8s cluster, you cannot run docker commands inside the steps to build images, etc. How do you set it up properly to be able to work with Docker, considering Jenkins is in a container itself in kubernetes?

  • @TamNguyen-jj6zq
    @TamNguyen-jj6zq 3 года назад +1

    you can set numerical order for each video path?, I don't know how to start with which video for absolutely beginner like me. Thanks so much :D

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

      Thank you for your feedback. I will look in to this. By default You can follow the playlist.

    • @TamNguyen-jj6zq
      @TamNguyen-jj6zq 3 года назад +1

      @@Thetips4you Your video series absolutely beauty. I hope you will produce more and more in the future. Wish you health and happiness!

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

      Thank you so much friend for your wishes. God bless you too with good health and happiness. Stay safe.

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

    Thank you for the great video.
    Please help me out for the below error.
    Offline
    This Jenkins instance appears to be offline.
    For information about installing Jenkins without an internet connection, see the Offline Jenkins Installation Documentation.
    You may choose to continue by configuring a proxy or skipping plugin installation.
    Environment i'm using is Ubuntu Kubernetes cluster in VMware

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

      When you are getting this error?

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

    Hi, Thanks for amazing video. When I tried these yaml files in my local docker-desktop, it worked perfectly. but, when I tried the same in remote kubernetes cluster, it is failing with OOMKilled error after few seconds. Any thoughts on this.? Thanks in advance.

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

      Do you mean OOMKilling memory error? If yes you will have to limit the memory usage.

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

      @@Thetips4you Thank you for the quick response. I'm new to kubernetes, How can I limit it?

  • @sarmientoluis89
    @sarmientoluis89 2 года назад +1

    congratulations

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

    Hi
    I need one help..
    As per the current implementation if one pod is running.
    Am redeploying the app and new replicaset created and new pod is creating while creating some error happened and the status of the pod going crashloop and again restart ..
    But in jenkins job is green..
    what command I have to use in kubernetes to jenkins also fail...
    please Help me

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

      Check the logs or describe the pod to see why it is crashloooping.

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

      @@Thetips4you in kubectl command I need to write a script to fail if the pods not started.
      How can I do that ?

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

    Great videos, i want to ask you one question can we create ingress with azure without aks, i.e vm instances, thanks though.

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

    Cannot access the service on browser i have opened all ports in Security Groups any idea?

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

      Are you running on cloud k8s? Did you tried the service as a loadbalancer and not as nodeport?

  • @saikrishnapalakollu2575
    @saikrishnapalakollu2575 2 года назад +1

    Hey I'm facing difficulties in accessing jenkins dashboard,could you please help me ,thanks in advance.

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

    Great video thanks, how much CPU, Memory is required for small cap company?

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

      Can you clarify the cpu and memory for which case?

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

      @@Thetips4you for Jenkins server

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

      For a small server with less number of jobs, you can go with 8Gb ram and 4 core cpu which should be more than enough.

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

    my jenkins we page is not opening, can you please help me

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

      What is the error message?

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

    have you deployed kafka + kubernetes

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

    Does anyone knows the password for root user in the pod for jenkins?

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

    xin tên nhạc nền được không ạ. Cảm ơn bạn

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

      Do you mean the music in the starting?

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

      @@Thetips4you yes the starting music. thanks

  • @africanloveguide
    @africanloveguide 2 года назад +1

    how do i locate mountPath: /var/jenkins_home

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

      Use volumes

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

      @@Thetips4you it doesnt work...........can you share your persistent storage yaml file..................please i am new

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

      @@africanloveguide Check the video description for the github link.