Skip to content

Commit

Permalink
Remove outdated ingress docs (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm authored Jul 26, 2024
1 parent a3984c5 commit 1e7ee76
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 870 deletions.
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.

11 changes: 0 additions & 11 deletions docs/ingress/kong/ingress/sample-cluster-sample-dc.tcpingress.yaml

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

0 comments on commit 1e7ee76

Please sign in to comment.