Skip to content

Commit

Permalink
AWS tutorial
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Wall <[email protected]>
  • Loading branch information
wallrj committed Sep 4, 2024
1 parent 987c428 commit 41774e8
Show file tree
Hide file tree
Showing 8 changed files with 487 additions and 1 deletion.
11 changes: 11 additions & 0 deletions content/docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,14 @@ description: Quick start guides for cert-manager
title="Let's Encrypt" />
Learn how to deploy cert-manager on **Azure Kubernetes Service (AKS)** and how to configure it to get certificates for an HTTPS web server, from **Let's Encrypt**.
</a>

<a style={{float: "left", marginBottom: "20px", padding: "10px", boxShadow: "0px 4px 15px rgba(0, 0, 0, 0.1)", textDecoration: "none"}}
href="../tutorials/getting-started-aws-letsencrypt">
<img style={{margin: "0", clear: "right", float: "right", width: "64px"}}
alt="Amazon Elastic Kubernetes Services icon" src="/images/icons/amazon_elastic_kubernetes_service.svg"
title="Amazon Elastic Kubernetes Service (EKS)" />
<img style={{margin: "0", clear: "right", float: "right", width: "64px"}}
alt="Let&#039;s Encrypt icon 292Jacob, CC BY-SA 4.0 &lt;https://creativecommons.org/licenses/by-sa/4.0&gt;, via Wikimedia Commons" src="/images/icons/lets_encrypt.svg"
title="Let's Encrypt" />
Learn how to deploy cert-manager on **Amazon Elastic Kubernetes Service (EKS)** and how to configure it to get certificates for an HTTPS web server, from **Let's Encrypt**.
</a>
6 changes: 5 additions & 1 deletion content/docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"title": "Supported Releases",
"path": "/docs/releases/README.md"
},
},
{
"title": "1.15",
"path": "/docs/releases/release-notes/release-notes-1.15.md"
Expand Down Expand Up @@ -598,6 +598,10 @@
"title": "AKS + LoadBalancer + Let's Encrypt",
"path": "/docs/tutorials/getting-started-aks-letsencrypt/README.md"
},
{
"title": "AWS + LoadBalancer + Let's Encrypt",
"path": "/docs/tutorials/getting-started-aws-letsencrypt/README.md"
},
{
"title": "Migrating from Kube-LEGO",
"path": "/docs/tutorials/acme/migrating-from-kube-lego.md"
Expand Down
Loading

0 comments on commit 41774e8

Please sign in to comment.