DevOps Tutorial: EKS Cluster, Terraform & ArgoCD Best Practices Unleashed!

Поділитися
Вставка
  • Опубліковано 1 жов 2024

КОМЕНТАРІ • 8

  • @practicaldeen5333
    @practicaldeen5333 Рік тому +4

    New sub.... a few suggestions.... if you can show the architecture design in the beginning then explain, I believe more people will get more out of it then just following instructions. We want to understand what we are building and why? Thanks.

    • @nbglink
      @nbglink  Рік тому

      Of course! Thank you for your feedback I will have it on mind for the next videos.

  • @vanivari359
    @vanivari359 Рік тому +2

    To be a dick: i see a basic setup done manually, no best-practices. Best practices would be about security, terraform/argocd handover, creating and parameterizing terraform modules, automate the argocd installation with terraform, secrets management, team isolation and so on. It's a starting point, now you have to work on it for 6 month to create a resilient, secure, fully automated platform based on best-practices.

    • @nbglink
      @nbglink  Рік тому

      You have your point. Of course it is just a first step.

    • @vaibhav.v6403
      @vaibhav.v6403 Рік тому

      @@nbglink i hope your all eks nodes will have work properly so i could run my applications on eks properly

  • @donwilsonobido4196
    @donwilsonobido4196 Рік тому +1

    What if I don't to exposed the Argo CD publicly for security reason? how can access it privately?

    • @nbglink
      @nbglink  Рік тому

      You can do it just without this step which changing the ClusterIP to LoadBalancer in the instructions file. After that you can reach ArgoCD by private IP address.