Knowledge Base
Kubernetes
Kubernetes
  • How to view the list of Kubernetes Cluster?
  • How to Create a Cluster?
  • How to View YAML File?
  • How to Download a YAML File?
  • How to Delete a Cluster?
  • How to View a Cluster Overview?
  • How to Download a KubeConfig File?
  • How to View Cluster Resources?
  • How to View Nodes and Node Groups?
  • How to Add a Node Group in a Cluster?
  • How to Manage Cluster Network?
  • How to Manage Cluster Using CLI?
  • How to View CPU and Memory Utilization?
  • How to View list of all the Security Groups?
  • How to Create a Security Group?
  • How to Delete a Security Group?
  • How to View your Security Group Rules?
  • How to Delete Security Group Rule?
  • How to Create a Security Group Rule?
  • How to View List of Kubernetes Load Balancer?
  • How to Create Kubernetes Load Balancer?
  • How to delete Kubernetes Load Balancer?
  • How to View Kubernetes Load Balancer Overview?
  • How to View all Listener of Kubernetes Load Balancer?
  • How to Create a Listener in Kubernetes Load Balancer?
  • How to Edit a Listener in Kubernetes Load Balancer?
  • How to Delete a Listener in Kubernetes Load Balancer?
  • How to View a Listener Overview in Kubernetes Load Balancer?
  • How to View all Pool of Kubernetes Load Balancer?
  • How to Create a Pool in Kubernetes Load Balancer?
  • How to Edit a Pool in a Kubernetes Load Balancer?
  • How to Delete a Pool from a Kubernetes Load Balancer?
  • How to View Pool Overview in Kubernetes Load Balancer?
  • How to View L7 Policies in Kubernetes Load Balancer?
  • How to Create a L7 Policy?
  • How to Edit a L7 Policy?
  • How to Delete a L7 Policy?
  • How to View L7 Policy Overview?
  • How to View list of L7 Rules?
  • How to Create a L7 Rule?
  • How to Edit a L7 Rule?
  • How to Delete a L7 Rule?
  • How to View L7 Rule Overview?
  • How to View the List of Kubernetes Volumes?
  • How to Create a Snapshot of a volume?
  • How to Delete a Volume?
  • How to View Volume Overview?
  • How to View the List of Kubernetes Snapshots?
  • How to Edit a Snapshot Title and Description?
  • How to Delete a Snapshot?
  • How to View a Snapshot Overview?
Powered by GitBook
On this page

Was this helpful?

How to Create a L7 Rule?

PreviousHow to View list of L7 Rules?NextHow to Edit a L7 Rule?

Last updated 5 months ago

Was this helpful?

To create a L7 rule in Kubernetes load balancer, follow the steps given below:

Step 1: to your account.

Step 2: Navigate to Services and then click on My Services.

Step 3: Click on your project.

Step 4: Navigate to Kubernetes and then click on K8s Load Balancer.

Step 5: Click on the load balancer name for which you want to create a L7 rule.

Step 6: Go to Listener tab and click on the listener's name for which you want to create a L7 rule.

Step 7: Go to the L7 Policies tab and click on policy name for which you want to create a L7 rule.

Step 8: Got to L7Rules tab and click on Create L7 Rule.

Step 9: Enter the details and click on Create L7 Rule.

Field
Description

Invert

Select Yes, if you want the logic of the rule to be inverted or select No, if you want the logic of the rule to be same as set.

Type*

Select the L7 rule type from the below mention option: 1. HOST_NAME 2. PATH 3. FILE_TYPE 4. HEADER 5. COOKIE

Compare Type*

Select the comparison type for the L7 rule from the below mention option: 1. REGEX 2. EQUAL_TO 3. STARTS_WITH 4. ENDS_WITH 5. CONTAINS

Value

Enter the value to use for the comparison.

Login