Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akalanka47000/pharmaceutical-kube-config

Kubernetes manifests for the pharmaceutical project to be pulled from ArgoCD
https://github.com/akalanka47000/pharmaceutical-kube-config

argocd kubernetes

Last synced: 27 days ago
JSON representation

Kubernetes manifests for the pharmaceutical project to be pulled from ArgoCD

Awesome Lists containing this project

README

        

# pharmaceutical-kube-config

- This repository houses the kubernetes manifest files which are used by the pharmaceutical system.

- The manifest `secrets.yml` is used to house sensitive information for a service and is not committed to source control. It's content is encrypted through the use of [Bitnami Sealed Secrets](https://github.com/bitnami-labs/sealed-secrets) which is what is seen in the `sealed-secrets.yml` files

- Run the following command to seal a `secrets.yml` file
```bash
cat secrets.yml | kubeseal --format yaml --controller-namespace kube-system --controller-name sealed-secrets > sealed-secrets.yml
```