-
Getting started
-
-
-
Deploy Citrix ingress controller with OpenShift router sharding support
-
Deploy Citrix ADC CPX as an Ingress in Azure Kubernetes Engine
-
Deploy Citrix ingress controller in an Azure Kubernetes Service cluster with Citrix ADC VPX
-
Deploy Citrix ADC CPX as an Ingress in Google Cloud Platform
-
Deploy Citrix ingress controller for Citrix ADC with admin partitions
-
-
SSL certificate for services of type LoadBalancer through the Kubernetes secret resource
-
BGP advertisement for type LoadBalancer services and Ingresses using Citrix ADC CPX
-
Citrix ADC 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 Citrix 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!
Getting started
This guide helps you to quickly evaluate Citrix ADC ingress controller for Kubernetes if you are new to Citrix ingress controller. If you are an advanced user, see What is Next.
Before you begin
Ensure that you have installed and set up a Minikube cluster.
Getting started with Citrix ADC ingress controller
In this procedure you perform the following steps:
- Deploy Citrix ADC CPX (a containerized version of Citrix ADC) along with ingress controller
- Deploy Guestbook, a sample application
- Deploy Ingress rules to route traffic to the Guestbook application
- Send some traffic to the application and verify
Deploy Citrix ADC CPX with Citrix ADC ingress controller
Perform the following to deploy Citrix ADC CPX with Citrix ADC ingress controller.
-
Deploy Citrix ADC CPX as an Ingress proxy in the Minikube cluster.
kubectl create -f https://raw.githubusercontent.com/citrix/cloud-native-getting-started/master/beginners-guide/manifest/cpx.yaml
-
Verify the installation using the following command.
kubectl get pods -l app=cpx-ingress
Deploy a sample application
In this step, you deploy Guestbook which is a multi-tier PHP-based web application that uses Redis.
-
Deploy the
Guestbook
application in Minikube.kubectl create -f https://raw.githubusercontent.com/citrix/cloud-native-getting-started/master/beginners-guide/manifest/guestbook-app.yaml
-
Verify the installation using the following:
kubectl get pods -l 'app in (guestbook, redis)'
Deploy an Ingress for the sample application
To deploy ingress rules for the sample application and verify the functionality, perform the following steps.
-
Deploy an Ingress rule that sends traffic to the Guestbook application(http://www.guestbook.com).
kubectl create -f https://raw.githubusercontent.com/citrix/cloud-native-getting-started/master/beginners-guide/manifest/guestbook-ingress.yaml
-
Get the Ingress IP address using the following command.
kubectl get ingress kubectl get svc cpx-service
-
Send traffic to the
Guestbook
microservice application and verify that traffic to this URL gets the Guestbook page:curl -s -H "Host: www.guestbook.com" http://<MiniKube IP:<NodePort> | grep Guestbook
Expected output:
<title>Guestbook</title>
<h2>Guestbook</h2>
What is next
The getting started section helps a beginner to evaluate Citrix ADC ingress controller quickly and the installation covers only the basic functionality. You can see the following topics for compreshensive information on deploying Citrix ADC ingress controller and customize your installation accordingly.
- Deployment topologies: Provides information on various topologies supported by Citrix ADC ingress controller.
- Supported platforms: Provides information about the different platforms supported including bare metal and cloud platforms.
- Deploy Citrix ingress controller: Provides information on how to deploy Citrix ADC ingress controller for different flavors of Citrix ADC like Citrix ADC CPX, VPX, and MPX.
Share
Share
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix 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 Citrix product purchase decisions.
If you do not agree, select Do Not Agree to exit.