Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove outdated ingress docs #684

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions docs/ingress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,29 +101,6 @@ Ingress Controllers we are looking to leverage require support for TCP load bala
* _Only some_ implementations support mTLS
* _Only some_ implementations support SNI with TCP workloads

### Kong

[Kong](https://konghq.com/kong/) is open source API gateway. Built for multi-cloud and hybrid, optimized for microservices and distributed architectures. Kong does not have to be deployed on Kubernetes supporting a multitude of environments. For our use case we will install Kong as an ingress for a Kubernetes cluster.

#### Sample Implementations

* [Simple Ingress](kong/ingress)
* [SNI Ingress](kong/sni-ingress)
* [mTLS with SNI Ingress](kong/mtls-sni-ingress)

### Traefik

[Traefik](https://containo.us/traefik/) is an open-source Edge Router that is designed to work in a number of environments, not just Kubernetes. When running on Kubernetes, Traefik is generally installed as an Ingress Controller. Traefik supports TCP load balancing along with SSL termination and SNI. It is automatically included as the default Ingress Controller of [K3s](https://k3s.io/) and [K3d](https://k3d.io/).

#### Sample Implementations

* [Simple load balancing](traefik/load-balancing)
* [mTLS with load balancing](traefik/mtls-load-balancing)
* [mTLS with SNI](traefik/mtls-sni)

## Service Meshes


## Java Driver Configuration

Each of the three reference implementations has a corresponding configuration in the [sample application](sample-java-application) with associated configuration files and sample code.
Expand Down
90 changes: 0 additions & 90 deletions docs/ingress/kong/ingress/README.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/ingress/kong/mtls-sni-ingress/.gitignore

This file was deleted.

125 changes: 0 additions & 125 deletions docs/ingress/kong/mtls-sni-ingress/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/ingress/kong/mtls-sni-ingress/mtls-auth.kong-plugin.yaml

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions docs/ingress/kong/mtls-sni-ingress/values.yaml.example

This file was deleted.

Loading
Loading