kubernetes-training

Ingress in Kubernetes cluster

  1. Deploy any solution: HAProxy, Nginx, Traefik -> ingress-controller
  2. Specify a set of rule to configure the ingress ->ingress-resources
    1. Ingress resources are created using definition files

INGRESS CONTROLLER

  1. Specifiy ports used by the controller

  2. Service for the ingress controller

  3. Service Account with Roles, ClusterRoles and RoleBinding for Authentication

INGRESS RESOURCES

  1. Same host, different path
  2. Different host

    Rewrite target

    • Article

      [!Note] This link is specific for NGINX