Skip to content

Commit

Permalink
Changing module order
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobersa committed Oct 6, 2023
1 parent 014627f commit d555406
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Exploring Secrets"
sidebar_position: 40
sidebar_position: 51
---

Kubernetes secrets can be exposed to the Pods in different ways such as via environment variables and volumes.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Securing Secrets Using Sealed Secrets"
sidebar_position: 51
sidebar_position: 60
---

[Sealed Secrets](https://github.com/bitnami-labs/sealed-secrets) provides a mechanism to encrypt a Secret object so that it is safe to store - even to a public repository. A SealedSecret can be decrypted only by the controller running in the Kubernetes cluster and nobody else is able to obtain the original Secret from a SealedSecret.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Managing Secrets with AWS Secrets Manager"
sidebar_position: 52
sidebar_position: 70
---

:::tip Before you start
Expand Down

0 comments on commit d555406

Please sign in to comment.