kops/addons/ingress-citrix
Michael Wagner ad85ca0681 docs(addons): fix broken links 2019-10-29 15:51:49 +01:00
..
README.md docs(addons): fix broken links 2019-10-29 15:51:49 +01:00
addon.yaml Addon for Citrix Ingress 2019-03-30 18:05:15 +05:30
v1.1.1-aws.yaml Update Image version and RBAC for Citrix Ingress Controller 2019-07-29 20:49:53 +05:30
v1.1.1.yaml Update Image version and RBAC for Citrix Ingress Controller 2019-07-29 20:49:53 +05:30

README.md

Deploying Citrix Ingress Controller through KOPS

This guide explains how to deploy Citrix Ingress Controller through KOPS addon.

Quick Deploy using kops

You can enable the Citrix Ingress Controller addon when creating the Kubernetes cluster through KOPS.

Edit the cluster before creating it

kops edit cluster <cluster-name>

Now add the addon specification in the cluster manifest in the section - spec.addons

addons:
  - manifest: ingress-citrix

For more information on how to enable addon during cluster creation refer Kops Addon guide

NOTE: This method only works for Google Cloud Platform. For using this addon on AWS, please use the kubectl method below.

Quick Deploy using kubectl

GCP

After cluster creation, you can deploy Citrix Ingress Controller in Google Cloud Platform using the below command

kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/ingress-citrix/v1.1.1.yaml

AWS

After cluster creation, you can deploy Citrix Ingress Controller in AWS using the below command

kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/ingress-citrix/v1.1.1-aws.yaml