Update wording of k8

This commit is contained in:
Maidul Islam
2023-02-07 12:54:09 -08:00
parent 8b23e89a64
commit 6e67304e92

View File

@@ -6,10 +6,9 @@ description: "This page explains how to use Infisical to inject secrets into Kub
![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.
It is responsible for continuously updating managed secrets, and in the future may also automatically reload deployments that use them as needed.
The Infisical Secrets Operator is a Kubernetes controller that retrieves secrets from Infisical and stores them in a designated cluster.
It uses an `InfisicalSecret` resource to specify authentication and storage methods.
The operator continuously updates secrets and can also reload dependent deployments automatically.
## Install Operator