...
Image File Name | Image Name and Tag |
---|---|
dpod-ca-operator-catalog-<VERSION><DPOD-VERSION>.tgz | dpod-cloud-agent-operator-catalog:<OPERATOR-VERSION>-amd64 |
dpod-ca-operator-bundle-<VERSION><DPOD-VERSION>.tgz | dpod-cloud-agent-operator-bundle:<OPERATOR-VERSION>-amd64 |
dpod-ca-operator-<VERSION><DPOD-VERSION>.tgz | dpod-cloud-agent-operator:<OPERATOR-VERSION>-amd64 |
dpod-ca-api-proxy-<VERSION><DPOD-VERSION>.tgz | dpod-cloud-agent-api-proxy:<OPERAND<DPOD-VERSION>-amd64 |
dpod-ca-http-ingester-<VERSION><DPOD-VERSION>.tgz | dpod-cloud-agent-http-ingester:<OPERAND<DPOD-VERSION>-amd64 |
dpod-ca-manager-<DPOD-<VERSION>VERSION>.tgz | dpod-cloud-agent-manager:<OPERAND<DPOD-VERSION>-amd64 |
dpod-ca-messaging-broker-<VERSION><DPOD-VERSION>.tgz | dpod-cloud-agent-messaging-broker:<OPERAND<DPOD-VERSION>-amd64 |
dpod-ca-syslog-ingester-<DPOD-<VERSION>VERSION>.tgz | dpod-cloud-agent-syslog-ingester:<OPERAND<DPOD-VERSION>-amd64 |
In order to preserve the images digest we recommend using skopeo
utility (available as a package for most distributions: Installing Skopeo).
...
incomingTrafficMethod - The method of exposing the messaging to incoming traffic from outside the cluster. Available options are:
Custom
,NodePort
(default isNodePort
)externalHost - The external host for accessing the messaging from outside the cluster. This value will be published by the messaging brokers (Kafka).
externalPortStart - The starting external port for accessing the messaging from outside the cluster. The bootstrap endpoint will use this port, and each messaging broker will use a consecutive port( default is 30100).
incomingTrafficPortStart - The starting port for exposing the messaging to incoming traffic from outside the cluster (when
incomingTrafficMethod
isNodePort
). The bootstrap endpoint will use this port, and each messaging broker will use a consecutive port. (default is the value ofexternalPortStart
)
For complete Messaging API documentation
For that the Cloud Agent Operator will create the following Kubernetes services:
...
incomingTrafficMethod- The method of exposing the messaging to incoming traffic from outside the cluster. Available options are:
Custom
,NodePort
,route
(default isRoute (OpenShift only) / NodePort
)externalHost - The external host for accessing the manager from outside the cluster.
externalPort- The external port for accessing the manager from outside the cluster (default is 443).
incomingTrafficPort - The port for exposing the manager to incoming traffic from outside the cluster (when
incomingTrafficMethod
isNodePort
). (default is the value ofexternalPort
).
For complete Manager API documentation
For that the Cloud Agent Operator will create the following OCP route:
...