@@ -14,7 +14,7 @@ External Secrets on the [GoDaddy Engineering
1414Blog] ( https://godaddy.github.io/2019/04/16/kubernetes-external-secrets/ ) .
1515
1616The community and maintainers of this project and related Kubernetes
17- secret management projects use
17+ secret management projects use the
1818[ ` #external-secrets ` ] ( https://kubernetes.slack.com/archives/C017BF84G2Y )
1919channel on the Kubernetes slack for discussion and brainstorming.
2020
@@ -25,10 +25,10 @@ The project extends the Kubernetes API by adding an `ExternalSecrets` object usi
2525An ` ExternalSecret ` declares how to fetch the secret data, while the controller converts all ` ExternalSecrets ` to ` Secrets ` .
2626The conversion is completely transparent to ` Pods ` that can access ` Secrets ` normally.
2727
28- By default ` Secrets ` are not encrypted at rest and are open to attack, either via the etcd server or via backups of etcd data.
28+ By default ` Secrets ` are not encrypted at rest and are open to attack, either via the ` etcd ` server or via backups of ` etcd ` data.
2929To mitigate this risk, use an
3030[ external secret management system with a KMS plugin] ( https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/ )
31- to encrypt ` Secrets ` stored in etcd.
31+ to encrypt ` Secrets ` stored in ` etcd ` .
3232
3333## System architecture
3434
@@ -937,7 +937,7 @@ npm run nodemon
937937
938938[Localstack](https://github.com/localstack/localstack) mocks AWS services locally so you can test without connecting to AWS.
939939
940- Run localstack in a seperate terminal window
940+ Run localstack in a separate terminal window
941941
942942` ` ` sh
943943npm run localstack
0 commit comments