EKS ingress resource

risail

I'm trying to configure an Ingress resource in an EKS cluster running v1.18 using the below configuration. after running kubectl apply -f blah.yaml I'm returned error: unable to recognize "blah.yaml": no matches for kind "Ingress" inversion "networking.k8s.io/v1" I think it's an apiversion mismatch. What am I missing?

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: foo
spec:
  rules:
  - http:
      paths:
      - path: /boom
        pathType: Prefix
        backend:
          service:
            name: foo
            port:
              number: 80
sai

You can check what is the apiVersions are present for networking.k8s.io resource in your system using

kubectl api-versions  | grep networking.k8s.io

Check if you have networking.k8s.io/v1 in the output.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Multiple replicas of nginx-ingress-controller on AWS EKS

503 Service Temporarily Unavailable use EKS ALB Ingress

How to configure nginx ingress resource timeout parameters

How to patch a deployed Ingress resource on Kubernetes?

Kubernetes EKS Ingress and TLS

Ingress to redirect to external resource using ALB

kong ingress controller has not effect on ingress resource

How do I add a service and traefik ingress to an EKS cluster?

aws-alb-ingress metrics on eks?

how to redirect http to https using a kubernetes ingress controller on Amazon EKS

Adding host without www not working with Ingress resource

AWS EKS Fargate Ingress Has No Address

traefik ingress with keycloak authentication on AWS EKS

LetsEncrypt not verifying via Kubernetes ingress and loadbalancer in AWS EKS

EKS ingress-nginx and NLB with https redirect

Translating an AWS Cloudformation resource into an EKS ingress configuration?

Standard way to monitor ingress traffic in K8 or EKS

Nginx ingress controller in EKS not able to route traffic to pods

AWS ALB Ingress Controller and ingress resource for python app

Rewrites with path regex are not working in EKS and nginx ingress controller

NGINX Ingress Controller not working on Amazon EKS

EKS Ingress with Single ALB, multiple namespaces, and External DNS

Kubernetes nginx ingress controller with multiple ingress resource objects

Eks ALB Ingress-Controller configure add_header

AWS EKS service ingress and ALB --no ADDRESS

SSL configuration for ingress in aws EKS

How to add content-security-policy to nginx ingress controller in eks

EKS Ingress does not show created ALB Address

503 service temporary unavailable ingress EKS