From 25217b8cb284143055c54364877e78bcf4613ecb Mon Sep 17 00:00:00 2001 From: Cole Isaac <82131455+conceptualshark@users.noreply.github.com> Date: Mon, 29 Jul 2024 08:34:17 -0400 Subject: [PATCH] Add ingress to glossary --- docs/reference/glossary.md | 8 +++++++- versioned_docs/version-8.2/reference/glossary.md | 8 +++++++- versioned_docs/version-8.3/reference/glossary.md | 8 +++++++- versioned_docs/version-8.4/reference/glossary.md | 8 +++++++- versioned_docs/version-8.5/reference/glossary.md | 8 +++++++- 5 files changed, 35 insertions(+), 5 deletions(-) diff --git a/docs/reference/glossary.md b/docs/reference/glossary.md index 39bc86eed4..20d7a4f064 100644 --- a/docs/reference/glossary.md +++ b/docs/reference/glossary.md @@ -97,6 +97,12 @@ An incident represents an error condition which prevents Zeebe from advancing an - [Incident](/components/concepts/incidents.md) +### Ingress + +An Ingress is a Kubernetes object that manages external access to the services within a Kubernetes cluster. An **Ingress controller** is required to route traffic to your services according to the rules defined on the Ingress. + +- [Ingress setup](/self-managed/setup/guides/ingress-setup.md) + ### Job A job represents a distinct unit of work within a business process. Service tasks represent such @@ -162,7 +168,7 @@ BPMN model. ### Process instance -While a process represents a defined sequence of distinct steps representing your business logic, a process instance represents a currently executing or completed process. For a single process, there could be many associated process instances in various stages of their executing lifecycle. Process instances are identitied by process instance ids. Executing process instances are also sometimes referred to as inflight processes. +While a process represents a defined sequence of distinct steps representing your business logic, a process instance represents a currently executing or completed process. For a single process, there could be many associated process instances in various stages of their executing lifecycle. Process instances are identified by process instance ids. Executing process instances are also sometimes referred to as inflight processes. - [Processes](/components/concepts/processes.md) diff --git a/versioned_docs/version-8.2/reference/glossary.md b/versioned_docs/version-8.2/reference/glossary.md index d4efb44de8..9656d8b5f9 100644 --- a/versioned_docs/version-8.2/reference/glossary.md +++ b/versioned_docs/version-8.2/reference/glossary.md @@ -97,6 +97,12 @@ An incident represents an error condition which prevents Zeebe from advancing an - [Incident](/components/concepts/incidents.md) +### Ingress + +An Ingress is a Kubernetes object that manages external access to the services within a Kubernetes cluster. An **Ingress controller** is required to route traffic to your services according to the rules defined on the Ingress. + +- [Ingress setup](/self-managed/platform-deployment/helm-kubernetes/guides/ingress-setup.md) + ### Job A job represents a distinct unit of work within a business process. Service tasks represent such @@ -162,7 +168,7 @@ BPMN model. ### Process instance -While a process represents a defined sequence of distinct steps representing your business logic, a process instance represents a currently executing or completed process. For a single process, there could be many associated process instances in various stages of their executing lifecycle. Process instances are identitied by process instance ids. Executing process instances are also sometimes referred to as inflight processes. +While a process represents a defined sequence of distinct steps representing your business logic, a process instance represents a currently executing or completed process. For a single process, there could be many associated process instances in various stages of their executing lifecycle. Process instances are identified by process instance ids. Executing process instances are also sometimes referred to as inflight processes. - [Processes](/components/concepts/processes.md) diff --git a/versioned_docs/version-8.3/reference/glossary.md b/versioned_docs/version-8.3/reference/glossary.md index a5d004f2b8..d9791ba3d6 100644 --- a/versioned_docs/version-8.3/reference/glossary.md +++ b/versioned_docs/version-8.3/reference/glossary.md @@ -97,6 +97,12 @@ An incident represents an error condition which prevents Zeebe from advancing an - [Incident](/components/concepts/incidents.md) +### Ingress + +An Ingress is a Kubernetes object that manages external access to the services within a Kubernetes cluster. An **Ingress controller** is required to route traffic to your services according to the rules defined on the Ingress. + +- [Ingress setup](/self-managed/platform-deployment/helm-kubernetes/guides/ingress-setup.md) + ### Job A job represents a distinct unit of work within a business process. Service tasks represent such @@ -162,7 +168,7 @@ BPMN model. ### Process instance -While a process represents a defined sequence of distinct steps representing your business logic, a process instance represents a currently executing or completed process. For a single process, there could be many associated process instances in various stages of their executing lifecycle. Process instances are identitied by process instance ids. Executing process instances are also sometimes referred to as inflight processes. +While a process represents a defined sequence of distinct steps representing your business logic, a process instance represents a currently executing or completed process. For a single process, there could be many associated process instances in various stages of their executing lifecycle. Process instances are identified by process instance ids. Executing process instances are also sometimes referred to as inflight processes. - [Processes](/components/concepts/processes.md) diff --git a/versioned_docs/version-8.4/reference/glossary.md b/versioned_docs/version-8.4/reference/glossary.md index dda2cb388e..ff252b08ce 100644 --- a/versioned_docs/version-8.4/reference/glossary.md +++ b/versioned_docs/version-8.4/reference/glossary.md @@ -97,6 +97,12 @@ An incident represents an error condition which prevents Zeebe from advancing an - [Incident](/components/concepts/incidents.md) +### Ingress + +An Ingress is a Kubernetes object that manages external access to the services within a Kubernetes cluster. An **Ingress controller** is required to route traffic to your services according to the rules defined on the Ingress. + +- [Ingress setup](/self-managed/platform-deployment/helm-kubernetes/guides/ingress-setup.md) + ### Job A job represents a distinct unit of work within a business process. Service tasks represent such @@ -162,7 +168,7 @@ BPMN model. ### Process instance -While a process represents a defined sequence of distinct steps representing your business logic, a process instance represents a currently executing or completed process. For a single process, there could be many associated process instances in various stages of their executing lifecycle. Process instances are identitied by process instance ids. Executing process instances are also sometimes referred to as inflight processes. +While a process represents a defined sequence of distinct steps representing your business logic, a process instance represents a currently executing or completed process. For a single process, there could be many associated process instances in various stages of their executing lifecycle. Process instances are identified by process instance ids. Executing process instances are also sometimes referred to as inflight processes. - [Processes](/components/concepts/processes.md) diff --git a/versioned_docs/version-8.5/reference/glossary.md b/versioned_docs/version-8.5/reference/glossary.md index 39bc86eed4..20d7a4f064 100644 --- a/versioned_docs/version-8.5/reference/glossary.md +++ b/versioned_docs/version-8.5/reference/glossary.md @@ -97,6 +97,12 @@ An incident represents an error condition which prevents Zeebe from advancing an - [Incident](/components/concepts/incidents.md) +### Ingress + +An Ingress is a Kubernetes object that manages external access to the services within a Kubernetes cluster. An **Ingress controller** is required to route traffic to your services according to the rules defined on the Ingress. + +- [Ingress setup](/self-managed/setup/guides/ingress-setup.md) + ### Job A job represents a distinct unit of work within a business process. Service tasks represent such @@ -162,7 +168,7 @@ BPMN model. ### Process instance -While a process represents a defined sequence of distinct steps representing your business logic, a process instance represents a currently executing or completed process. For a single process, there could be many associated process instances in various stages of their executing lifecycle. Process instances are identitied by process instance ids. Executing process instances are also sometimes referred to as inflight processes. +While a process represents a defined sequence of distinct steps representing your business logic, a process instance represents a currently executing or completed process. For a single process, there could be many associated process instances in various stages of their executing lifecycle. Process instances are identified by process instance ids. Executing process instances are also sometimes referred to as inflight processes. - [Processes](/components/concepts/processes.md)