-
-
-
Deploy NetScaler ingress controller with OpenShift router sharding support
-
Deploy NetScaler ingress controller using OpenShift Operator
-
Deploy NetScaler Observability Exporter using OpenShift Operator
-
Deploy NetScaler CPX as an Ingress in Azure Kubernetes Engine
-
Deploy NetScaler ingress controller in an Azure Kubernetes Service cluster with NetScaler VPX
-
Deploy NetScaler ingress controller for NetScaler with admin partitions
-
Multi-cloud and GSLB solution with Amazon EKS and Microsoft AKS clusters
-
-
SSL certificate for services of type LoadBalancer through the Kubernetes secret resource
-
BGP advertisement for type LoadBalancer services and Ingresses using NetScaler CPX
-
NetScaler CPX integration with MetalLB in layer 2 mode for on-premises Kubernetes clusters
-
Advanced content routing for Kubernetes Ingress using the HTTPRoute CRD
-
IP address management using the NetScaler IPAM controller for Ingress resources
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
Deploy NetScaler Observability Exporter using NetScaler Operator
NetScaler Observability Exporter is a container that collects metrics and transactions from NetScaler and transforms them to suitable formats such as JSON and AVRO for supported endpoints. You can export the data collected by NetScaler Observability Exporter to the desired endpoint for analysis and get valuable insights at the microservices level for applications proxied by NetScalers.
Prerequisites
- Red Hat OpenShift Cluster (version 4.1 or later).
- Deploy NetScaler Operator. See Deploy NetScaler Operator.
-
Because NSOE operates via any User ID (uid), deploy the following security context constraints (SCC) for the namespace in which NSOE is deployed.
oc adm policy add-scc-to-user anyuid system:serviceaccount:<namespace>:default <!--NeedCopy-->
Deploy NetScaler Observability Exporter using NetScaler Operator
Perform the following steps:
-
Log in to OpenShift 4.x Cluster console.
-
Navigate to Operators > Installed Operators and select the NetScaler Operator.
-
Click NetScaler Observability Exporter tab and select Create NetScalerObservabilityExporter option.
The NetScaler Observability Exporter YAML definition is displayed.
-
Refer this table that lists the mandatory and optional parameters and their default values that you can configure during installation.
Notes:
- To enable tracing, set
ns_tracing.enabled
to true andns_tracing.server
to the tracer endpoint such as zipkin.default.cluster.svc.local:9411/api/v1/spans. Default value for Zipkin server is zipkin:9411/api/v1/spans. - To enable Elasticsearch endpoint for transactions, set
elasticsearch.enabled
to true andelasticsearch.server
to the elasticsearch endpoint such as elasticsearch.default.svc.cluster.local:9200. Default value for Elasticsearch endpoint is elasticsearch:9200. - To enable Kafka endpoint for transactions, set
kafka.enabled
to true andkafka.broker
to Kafka broker IPs. Setkafka.topic
andkafka.dataFormat
to required values. Default value forkafka.topic
is HTTP. Default value forkafka.dataFormat
is AVRO. To enable audit logs and events, setkafka.events
to yes andkafka.auditlogs
to yes. For audit logs and events to work, ensure thattimeseries.enabled
is set to true andkafka.dataFormat
is JSON. - To enable metrics data upload in Prometheus format, set
timeseries.enabled
to true. Currently, Prometheus is the only metrics endpoint supported. - To enable Splunk endpoint for transactions, set
splunk.enabled
to true,splunk.server
to Splunk server with port,splunk.authtoken
to Splunk authentication token andsplunk.indexprefix
to index prefix to upload the transactions. Default value forsplunk.indexprefix
is adc_noe. - If
nodePortRequired
is set totrue
but the value fortransaction.nodePort
ortimeseries.nodePort
is not specified, then port numbers are assigned dynamically to the nodeports. You can assign fixed port numbers by specifying a value fortransaction.nodePort
ortimeseries.nodePort
. - NSOE can be deployed in multiple namespaces. Also, multiple instances of NSOE can also be deployed in the same namespace, provided the deployment name is different for each instance. Before deploying, ensure that the prerequisite any-uid SCC is deployed for the target namespace.
- To enable tracing, set
-
After updating the values for the required parameters, click Create.
Ensure that the NetScaler Observability Exporter is succesfully deployed.
-
Navigate to Workloads > Pods section and verify that the NetScaler Observability Exporter pod is up and running.
Share
Share
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.