Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f5networks/charts
Helm charts for using F5 products and services in Kubernetes and OpenShift environments.
https://github.com/f5networks/charts
helm helm-charts helm-registry kubernetes
Last synced: about 2 months ago
JSON representation
Helm charts for using F5 products and services in Kubernetes and OpenShift environments.
- Host: GitHub
- URL: https://github.com/f5networks/charts
- Owner: F5Networks
- License: apache-2.0
- Created: 2018-01-25T17:10:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T17:49:07.000Z (4 months ago)
- Last Synced: 2024-12-09T18:11:55.253Z (2 months ago)
- Topics: helm, helm-charts, helm-registry, kubernetes
- Language: Mustache
- Size: 2.68 MB
- Stars: 28
- Watchers: 24
- Forks: 34
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Support: SUPPORT.md
Awesome Lists containing this project
README
# F5 Networks Helm Charts
This repository contains [helm](https://docs.helm.sh/using_helm/#using) charts for use with some [F5 Networks](https://f5.com/) products and services within a [Kubernetes](https://kubernetes.io/) or [OpenShift](https://www.openshift.com/) environment.
**Note:** Charts may require access to `kube-system` namespace and/or cluster wide permissions for full functionality. Be sure to install/configure helm/tiller appropriately.
---
**Deprecation Notice:**This repository is no longer active, Please refer [k8s-bigip-ctlr](https://github.com/F5Networks/k8s-bigip-ctlr/tree/master/helm-charts) for latest updates.
---
## Stable ChartsThe stable directory contains charts that are created/curated and tested by F5 Networks. These charts are supported by F5 Networks (see [SUPPORT](./SUPPORT.md) for details).
To add the stable repo to helm:
```
helm repo add f5-stable https://f5networks.github.io/charts/stable
```Stable Charts:
- [f5-bigip-ctlr](https://github.com/F5Networks/charts/tree/master/src/stable/f5-bigip-ctlr) - Use this chart to deploy the [k8s-bigip-ctlr](http://clouddocs.f5.com/products/connectors/k8s-bigip-ctlr/latest/) in Kubernetes or OpenShift.
- [f5-bigip-ingress](https://github.com/F5Networks/charts/tree/master/src/stable/f5-bigip-ingress) - Use this chart to deploy Ingress resources in Kubernetes or OpenShift.## Documentation
Each chart has a README describing its basic functionality. The `values.yaml` file for each chart shows the default values and links to documentation for the resources the chart deploys.
## Incubation Charts
The incubation charts may have been created by F5 Networks or by external contributors. These charts have not undergone full testing and are subject to change. F5 Networks does not provide technical support for templates in the incubation directory.
To access additional charts in a development or testing mode that may not be documented:
```
helm repo add f5-incubator https://f5networks.github.io/charts/incubator
```