Kubernetes | Terraform | AWS EKS Cluster Setup Using Terraform Cloud and GitHub Actions | GitHub

Поделиться
HTML-код
  • Опубликовано: 26 авг 2023
  • ===================================================================
    1. SUBSCRIBE FOR MORE LEARNING :
    / @cloudquicklabs
    ===================================================================
    2. CLOUD QUICK LABS - CHANNEL MEMBERSHIP FOR MORE BENEFITS :
    / @cloudquicklabs
    ===================================================================
    3. BUY ME A COFFEE AS A TOKEN OF APPRECIATION :
    www.buymeacoffee.com/cloudqui...
    ===================================================================
    #kubernetes #eks #terraform #githubactions #aws #tfc #devops
    Repo URL : github.com/RekhuGopal/AWS_EKS...
  • НаукаНаука

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

  • @himanshumahajan596
    @himanshumahajan596 6 месяцев назад +1

    Hi
    How we can create a cluster using gitlab pipeline and how to manage auth after we create eks we need to install cluster autosclaer and load balancer in the same pipeline can you share configurations or a video eks has to be private

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

      Thank you for watching my videos.
      I have not made any videos on creating EKS through Gitlab pipelines (it would as same GitHub only pipelines definition and setting would change accordingly).. I shall create a video on this topic in future.

  • @DavidVerzolla
    @DavidVerzolla 9 месяцев назад +1

    Why integrate terraform cloud and github actions? Once you could achieve the same with only terraform cloud.

    • @cloudquicklabs
      @cloudquicklabs  9 месяцев назад

      Thank you for watching my videos.
      As we GitHub as the repo to store the version controlled codebase, hence team would the same for GitHub Actions as well.its easy to put CICD work at one place.

    • @wkhatch
      @wkhatch 8 месяцев назад +2

      Valid question for just managing the EKS cluster. I don't bother with github actions for the cluster management, but, if I have to deploy an app, which also involves having to build, tag and push a new image, then you have to involve another service beyond terraform, as tf cloud cannot build an image, etc.