Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
skenderidis committed Mar 11, 2024
1 parent ce9c61b commit db77d25
Show file tree
Hide file tree
Showing 27 changed files with 16 additions and 17 deletions.
29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,31 +40,30 @@ The use-case build for OLTRA can be found below:
- [**Building Multi-tenant Ingress services**](use-cases/two-tier-architectures/multi-tenancy/)
- [**Deploying Multi-cluster services K8s with CIS and NGINX**](use-cases/two-tier-architectures/multi-cluster)
- [**Building a 2 Tier Architecture with with CIS and NGINX**](use-cases/two-tier-architectures)
- [**Building Custom Templates for NGINX Ingress Controller**](use-cases/nic-examples/custom-templates/)
- [**Using GitOps to publish NGINX Ingress Controller with BIGIP**](use-cases/two-tier-architectures/gitops)
- [**Building a K8s DevSecOps infrastructure with NGINX App Protect**](use-cases/app-protect/devsecops-k8s/)
- [**Using Argo CD to provide continuous delivery for NGINX App Protect**](use-cases/app-protect/argocd/)
- [**Building a K8s DevSecOps infrastructure with NGINX App Protect**](use-cases/devsecops/k8s/)

## Demos
The demos build for OLTRA can be found below:

- [**Monitoring BIGIP services with Prometheus, Grafana and Elastic**](use-cases/bigip-monitoring)
- [**Monitoring NGINX+ Ingress services with Prometheus, Grafana and Elastic**](use-cases/nginx-monitoring)
- [**Monitoring NGINX App Protect with Grafana**](use-cases/app-protect/monitoring/)
- [**Monitoring BIGIP services with Prometheus, Grafana and Elastic**](monitoring/bigip)
- [**Monitoring NGINX+ Ingress services with Prometheus, Grafana and Elastic**](monitoring/nginx)
- [**Monitoring NGINX App Protect with Grafana**](monitoring/app-protect/)


## Examples
The examples build for OLTRA can be found below:

- [**Ingress resource examples with NGINX+**](use-cases/nic-examples/ingress-resources/)
- [**CRD examples with NGINX+**](use-cases/nic-examples/custom-resources/)
- [**Publishing NGINX with IngressLink**](use-cases/cis-examples/cis-crd/IngressLink/)
- [**Service Type LoadBalancer with CIS**](use-cases/cis-examples/cis-crd/serviceTypeLB/)
- [**NGINX App protect examples**](use-cases/app-protect/)
- [**Service Type LoadBalancer with CIS**](use-cases/cis-examples/cis-crd/serviceTypeLB/)
- [**Ingress resource examples with CIS**](use-cases/cis-examples/cis-ingress/)
- [**CRD examples with CIS**](use-cases/cis-examples/cis-crd/)
- [**DNS Publishing of K8s services with CIS**](use-cases/cis-examples/cis-crd/ExternalDNS/)
- [**Ingress resource examples with NGINX+**](examples/nic/ingress-resources/)
- [**CRD examples with NGINX+**](examples/nic/custom-resources/)
- [**Publishing NGINX with IngressLink**](examples/cis/crd/IngressLink/)
- [**Service Type LoadBalancer with CIS**](examples/cis/crd/serviceTypeLB/)
- [**NGINX App protect examples**](examples/app-protect/)
- [**Service Type LoadBalancer with CIS**](examples/cis/crd/serviceTypeLB/)
- [**Ingress resource examples with CIS**](examples/cis/ingress/)
- [**CRD examples with CIS**](examples/cis/crd/)
- [**DNS Publishing of K8s services with CIS**](examples/cis/crd/ExternalDNS/)
- [**Using Argo CD to provide continuous delivery for NGINX App Protect**](examples/app-protect/argocd/)


<br>
Expand Down
3 changes: 2 additions & 1 deletion setup/cis/cis/cis-ctlr-crd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ spec:
# permissions
containers:
- name: k8s-bigip-ctlr
image: "f5networks/k8s-bigip-ctlr:2.15.1"
#image: "f5networks/k8s-bigip-ctlr:2.15.1"
image: "quay.io/f5networks/k8s-bigip-ctlr-devel:ccd3ed32ff212f2d8e5f445b420832c015a0d20d" # temp - Fixes the EDNS issue
env:
- name: BIGIP_USERNAME
valueFrom:
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
1 change: 0 additions & 1 deletion use-cases/devsecops/managing-awaf-policies/README.md

This file was deleted.

0 comments on commit db77d25

Please sign in to comment.