add k8 diagram

This commit is contained in:
Maidul Islam
2023-02-07 12:38:43 -08:00
parent 7611b999fe
commit 8b23e89a64
2 changed files with 3 additions and 0 deletions

BIN
docs/images/k8-diagram.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

View File

@@ -3,6 +3,9 @@ title: 'Kubernetes'
description: "This page explains how to use Infisical to inject secrets into Kubernetes clusters."
---
![title](../../images/k8-diagram.png)
The Infisical Secrets Operator is a custom Kubernetes controller that helps keep secrets in a cluster up to date by synchronizing them.
It is installed in its own namespace within the cluster and follows strict RBAC policies.
The operator uses InfisicalSecret custom resources to identify which secrets to sync and where to store them.