<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://all.docs.genesys.com/index.php?action=history&amp;feed=atom&amp;title=PrivateEdition%2FCurrent%2FPEGuide%2FCISInstallation</id>
	<title>PrivateEdition/Current/PEGuide/CISInstallation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://all.docs.genesys.com/index.php?action=history&amp;feed=atom&amp;title=PrivateEdition%2FCurrent%2FPEGuide%2FCISInstallation"/>
	<link rel="alternate" type="text/html" href="https://all.docs.genesys.com/index.php?title=PrivateEdition/Current/PEGuide/CISInstallation&amp;action=history"/>
	<updated>2026-05-02T07:09:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://all.docs.genesys.com/index.php?title=PrivateEdition/Current/PEGuide/CISInstallation&amp;diff=126363&amp;oldid=prev</id>
		<title>WikiSysop: Created page with &quot;{{Article |Standalone=No |DisplayName=Install Container Ingress Service (CIS) |TocName=Install Container Ingress Service (CIS) |Context=Learn how to install the F5 Container I...&quot;</title>
		<link rel="alternate" type="text/html" href="https://all.docs.genesys.com/index.php?title=PrivateEdition/Current/PEGuide/CISInstallation&amp;diff=126363&amp;oldid=prev"/>
		<updated>2022-08-10T17:46:06Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Article |Standalone=No |DisplayName=Install Container Ingress Service (CIS) |TocName=Install Container Ingress Service (CIS) |Context=Learn how to install the F5 Container I...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Article&lt;br /&gt;
|Standalone=No&lt;br /&gt;
|DisplayName=Install Container Ingress Service (CIS)&lt;br /&gt;
|TocName=Install Container Ingress Service (CIS)&lt;br /&gt;
|Context=Learn how to install the F5 Container Ingress Services (CIS) on an OpenShift/Kubernetes cluster, as part of SBC integration with the private edition deployment on OpenShift.&lt;br /&gt;
|ComingSoon=No&lt;br /&gt;
|Section={{Section&lt;br /&gt;
|sectionHeading=Installing CIS using helm charts&lt;br /&gt;
|alignment=Vertical&lt;br /&gt;
|structuredtext=#Add BIG-IP credentials as Kubernetes secrets:&lt;br /&gt;
#:&amp;lt;pre&amp;gt; oc create secret generic bigip-login -n kube-system --from-literal=username=admin --from-literal=password=&amp;lt;password&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Add the CIS chart repository in the helm using the following command:&lt;br /&gt;
#:&amp;lt;pre&amp;gt;helm repo add f5-stable https://github.com/F5Networks/k8s-bigip-ctlr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Create a values.yaml file as follows:&lt;br /&gt;
#:&amp;lt;source lang=&amp;quot;yaml&amp;quot;&amp;gt;&lt;br /&gt;
bigip_login_secret: bigip-login&lt;br /&gt;
rbac:&lt;br /&gt;
  create: true&lt;br /&gt;
serviceAccount:&lt;br /&gt;
  # Specifies whether a service account should be created&lt;br /&gt;
  create: true&lt;br /&gt;
  # The name of the service account to use.&lt;br /&gt;
  # If not set and create is true, a name is generated using the fullname template&lt;br /&gt;
  name: k8s-bigip-ctlr&lt;br /&gt;
# This namespace is where the Controller lives;&lt;br /&gt;
namespace: netops&lt;br /&gt;
args:&lt;br /&gt;
  # See https://clouddocs.f5.com/containers/latest/userguide/config-parameters.html&lt;br /&gt;
  # NOTE: helm has difficulty with values using `-`; `_` are used for naming&lt;br /&gt;
  # and are replaced with `-` during rendering.&lt;br /&gt;
  # REQUIRED Params&lt;br /&gt;
  bigip_url: https://10.10.2.69&lt;br /&gt;
  bigip_partition: cisPartition&lt;br /&gt;
  openshift-sdn-name: /Common/openshift_vxlan&lt;br /&gt;
  # namespaces: In the Genesys testing environment, the sip components were&lt;br /&gt;
  # deployed in the voice namespace and the media-servers in the gvp\&lt;br /&gt;
  # namespaces. This needs to be specified as needed&lt;br /&gt;
  namespaces: [&amp;quot;webrtc&amp;quot;, &amp;quot;gvp&amp;quot;, &amp;quot;voice&amp;quot;]&lt;br /&gt;
  pool_member_type: cluster&lt;br /&gt;
  insecure: true&lt;br /&gt;
  agent: as3&lt;br /&gt;
  as3-validation: false&lt;br /&gt;
  log-as3-response: true&lt;br /&gt;
image:&lt;br /&gt;
  # Use the tag to target a specific version of the Controller&lt;br /&gt;
  user: f5networks&lt;br /&gt;
  repo: k8s-bigip-ctlr&lt;br /&gt;
  pullPolicy: Always&lt;br /&gt;
resources: {}&lt;br /&gt;
version: latest&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
#Install the helm chart using the following command:&lt;br /&gt;
#:&amp;lt;pre&amp;gt;helm install -f values.yaml &amp;lt;new-chart&amp;gt; f5-stable/f5-bigip-ctlr&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The CIS controller monitors all the pods in the namespaces. It configures the F5 using a REST API call to the management interface of the F5.&lt;br /&gt;
You can view the FDB entries on the F5:&lt;br /&gt;
&amp;lt;pre&amp;gt;admin@(big-ip-01)(/Common)(tmos)# show net fdb tunnel openshift_vxlan&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
Net::FDB&lt;br /&gt;
&lt;br /&gt;
Tunnel           Mac Address        Member                  Dynamic&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
openshift_vxlan  0a:0a:0a:b6:00:07  endpoint:10.10.0.7%0   no&lt;br /&gt;
&lt;br /&gt;
openshift_vxlan  0a:0a:0a:b6:00:08  endpoint:10.10.0.8%0   no&lt;br /&gt;
&lt;br /&gt;
openshift_vxlan  0a:0a:0a:b6:00:09  endpoint:10.10.0.9%0   no&lt;br /&gt;
&lt;br /&gt;
openshift_vxlan  0a:0a:0a:b6:01:0b  endpoint:10.10.1.11%0  no&lt;br /&gt;
&lt;br /&gt;
openshift_vxlan  0a:0a:0a:b6:01:0d  endpoint:10.10.1.13%0  no&lt;br /&gt;
&lt;br /&gt;
openshift_vxlan  0a:0a:0a:b6:01:05  endpoint:10.10.1.5%0   no&lt;br /&gt;
&lt;br /&gt;
openshift_vxlan  0a:0a:0a:b6:01:06  endpoint:10.10.1.6%0   no&lt;br /&gt;
&lt;br /&gt;
openshift_vxlan  0a:0a:0a:b6:01:07  endpoint:10.10.1.7%0   no&lt;br /&gt;
&lt;br /&gt;
openshift_vxlan  0a:0a:0a:b6:01:08  endpoint:10.10.1.8%0   no&lt;br /&gt;
&lt;br /&gt;
openshift_vxlan  0a:0a:0a:b6:01:09  endpoint:10.10.1.9%0   no&amp;lt;/pre&amp;gt;&lt;br /&gt;
|Status=No&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
		
	</entry>
</feed>