Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
First dependency graph
  • Loading branch information
Smana authored Aug 25, 2023
1 parent dc52eef commit 8a37768
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# cilium-gateway-api

ℹ️ There's an [issue](https://github.com/cilium/cilium/issues/27493) that prevents me to go further for the moment: I'm not able to make use of the Gateway API with Cilium in EKS.

⚠️ **Work in progress** for a future blog post [here](https://blog.ogenki.io/)

## Dependencies matters

```mermaid
graph TD;
Namespaces-->CRDs;
CRDs-->Crossplane;
Crossplane-->Infrastructure;
Infrastructure-->Apps;
Security-->Apps;
```

0 comments on commit 8a37768

Please sign in to comment.