Detailed procedures to setup single tier or unified ingress topology 编辑
Detailed procedures to setup single tier or unified ingress topology
The prerequisites to deploy the single tier or unified ingress topology is available at Setting up service graph
.
Add VPX or SDX or MPX or BLX instance in Citrix ADM
To get the tier-1 ADC instance analytics in service graph, you must add the VPX/SDX/MPX/BLX instance in Citrix ADM and enable Web Insight. You must enable Web Insight for Citrix ADM to display the web transaction details from the VPX/SDX/MPX/BLX instance.
Navigate to Infrastructure > Instances > Citrix ADC
Click the Add option to add the instance. For more information, see Add instances in Citrix ADM
After adding the instance, select the virtual server and enable Web Insight to view the web transaction details. For more information, see Manage licensing and enable analytics on virtual servers
Add Kubernetes cluster in Citrix ADM
To add the Kubernetes cluster:
Log on to Citrix ADM with administrator credentials.
Navigate to Infrastructure > Orchestration > Kubernetes > Cluster.The Clusters page is displayed.
Click Add.
In the Add Cluster page, specify the following parameters:
Name - Specify a name of your choice.
API Server URL - You can get the API Server URL details from the Kubernetes Master node.
On the Kubernetes master node, run the command
kubectl cluster-info
.Enter the URL that displays for “Kubernetes master is running at.”
Authentication Token - Specify the authentication token. The authentication token is required to validate access for communication between Kubernetes cluster and Citrix ADM. To generate an authentication token:
On the Kubernetes master node:
Create a service account by using the YAML.
kubectl create -f adm_svc_account.yaml
The service account is created.
Run
kubectl create clusterrolebinding citrixadm-sa-admin --clusterrole=cluster-admin --serviceaccount=default:citrixadm-sa
to bind the cluster role to service account.The service account now has the cluster-wide access.
A token is automatically generated while creating the service account.
Run
kubectl describe sa citrixadm-sa
to view the token.To get the secret string, run
kubectl describe secret <token-name>
.
Select the agent from the list.
Note
Ensure to select the same agent that you have added in the CPX YAML.
Click Create.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论