Skip to main content
Version: 7.2402.x.x RR

Setting Deployment Target

Instance patterns, or deployable patterns, represent Nevis components. You use the instance patterns to create instances of the Nevis components nevisAuth, nevisIDM, nevisProxy and nevisReports in designated directories on the target hosts.

To find the instance patterns, use the Instance Patterns category filter

  • either when you are adding a new pattern (no. 1 in the next figure), or
  • in the Find Patterns field of a project (no. 2 in the figure).
How to find an instance pattern

Defining the Deployment Target

To successfully configure an instance pattern, define the pattern property/field Deployment Target (see the next figure). This field is only available for instance patterns.

Instance pattern - Deployment Target field

Depending on the deployment type (classic or Kubernetes), the Deployment Target field has a different meaning:

Deployment Target - Classic Deployment

In the next figure, the value set for the Deployment Target field ("proxy") is referencing a host group. You define and modify host groups in an inventory file (see Defining Host Groups). . During deployment, the host group set in the Deployment Target field is matched with the host group in the inventory that you select for deployment.

Matching the Deployment Target field input with the inventory - Classic

Deployment Target - Kubernetes Deployment

Experimental feature

The Kubernetes deployment is an experimental feature and not supported for use in production. Production readiness is expected for the February 2020 cluster release.

In the next figure, the value set for the Deployment Target field ("proxy") is referencing a Kubernetes service. You define and modify Kubernetes services in an inventory file (see Defining Services). During deployment, the Kubernetes service set in the Deployment Target field is matched with the Kubernetes service in the inventory that you select for deployment.

Matching the Deployment Target field input with the inventory - Kubernetes