Setup AWS EKS Using Terraform | Deploy Nginx | How to Provision EKS in AWS

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

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

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

    Nice one just stumbled on ur channel and its exactly what have been looking for , you just safe a life, man Thanks

    • @cloudtechmasters9985
      @cloudtechmasters9985  2 ปีที่แล้ว

      hope this is working end to end , if not pls let me know if you face any issues will try to fix it or re-upload with proper steps again

  • @deepikak4238
    @deepikak4238 4 ปีที่แล้ว

    Thank you for detailed explanation , I have followed same steps my project tasks its working , very good support from you , thank you for connecting and fixing the issue

  • @sharanyakonandur2368
    @sharanyakonandur2368 3 ปีที่แล้ว

    Great video

  • @richardlanglois5183
    @richardlanglois5183 4 ปีที่แล้ว

    Great presentation!

  • @mzw8374
    @mzw8374 4 ปีที่แล้ว

    NIce one! Can you make another example deployment using ansible to deploy more than 1 srver on AWS, and Kubernetes as the Orchestration to make 2 replicas with Jenkins and Github as the source.

    • @cloudtechmasters9985
      @cloudtechmasters9985  4 ปีที่แล้ว

      Sure will keep in todo list and do . pls send an email to cloudtechmasters@gmail.com with detailed explanation of what you need

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

    Instead dockerhub,could u cover this again with AWS ecr pls.

    • @cloudtechmasters9985
      @cloudtechmasters9985  4 ปีที่แล้ว

      Please watch my docker playlist for ecr
      th-cam.com/video/lh_16tQaf8M/w-d-xo.html

  • @kumarkamani7111
    @kumarkamani7111 4 ปีที่แล้ว

    Nice video...

  • @hebronspiritualmessages9382
    @hebronspiritualmessages9382 3 ปีที่แล้ว

    Thanks for video.. It's well explained.
    I have one doubt on application deployment as you mentioned using maven we build the springboot application rite.. When we use maven to build we need pom. Xml file as well rite...
    Could you please explain this why pom.xml not used in thjs case..?
    I'm new to this jenkins so please help
    Thanks in advance

    • @cloudtechmasters9985
      @cloudtechmasters9985  3 ปีที่แล้ว

      A Project Object Model or POM is an XML file that contains information about the project and configuration details used by Maven to build the project. It contains default values for most projects.
      nginx is just for web serving, reverse proxying, caching, load balancing, media streaming
      Spring Boot is an open source Java-based framework used to create a micro Service.

  • @jokimstenyrodrigues2056
    @jokimstenyrodrigues2056 4 ปีที่แล้ว

    any idea how to make the external LB persistent or get the IP instead of LB ?

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

      Hi use spec:
      type: NodePort
      in your service yaml file.
      apiVersion: v1
      kind: Service
      metadata:
      name: my-service
      spec:
      type: NodePort
      selector:
      app: nginx
      ports:
      # By default and for convenience, the `targetPort` is set to the same value as the `port` field.
      - port: 80
      targetPort: 80
      # Optional field
      # By default and for convenience, the Kubernetes control plane will allocate a port from a range (default: 30000-32767)
      nodePort: 30007
      kubernetes.io/docs/concepts/services-networking/service/

  • @k.r.mohanreddyk.r2350
    @k.r.mohanreddyk.r2350 4 ปีที่แล้ว

    Please let me know where we start divide parts

    • @cloudtechmasters9985
      @cloudtechmasters9985  4 ปีที่แล้ว

      I didnt understand clearly what you mean by divide parts ,Please let me know what exactly you are looking for

  • @kapilkaushal6178
    @kapilkaushal6178 4 ปีที่แล้ว

    Thankyou for such a great explanation. I need some advise in my architecture. Can you please provide me your contact.

    • @cloudtechmasters9985
      @cloudtechmasters9985  4 ปีที่แล้ว

      Pls join whatsup group chat.whatsapp.com/BODcLqIEGdh2GN4vHl4GKg

  • @k.r.mohanreddyk.r2350
    @k.r.mohanreddyk.r2350 4 ปีที่แล้ว

    I want learning please suggest first video, second video,third video it means part-1, part -2 continuing part let me know

    • @cloudtechmasters9985
      @cloudtechmasters9985  4 ปีที่แล้ว

      1.know the installation first
      th-cam.com/video/5UOnyWyxuR4/w-d-xo.html
      2. creating eks cluster
      th-cam.com/video/X2ljiOx6BMQ/w-d-xo.html
      3. ci/cd pipeline for java
      th-cam.com/video/sl-KFkzI8aM/w-d-xo.html
      4.ci cd process for nodejs
      th-cam.com/video/76HEP2XB6to/w-d-xo.html
      please let us know in case if you need any order or separate videos list which you are looking for

  • @mvjrao123
    @mvjrao123 3 ปีที่แล้ว

    Nice video. How to integrate terraform with Jenkins?