< img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=3131724&fmt=gif" />

Add Ingresses to Composed Apps

This section describes how to add an Ingress to a composed app.

Prerequisites

You should join a project and have the Service Mesh Management permission within the project. For more information, refer to "Project Members" and "Project Roles".

Steps

  1. Log in to the KubeSphere web console with a user who has the Service Mesh Management permission, and access your project.

  2. Click Service Mesh > Composed Apps in the left navigation pane.

  3. On the Composed Apps page, click the name of an app to open its details page.

  4. On the app details page, select More > Add Ingress in the top-left corner.

  5. On the Basic Information tab, set the basic information for the Ingress, then click Next.

    Parameter Description

    Name

    The name of the Ingress. The name can only contain lowercase letters, numbers, and hyphens (-), must start and end with a lowercase letter or number, and can be up to 253 characters long.

    Alias

    The alias of the Ingress. Different Ingresses can have the same alias. The alias can only contain Chinese characters, letters, numbers, and hyphens (-), cannot start or end with a hyphen (-), and can be up to 63 characters long.

    Description

    The description of the Ingress. The description can contain any characters and can be up to 256 characters long.

  6. On the Routing Rules tab, click Add Routing Rule, set the routing rule parameters, then click Next.

    • Click Add Routing Rule to set routing rules. You can set multiple routing rules, each corresponding to a domain name.

    • Hover the cursor over a created routing rule, then click pen on the right side to edit the routing rule settings.

    • Hover the cursor over a created routing rule, then click trash-light on the right side to delete the routing rule.

    Parameter Description

    Domain

    The user-defined domain name.

    Protocol

    The protocol supported by the Ingress. The value can be HTTP or HTTPS.

    Secret

    The Secret used to provide the certificate and key when the Ingress protocol is HTTPS. This Secret must contain the tls.cert and tls.key fields, which store the Base64-encoded certificate and private key, respectively.

    Path

    The domain path and its mapping relationship with the service port.

    • Click Add to set multiple paths.

    • Click trash-light on the right side of a created path to delete the path.

  7. On the Advanced Settings tab, set labels and annotations for the Ingress, then click Create.

    • Click Add to set multiple labels or annotations.

    • Click trash-light on the right side of a created label or annotation to delete it.

    Note

    The cluster gateway and project gateway in KubeSphere are implemented based on Nginx Ingress Controller. You can set annotations on the Ingress to control the behavior of the gateway. For more information, see Nginx Ingress Controller Documentation.

    After the Ingress is created, it will be displayed in the Ingress list.

Receive the latest news, articles and updates from KubeSphere


Thanks for the feedback. If you have a specific question about how to use KubeSphere, ask it on Slack. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.

What’s on this Page