Ingress #
Ingress Overview #
Users can deploy various containers in Kubernetes.One of them provides Layer 7 network services through HTTP and HTTPS,and the other provides layer 4 network services through TCP and UDP.An Ingress provides HTTP and HTTPS protocol services on a Layer 7 network and common capabilities on a layer 7 network.An Ingress is a set of rules that allow access to services in a cluster.You can configure forwarding rules.Different urls can access different services in the cluster.
Check Ingress List #
Operating steps:
Log in the MSP Platform
In the MSP Platform “All Products” navigation bar,click the service and route under the Container Cloud Platform module
Click and select Ingress,and the Ingress list page is displayed,as shown in the following figure:

Check Ingress Details #
The container cloud platform supports viewing details about Ingress in a cluster.
Operating steps:
Log in the MSP Platform
In the MSP Platform “All Products” navigation bar,click the service and route under the Container Cloud Platform module
Click and select Ingress,and the Ingress list page is displayed,select the desired Ingress and click the name to access the details page,as shown in the following figure:

Check Ingress YAML #
The container cloud platform supports viewing YAML files about Ingress in a cluster.
Operating steps:
Log in the MSP Platform
In the MSP Platform “All Products” navigation bar,click the service and route under the Container Cloud Platform module
Click and select Ingress,and the Ingress list page is displayed,select the desired Ingress and click the check YAML to access the YAML page,as shown in the following figure:

Create Ingress #
The container cloud platform supports creating Ingress in a cluster.
Operating steps:
Log in the MSP Platform
In the MSP Platform “All Products” navigation bar,click the service and route under the Container Cloud Platform module
Click and select Ingress,and the Ingress list page is displayed,select the desired Ingress and click the create to access the Ingress create page,as shown in the following figure:
Setting ingress parameters based on site requirements,the key parameters are as follows:
- Ingress Name: user-defined.
- Namespace: Select a namespace based on site requirements.
- Forwarding configuration: Set this parameter based on site requirements.
Delete Ingress #
The container cloud platform supports deleting a Ingress from a cluster.
Operating steps:
Log in the MSP Platform
In the MSP Platform “All Products” navigation bar,click the service and route under the Container Cloud Platform module
Click and select Ingress,and the Ingress list page is displayed,select the desired Ingress and click the delete