Easy Recipes EKS / type: LoadBalancer

TrackKubernetes Learning Journey
Current SectionKubernetes on AWS EKS
Progress82 of 271
apiVersion: v1
kind: Service
metadata:
  name: easy-recipes-svc
spec:
  selector:
    app: easy-recipes
  ports:
    - port: 80
      targetPort: 8080

#  type: LoadBalancer