Skip to content

Commit 8f778f6

Browse files
committed
feat(tutorials): Add Gateway API
Signed-off-by: Sascha Spreitzer <[email protected]>
1 parent d863aea commit 8f778f6

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

content/docs/tutorials/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ description: 'cert-manager tutorials: Overview'
66
Step-by-step tutorials are a great way to get started with cert-manager, and we provide a few
77
for you to learn from. Take a look!
88

9+
### Gateway API Tutorials
10+
11+
- [Securing Cilium Gateway API](./acme/cilium-gateway-api.md): A tutorial for deploying Kubernetes Gateway API in combination with Cilium and securing ingress traffic with certificates from `Let's Encrypt` with the Automatic Certificate Management Environment (ACME) mechanism.
12+
13+
### Ingress Tutorials
14+
15+
Kubernetes Ingress is in a feature freeze state in favor of the Kubernetes Gateway API. See the [Kubernetes Ingress documentation](https://kubernetes.io/docs/concepts/services-networking/ingress/).
16+
917
- [Securing Ingresses with NGINX-Ingress and cert-manager](./acme/nginx-ingress.md): Tutorial for deploying NGINX into your
1018
cluster and securing incoming connections with a certificate from Let's Encrypt.
1119
- [GKE + Ingress + Let's Encrypt](./getting-started-with-cert-manager-on-google-kubernetes-engine-using-lets-encrypt-for-ingress-ssl/README.md):
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Securing Cilium Gateway API
3+
description: 'cert-manager tutorials: Using Cilium Gateway API to solve Automatic Certificate Management Environment (ACME) challenges'
4+
---

0 commit comments

Comments
 (0)