https://github.com/f5networks/k8s-bigip-ctlr
Repository for F5 Container Ingress Services for Kubernetes & OpenShift.
https://github.com/f5networks/k8s-bigip-ctlr
bigip customresourcedefinition docker f5-cc ingress ingress-controller kubernetes openshift orchestration route tls
Last synced: 5 months ago
JSON representation
Repository for F5 Container Ingress Services for Kubernetes & OpenShift.
- Host: GitHub
- URL: https://github.com/f5networks/k8s-bigip-ctlr
- Owner: F5Networks
- License: apache-2.0
- Created: 2017-03-09T16:24:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-07T05:15:16.000Z (about 1 year ago)
- Last Synced: 2025-05-07T05:29:33.826Z (about 1 year ago)
- Topics: bigip, customresourcedefinition, docker, f5-cc, ingress, ingress-controller, kubernetes, openshift, orchestration, route, tls
- Language: Go
- Homepage:
- Size: 38.1 MB
- Stars: 376
- Watchers: 45
- Forks: 193
- Open Issues: 78
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Support: SUPPORT.md
Awesome Lists containing this project
README
[ ](https://dev.azure.com/f5networks/CIS/_build/latest?definitionId=6&branchName=master)
[ ](https://coveralls.io/github/F5Networks/k8s-bigip-ctlr)
F5 BIG-IP Container Ingress Services for Kubernetes & OpenShift
========================================================
The F5 BIG-IP Container Ingress Services for [Kubernetes](https://kubernetes.io/) and [OpenShift](https://www.openshift.com/) makes F5 [BIG-IP](https://www.f5.com/products/big-ip-services) services available to applications running in Kubernetes and OpenShift.
Documentation
-------------
For instruction on how to use this component, see the
[docs](https://clouddocs.f5.com/containers/latest/)
for F5 BIG-IP Container Ingress Services for Kubernetes & OpenShift.
For guides on this and other solutions for Kubernetes, see the
[F5 Solution Guides for Kubernetes](https://clouddocs.f5.com/containers/latest/userguide/kubernetes/).
What's New?
-----------
Support for Custom Resource Definitions [Documentation](./docs/config_examples/customResource/CustomResource.md)
Getting Help
------------
We encourage you to use the cis-kubernetes channel in our [f5CloudSolutions Slack workspace](https://f5cloudsolutions.slack.com/) for discussion and assistance on this
controller. This channel is typically monitored Monday-Friday 9am-5pm MST by F5
employees who will offer best-effort support.
Contact F5 Technical support via your typical method for more time sensitive
changes and other issues requiring immediate support.
Running
-------
The official docker image is `f5networks/k8s-bigip-ctlr`.
Usually, the controller is deployed in Kubernetes. However, the controller can be run locally for development testing.
```shell
docker run f5networks/k8s-bigip-ctlr /app/bin/k8s-bigip-ctlr
```