Skip to main content

IngressClass



Resource Icon

Resource Overview

A Kubernetes resource for selecting the Ingress controller to be used by Ingress.

Associated Resources

Parent Resource

Connected Resources

Resource Setting Values

  • service_name: Name of the IngressClass resource
  • annotations: Key-value pairs used to display necessary information in the Kubernetes system
  • labels: User-specified values to distinguish objects
  • controller: Name of the controller responsible for handling the IngressClass
  • parameters: Information about the referenced resource
    • name: Name of the referenced resource
    • kind: Type of the referenced resource
    • namespace: Namespace of the referenced resource
    • scope: Indicates the scope of the resource - Cluster or Namespace
    • api_group: API group of the referenced resource

Reference Materials