Native EKS Ingress: AWS Load Balancer Controller & 5 Examples (Terraform, TLS, IngressGroup, IP)

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

КОМЕНТАРІ • 134

  • @AntonPutra
    @AntonPutra  Рік тому +3

    🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
    👉 [UPDATED] AWS EKS Kubernetes Tutorial [NEW]: ua-cam.com/play/PLiMWaCMwGJXnKY6XmeifEpjIfkWRo9v2l.html&si=wc6LIC5V2tD-Tzwl

  • @kevaljoshi-k5y
    @kevaljoshi-k5y 2 роки тому +5

    I have gone through so many articles on google and youtube videos. This is the best video so far.

    • @AntonPutra
      @AntonPutra  2 роки тому

      Thanks one more is coming on the topic

  • @garrydias
    @garrydias 9 місяців тому +1

    The most complete! Amazing. A little bit fast but everything is there and plus: raw, helm terraform.. amazing!!

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

    High quality content only! It's the second time Your video helps me to figure out how to deal with k8s! Keep going!

  • @Oxxygen_io
    @Oxxygen_io 2 місяці тому

    Thanks mate, this is a good way to grasp the Terraform part of infrastructure.

    • @AntonPutra
      @AntonPutra  2 місяці тому

      thanks i have updated eks services if you're interested - ua-cam.com/play/PLiMWaCMwGJXnKY6XmeifEpjIfkWRo9v2l.html

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

    This video series is pure gold. Thank you very much.

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

    Wow.. thank you soo much for the quality content. You have no idea how much I appreciate this video. If you are ever in Los Angeles let me know and I'll buy you a beer 🙌

  • @YossiSilberhaft
    @YossiSilberhaft 10 місяців тому +1

    This is exactly what I was looking for! Thanks for a brilliant video!

  • @eugenm.5288
    @eugenm.5288 Рік тому +1

    The best explanation that I coud find in web. Thank you very much. It has really helped.

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

      Thank you, Eugen! I appreciate it!

  • @davidcsidavidcsi
    @davidcsidavidcsi 11 місяців тому +1

    you saved my life man, thanks for posting this!

  • @oliviercousin-xy4ds
    @oliviercousin-xy4ds 6 місяців тому +1

    I definitively appreciate this video. Clear and didactic. Thanks a lot

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

    Антон, большое спасибо за такие ценные видео!

  • @tan_teta
    @tan_teta 4 місяці тому +1

    This guy is way super smart 👏👏👏

    • @AntonPutra
      @AntonPutra  4 місяці тому +1

      thanks :) i have updated video - ua-cam.com/video/5XpPiORNy1o/v-deo.html

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

    Hi Anton, Great video. Loved the detailed explanation. If possible please make a video on TLS Termination at Pods for end to end encryption.

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

      well i have one with istio and end to end tls via gateway

  • @sam_8a
    @sam_8a Місяць тому +1

    Great Videos really enjoyed watching your K8s videos. Subscribe your channel and started following you on LinkedIn.
    Question: Which one is better to use for lowest latency? Service type Load Blancer with NLB vs Ingreds Nginx with NLB?
    I assume the Ingress Ngnix will be slower as traffic needs to flow from NLB->Controllers pods IP->Service->Target pods then Service NLB as Service NLB->Target pods
    Sorry if im assuming anything wrong here. I'm new to this.

    • @AntonPutra
      @AntonPutra  Місяць тому

      thank you! to reduce latency, you should create a service of type 'LoadBalancer' with an NLB and use IP mode. that way, the NLB target group will add the pod's IP address directly

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

    its amazing Anton )) thanks a lot bro

  • @argosbrave6415
    @argosbrave6415 6 місяців тому +1

    Thank God for you sir

  • @אופירנענה
    @אופירנענה 10 місяців тому +1

    thank you so much, such a great tutorial!!

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

    Great video, thanks for share, I've using Istio for K8s mesh, in my opinion it's more easier and simple to manage, but learn other methods it's very important.

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

      Thanks, what about app mesh?

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

      @@AntonPutra Yes, about networking service mesh, discovery. Istio works like that, including gateway and ingress controllers.

  • @tiagobarreto4104
    @tiagobarreto4104 2 роки тому +2

    Hey man! Really GREAT content! Thank you!

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

    Great job as usual! Thanks
    It's a really peaty that the AWS Load Balancer Controller doesn't support the rewrite rules

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

    Get Full-Length High-Quality DevOps Tutorials for Free - Subscribe Now! - ua-cam.com/users/AntonPutra

  • @AntonPutra
    @AntonPutra  2 роки тому +2

    🔴UPDATED🔴 How to create EKS Cluster using Terraform MODULES (AWS Load Balancer Controller + Autoscaler + IRSA) - ua-cam.com/video/kRKmcYC71J4/v-deo.html
    Monitor EKS & EC2 instances with MANAGED Prometheus - ua-cam.com/video/-nUQNFAX5TI/v-deo.html

  • @timo2080
    @timo2080 2 роки тому +1

    Hey,
    I love your work and videos! Keep it going.
    Question, is it still not possible to make aws-loadbalancer-controller work to issue letsencrypt or zerossl certificates? Do we still have to use ingress-nginx controller in 2022 because aws-loadbalancer-controller is ment to issue only AWS certificates? 😛
    I can issue certificates from zerossl with cert-manager annotation, but the aws-loadbalancer-controller cannot discover those certificates unfortunately.

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

    Hey anton, i like your videos the way you do them ! can you please do a video for eks with keda autoscaling ! thanks

  • @elad3958
    @elad3958 2 роки тому +1

    Absoulely needed this!. I just subcsribed.

  • @rahulvarma2100
    @rahulvarma2100 2 роки тому +1

    Great walkthrough ! For a of service type ClusterIP, is it mandatory to have external-dns ? If not, what the configuration would be in the ingress manifest ?

    • @AntonPutra
      @AntonPutra  2 роки тому +1

      Thanks, do you mean external-dns plugin to automatically create DNS records, not at all

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

    Thanks for the video❤
    I should use only one right either terraform or helm while deploying load balancer controller right?

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

      Welcome, you can use terraform helm provider to deploy load balancer controller.

  • @fabianvivanco6555
    @fabianvivanco6555 2 роки тому +1

    Excellent video! I have a question. Is it recommended to use alb ingress controller in production environments? Since it requires a Nodeport service and that is a security hole because we are opening a port of our instance.

    • @AntonPutra
      @AntonPutra  2 роки тому +2

      Thanks! Even if you expose your app with load balancer, it will open node ports. You still have security groups in place that block unauthorized access. But I would recommend to use ip mode anyway.

  • @221341shanky
    @221341shanky 2 роки тому +1

    Awesome content!!. Got everything I was looking for in a single video.
    Will the cost be more for ALB in comparison to Classic load balancer and how can I calculate the cost? And how we can have ingress create Classic Load Balancer instead of ALB?
    Thanks again for the video!

    • @AntonPutra
      @AntonPutra  2 роки тому

      Thanks! You shouldn't use Classic load balancer at all, better to migrate to NLB. In term of pricing ALB a little bit more expensive than NLB - aws.amazon.com/elasticloadbalancing/pricing/
      You can use AWS Load balancer controller to provision services of type "LoadBalancer" with NLB

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

    🟢 [New] Terragrunt Tutorial: Create VPC, EKS from Scratch! (Step-by-Step) - ua-cam.com/video/yduHaOj3XMg/v-deo.html

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

    very nice tutorial! i can't figure out how to create the ALB on an EXISTING eks...

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

      Why? What's the problem? Do you use helm cli to deploy or terraform?

  • @sergeidjprime8349
    @sergeidjprime8349 2 роки тому +1

    Hey! Thanks for the video! How much different would it be to use AWS Load Balancer Controller on a self-hosted k8s?

    • @AntonPutra
      @AntonPutra  2 роки тому

      Thanks, you just need to attach IAM policy to nodes instead of using IAM roles for service accounts.

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

    👉 How to Manage Secrets in Terraform - ua-cam.com/video/3N0tGKwvBdA/v-deo.html
    👉 Terraform Tips & Tricks - ua-cam.com/video/7S94oUTy2z4/v-deo.html
    👉 ArgoCD Tutorial - ua-cam.com/video/zGndgdGa1Tc/v-deo.html

  • @code1530
    @code1530 2 роки тому +1

    just subscribed! awesome tutorial. Do you have a video guide how to connect eks to database using terraform?

    • @AntonPutra
      @AntonPutra  2 роки тому +1

      Thanks! which one? dynamodb?
      I don't but I'm going to create soon how to invoke lambda from eks, same principle will apply

    • @code1530
      @code1530 2 роки тому

      @@AntonPutra a simple container app using env amd secrets to connect to rds

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

    Hi AntonPutra, you are doing great. just wanted know how can we deploy the nginx ingress controller using terraform?

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

      Thanks, here is an example - github.com/antonputra/tutorials/blob/main/lessons/167/terraform/10-helm-ingress.tf

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

    is it possible to use singel ALB to terminate mutiple SSL hosts that are using the same ACM?

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

      I guess you could use multiple alternative names when issuing the certificate. However, it can be a nightmare to maintain in the long term, especially if you need to add new DNS entries or remove deprecated ones.

  • @vitaerial882
    @vitaerial882 2 роки тому +1

    Awesome

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

    @antonPutra
    if we are changing image for service b then its not working for service b using only path based routing , which looks like service not available , can you help

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

      Well, alb controller has some limitations related to rewriting but it should work in the case you described

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

    Hi!
    How do you know which version to use in resource "helm_release" "aws-load-balancer-controller",
    version = "1.4.1" #?
    and in tag:
    set {
    name = "image.tag"
    value = "v2.4.2" #?
    where did you get it?
    Thanks!

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

      At this point you can use default one that comes with the helm chart

  • @George-mk7lp
    @George-mk7lp Рік тому +1

    do you have terraform code to deploy external dns as well? The same way you did for aws ingress wiht helm. Thanks for your hard work as always!

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

      Thanks Alex, I don't but i think it's should be straigh forward to include this helm chart to tf - github.com/kubernetes-sigs/external-dns/tree/master/charts/external-dns#externaldns
      terraform/helm example - github.com/antonputra/tutorials/blob/main/lessons/155/istio-terraform/1-istio-base.tf

  • @davidvillasmil1468
    @davidvillasmil1468 6 місяців тому

    Thank you very very much for your turorials! Is this valid for 1.29?

    • @AntonPutra
      @AntonPutra  6 місяців тому +1

      Yes, but there are some limitations, and most likely you would keep using one ALB per one ingress in prod - kubernetes-sigs.github.io/aws-load-balancer-controller/v2.7/guide/ingress/annotations/#ingressgroup

    • @davidvillasmil1468
      @davidvillasmil1468 6 місяців тому

      Thanks, Anton! I will test it tonight!

    • @AntonPutra
      @AntonPutra  6 місяців тому

      @@davidvillasmil1468 i still prefer nginx ingress, you can scape ingress (prom metrics) to get all metrics (latency, availability etc all 4 golden signals out of box) with alb controller you forced to expose metrics on each app. By the way I'll release refreshed video soon with pod identities instead of irsa

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

    Very helpful tutorial, anyway I have a question about best practice for deploying more than 1 EKS Cluster, Should I create 2 load balancer controller ?? adding user on role or do you have any idea ?? Thank you very much @Anton Putra

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

      you need to deployed alb controller to each cluster, but better look into nginx or istio/linkerd (you can get lots more for free)

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

      @@AntonPutra I see but it seems when I try to deploy ingress, on load balancer controller logs it says No OpenIDConnect provider... I have created new oidc for new cluster and assigned new role and following along with your tutorial (the first cluster has no issue)

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

    High level steps to create eks cluster with terraform :
    1. create vpc,subnets , route table and association , igw , nat etc
    2.create proper iam roles and policies required for eks master and node groups
    3. create eks cluster and node groups
    now how to access this cluster to run yaml files to create deployments and services etc ..... plz can u reply

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

      You need to update your k8s config with "aws eks update-kubeconfig --name dev-demo --region us-east-2" replace region and name of the cluster

  • @cartoonify-ai
    @cartoonify-ai Рік тому

    Can we configure aws load balancer with kubedam setup cluster so that when I connect my network load balancer with kubeadm worker nodes then on loadbalancer service type, then in external IP it will show my NLB DNA record

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

      Not sure, but kubeadm works with metallb if you need on-prem setup.

  • @davidvillasmil1468
    @davidvillasmil1468 5 місяців тому

    how do i get url = aws_eks_cluster.cluster.identity[0].oidc[0].issuer if i'm declaring the eks not as a "aws_eks_ckuster" resource but as a module? (module "eks") can't figure that out

    • @AntonPutra
      @AntonPutra  5 місяців тому

      something like this - github.com/antonputra/tutorials/blob/e1c48ccb8888ac6f079cfb520b4f010388dd81ec/lessons/006/main.tf#L14
      Keep in mind, you module needs to have output variable

    • @davidvillasmil1468
      @davidvillasmil1468 5 місяців тому

      This is great, thanks!!

  • @wassimbenregaya5445
    @wassimbenregaya5445 2 роки тому

    Great walkthrough and Excellent work ! but how about to use aws load balancer juste to controle the life cycle of an ALB then create an ingress resource in aws load balancer to route all the traffic to an ingnix controller then create multiple ingresses in ngnix controller so u have all ur services in cluster ip and juste one with nodePort does thin work ?

    • @AntonPutra
      @AntonPutra  2 роки тому

      Thanks, didn't get a question. You can use either aws load balancer controller or nginx controller to fulfill the ingress resource.

    • @wassimbenregaya5445
      @wassimbenregaya5445 2 роки тому

      @@AntonPutra cannot be possible to work with both ? the aws LB to create the application LB then create an ingress resoursse to route all the traffic to the ngnix controller who will be responsable to route the trafic to each microservice with the ingress rules

    • @wassimbenregaya5445
      @wassimbenregaya5445 2 роки тому

      @@AntonPutra i want to do that architecture can u help me with that ?

    • @AntonPutra
      @AntonPutra  2 роки тому

      @@wassimbenregaya5445 you can use alb controller to create network load balancer for Nginx

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

    I love all kubernetes related things, sadly it's an overkill for my company and we stick to simple self managed docker swarm, soon to be ECS autoscalable

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

      Sometimes I think it's easier to deploy standalone VMs, a lot of overhead and hidden cost in Kubernetes

  • @mikhailsh8916
    @mikhailsh8916 2 роки тому +1

    Thanks

  • @Infinity1804-l4f
    @Infinity1804-l4f Рік тому

    how to create the health checks for the target groups that are created by the controller ? is there a way to create it via terraform ?

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

      Generally you don't need to create extra health checks besides the ones created by the aws load balancer controller. If you're looking to manage your own load balancer, check this - kubernetes-sigs.github.io/aws-load-balancer-controller/v2.5/guide/use_cases/self_managed_lb/

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

    do we always have to mention host in Ingress controller?

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

      No but it’s highly recommended, if you don’t it’s going to be a wildcard

  • @JackReacher1
    @JackReacher1 2 роки тому

    Can somebody use an alb present not spun up by the load balancer controller as the single alb used by ingress classes?
    Or using 1 alb from eks as well as for ec2s outside the eks not possible at the same time?

    • @AntonPutra
      @AntonPutra  2 роки тому +1

      Yes, you can use TargetGroupBinding, "can expose your pods using an existing..".
      Take a look on doc - kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/guide/targetgroupbinding/targetgroupbinding/

  • @pikachu3686
    @pikachu3686 7 місяців тому

    can i use nginx load balancer in place of aws load balancer

    • @AntonPutra
      @AntonPutra  7 місяців тому +2

      Right, what you'll want to do is use the AWS Load Balancer Controller to create a Network Load Balancer for the Nginx Ingress Controller. I have a video - ua-cam.com/video/ePqUq06WoLk/v-deo.html

    • @pikachu3686
      @pikachu3686 7 місяців тому

      @@AntonPutra thanks sir

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

    that cert-manager yaml file link is not there

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

      You can use the following command to install cert-manager - kubectl apply -f github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml

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

    Great content bro, thank you.
    Your name likes indonesian name, are you from indonesia ?

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

      Thanks aryadi!
      No, but I was told the same many times when I was in Bali =)

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

      Hi Anton, I got an error in the ingress.
      default-http-backend:80 (

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

      why this error occur ?

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

      response of alb is 404 not found

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

      Hi Anton, I have solved the problem. wrong host in the ingress

  • @2mahender
    @2mahender Рік тому

    how to make NLB to use 443?

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

      I have a section for 443/TLS -> 18:02 Secure Ingress with SSL/TLS

    • @2mahender
      @2mahender Рік тому

      @@AntonPutra do i need ingress.yaml for NLB also?

  • @Crisp3333
    @Crisp3333 2 роки тому

    Why do yo have it still going through http when you already have it going through https? Isn't that insecure the fact that it can still be accessed with http?

    • @AntonPutra
      @AntonPutra  2 роки тому

      You can use plain http with internal services that can be accessed only within your VPC

    • @Crisp3333
      @Crisp3333 2 роки тому

      @@AntonPutra Thanks for your explanation. For me everything looks fine, however, when I do kubectl get ing -n I do not get and ADDRESS, and I also notice I do not have any load balancer present in ec2 control pane. Any recommendations? Error message: Failed build model due to couldn't auto-discover subnets: unable to discover at least one subnet

  • @mubasharsaeed3705
    @mubasharsaeed3705 2 роки тому

    can you share me iam policy. i did find policy in your git file.

    • @AntonPutra
      @AntonPutra  2 роки тому

      This one? github.com/antonputra/tutorials/blob/main/lessons/112/ExternalDNSAccess.json

  • @180doman
    @180doman Рік тому

    Does anybody else has problems with destroying ingresses / loadbalancers created from terraform? It seems like there is a problem with security groups created for each loadbalancer

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

      Before you run "terraform destroy" you need to delete kubernetes objects that manage application load balancers. Something like kubectl delete -f ingress.yaml or service.yaml.

    • @180doman
      @180doman Рік тому

      @@AntonPutra I found that problem is more serious. Currently I have 1 ingress set with terraform for grafana service. It is being created correctly. But i cannot delete it. Neither by terraform destroy, not even kubectl delete. Finalizers in ingress objects AND in namespace which contains those ingresses prevents them from deletion. So i have to remove them with kubectl patch or curl. I already spent few days investigating this. Currently im messing arrount with policies and roles to find a clue.

  • @Alpha-kt6hc
    @Alpha-kt6hc 2 роки тому

    Can I use load balancer controller to expose this helm chart: bitnami/keycloak ?
    I am trying to change it's values but I am unable, can you help me?

    • @AntonPutra
      @AntonPutra  2 роки тому

      did you use match your ingress class name with this?
      github.com/bitnami/charts/blob/master/bitnami/keycloak/values.yaml#L526